Geteastdateheader(), Getlabelfont(), Getsouthdateheader() – MiG InfoCom MiG Calendar JavaBeans User Manual
Page 118: Seteastdateheader(dateheaderbean), Setsouthdateheader(dateheaderbean), Validateheaders(), Geteastdateheader, Getlabelfont, Getsouthdateheader, Seteastdateheader

getSouthDateHeader
public
Returns the date header that is below the date area.
Returns:
The date header that is below the date area or
null
if none.
setSouthDateHeader
public void setSouthDateHeader(
header)
Sets the date header that will be below the date area.
Parameters:
header
- The date header that will be below the date area or
null
if none.
getEastDateHeader
public
Returns the date header that is to the right the date area.
Returns:
The date header that is to the right the date area or
null
if none.
setEastDateHeader
public void setEastDateHeader(
Sets the date header that will be to the right the date area.
Parameters:
header
- The date header that will be to the right the date area or
null
if none.
validateHeaders
public void validateHeaders()
getLabelFont
public java.awt.Font getLabelFont()
Property: The font used to draw the label.
This is a property that affects the visual representation of the label in the cells.
Returns:
The font used to draw the label. Might be
null
.
See Also:
Page 118 of 196
com.miginfocom.beans.DateAreaBean