Dateheaderbean, Constructor summary, Method summary – MiG InfoCom MiG Calendar JavaBeans User Manual
Page 143: Com.miginfocom.beans class dateheaderbean
![background image](https://www.manualsdir.com/files/798675/content/doc143.png)
com.miginfocom.beans
Class DateHeaderBean
java.lang.Object
|
+-com.miginfocom.beans.AbstractBean
|
+-
com.miginfocom.beans.AbstractHeaderBean
|
+-com.miginfocom.beans.DateHeaderBean
public class DateHeaderBean
extends
A header object that wraps (aggregates) a real
com.miginfocom.calendar.header.Header
implementation.
This bean is for simplifying the usage of a header and to make the header more JavaBean-like.
All Implemented Interfaces:
Serializable
Constructor Summary
public
Method Summary
void
(DateChangeListener l)
This call is transmitted to the
addDateChangeListener(com.miginfocom.util.dates.DateChangeListener)
Note that mouse effects must be enabled.
void
(DateChangeListener l, boolean asWeakRef)
This call is transmitted to the
addDateChangeListener(com.miginfocom.util.dates.DateChangeListener,
boolean)
Note that mouse effects must be enabled.
java.awt.Color
()
Property: The color of the grid lines.
GridLineException[]
()
Property: Grid line exceptions makes it very fleible to override the gridline size and color in
a structured way.
Header
()
CellDecorationRow[]
Property: An array of rows that makes out the different rows or colums for the header (rows
for north/south headers and colums for east/west headers).
javax.swing.border.Bo
rder
Property: The inner border around the header.
int
Property: If the labels for the header should be rotated and if so how.
Page 143 of 196
com.miginfocom.beans.DateHeaderBean