Getcategoryheader(), Getnorthdateheader(), Getwestdateheader() – MiG InfoCom MiG Calendar JavaBeans User Manual
Page 117: Setcategoryheader(categoryheaderbean), Setnorthdateheader(dateheaderbean), Setwestdateheader(dateheaderbean), Getcategoryheader, Getnorthdateheader, Getwestdateheader, Setcategoryheader

getCategoryHeader
public
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(
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:
getNorthDateHeader
public
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(
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
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(
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