Dateheaderbean(), Getgridlineexceptions(), Getheader() – MiG InfoCom MiG Calendar JavaBeans User Manual
Page 145: Dateheaderbean, Getgridlineexceptions, Getheader, Constructors, Methods
![background image](https://www.manualsdir.com/files/798675/content/doc145.png)
void
(String rows)
Property: A comma separated string with the rows that are to get the property
.
com.miginfocom.beans.AbstractHeaderBean
,
,
,
,
,
Methods inherited from class
com.miginfocom.beans.AbstractBean
addPropertyChangeListener, addPropertyChangeListener, firePropertyChangeEvent,
removePropertyChangeListener, setIgnorePropertyChangeEvents
Methods inherited from class
java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructors
DateHeaderBean
public DateHeaderBean()
Methods
getHeader
public Header getHeader()
getGridLineExceptions
public GridLineException[] getGridLineExceptions()
Property: Grid line exceptions makes it very fleible to override the gridline size and color in a structured way. Examples of
exceptions is:
Every fourth grid line.
•
Every grid line that is on a day boundary (any date range type).
•
Every grid line on an hour boundary but only for hours 8 to 16.
•
You can have several exceptions (as this property is an array) each capable of the above list and if the first exception is not
a "hit" then the next one will be evaluated and so on until the array is finnished and the grid line used will be the default
one.
To really understand how flexible and powerful this feature is see the "Repetitions" section in the FAQ document.
Returns:
The exceptions or zero length if no exteptions to the grid lines exist (default). Never
null
.
Page 145 of 196
com.miginfocom.beans.DateHeaderBean