beautypg.com

Dateheaderbean, Constructor summary, Method summary – MiG InfoCom MiG Calendar JavaBeans User Manual

Page 143: Com.miginfocom.beans class dateheaderbean

background image

com.miginfocom.beans
Class DateHeaderBean

java.lang.Object
|
+-com.miginfocom.beans.AbstractBean
|
+-

com.miginfocom.beans.AbstractHeaderBean

|
+-com.miginfocom.beans.DateHeaderBean

public class DateHeaderBean
extends

AbstractHeaderBean

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

DateHeaderBean

()

Method Summary

void

addDateChangeListener

(DateChangeListener l)

This call is transmitted to the

addDateChangeListener(com.miginfocom.util.dates.DateChangeListener)

Note that mouse effects must be enabled.

void

addDateChangeListener

(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

getGridColor

()

Property: The color of the grid lines.

GridLineException[]

getGridLineExceptions

()

Property: Grid line exceptions makes it very fleible to override the gridline size and color in
a structured way.

Header

getHeader

()

CellDecorationRow[]

getHeaderRows

()

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

getInnerBorder

()

Property: The inner border around the header.

int

getLabelRotation

()

Property: If the labels for the header should be rotated and if so how.

Page 143 of 196

com.miginfocom.beans.DateHeaderBean