MiG InfoCom MiG Calendar JavaBeans User Manual

Page 90

Advertising
background image

int

getLayerForImage

()

Property: The layer index for the decorator that paints a background/foreground image in
the date area.

int

getLayerForLabels

()

Property: The layer index for the decorator that paints the labels in the cells.

int

getLayerForOccupied

()

Property: The layer index for the decorator that decorates the parts of the cells that has an
activity which date range spans that time.

int

getLayerForOddFill

()

Property: The layer index for the decorator that paints the odd rows and/or columns.

int

getLayerForSelections

()

Property: The layer index for the decorator that paints the mouse over, selected and
temporary pressed selections in the grid.

boolean

getMouseOverActivitiesOntop

()

Property: If Activites that have the mouse hovering over them should be painted on top of
other activities.

boolean

getNoExpandedFolderGridLine

()

Property: If the grid lines around a folded (collapsed) folder sub row should be merged to
one.

DateHeaderBean

getNorthDateHeader

()

Returns the date header that is above the date area.

java.awt.Paint

getOccupiedBackgroundPaint

()

Property: The background paint for the decoration where there's an activity which range
overlaps.

boolean

getOccupiedMergeOverlapping

()

Property: If occupied activity ranges that overlap should be combined (merged) before
draing the occupied rects.

java.awt.Paint

getOccupiedNotBackgroundPaint

()

Property: The background paint for the decoration where there's an activity which range
DOESN'T overlap.

java.awt.Paint

getOccupiedNotOutlinePaint

()

Property: The outline paint for the decoration where there's an activity which range
DOESN'T overlap.

java.awt.Paint

getOccupiedOutlinePaint

()

Property: The outline paint for the decoration where there's an activity which range overlap.

PlaceRect

getOccupiedPlaceRect

()

Property: The placing of the rectangle that denoted the occupied/not occupied periods.

Integer

getOccupiedRoundToRangeType

()

Property: If occupied ranges should be rounded to a range type (e.g. a day or hour).

java.awt.Paint

getOddColumnPaint

()

Property: The paint to paint for all odd columns.

java.awt.Paint

getOddRowPaint

()

Property: The paint to paint for all odd rows.

Page 90 of 196

com.miginfocom.beans.DateAreaBean

Advertising