Geteastdateheader(), Getlabelfont(), Getsouthdateheader() – MiG InfoCom MiG Calendar JavaBeans User Manual

Page 118: Seteastdateheader(dateheaderbean), Setsouthdateheader(dateheaderbean), Validateheaders(), Geteastdateheader, Getlabelfont, Getsouthdateheader, Seteastdateheader

Advertising
background image

getSouthDateHeader

public

DateHeaderBean

getSouthDateHeader()

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(

DateHeaderBean

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

DateHeaderBean

getEastDateHeader()

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(

DateHeaderBean

header)

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:

setLabelFont(Font)

Page 118 of 196

com.miginfocom.beans.DateAreaBean

Advertising