Getcategoryheader(), Getnorthdateheader(), Getwestdateheader() – MiG InfoCom MiG Calendar JavaBeans User Manual

Page 117: Setcategoryheader(categoryheaderbean), Setnorthdateheader(dateheaderbean), Setwestdateheader(dateheaderbean), Getcategoryheader, Getnorthdateheader, Getwestdateheader, Setcategoryheader

Advertising
background image

getCategoryHeader

public

CategoryHeaderBean

getCategoryHeader()

Returns the one and only category header bean. It will always be above or to the left of the date area and always on the left
side if the primary dimension is horizontal and above if primary dimension is vertical.

Returns:

The one and only category header bean or

null

if none is set.

setCategoryHeader

public void setCategoryHeader(

CategoryHeaderBean

header)

Sets or disables the category header.

Parameters:

header

- the new header or

null

if it should not be used (i.e. removed).

See Also:

getCategoryHeader()

getNorthDateHeader

public

DateHeaderBean

getNorthDateHeader()

Returns the date header that is above the date area.

Returns:

The date header that is above the date area or

null

if none.

setNorthDateHeader

public void setNorthDateHeader(

DateHeaderBean

header)

Sets the date header that will be above the date area.

Parameters:

header

- The date header that will be above the date area or

null

if none.

getWestDateHeader

public

DateHeaderBean

getWestDateHeader()

Returns the date header that is to the left the date area.

Returns:

The date header that is to the left the date area or

null

if none.

setWestDateHeader

public void setWestDateHeader(

DateHeaderBean

header)

Sets the date header that will be to the left the date area.

Parameters:

header

- The date header that will be to the left the date area or

null

if none.

Page 117 of 196

com.miginfocom.beans.DateAreaBean

Advertising