beautypg.com

Getbackgroundpaint(), Getdateareainnerborder(), Getdateareaouterborder() – MiG InfoCom MiG Calendar JavaBeans User Manual

Page 138: Setbackgroundpaint(paint), Setdateareainnerborder(border), Setselectiontype(int), Getbackgroundpaint, Getdateareainnerborder, Getdateareaouterborder, Setbackgroundpaint

background image

(continued from last page)

setSelectionType

public void setSelectionType(int type)

Property: The type of selection that can be done on the date area background. This has nothing to do with activity selection.

Parameters:

type

- If the date area cells can be selected or not.

DateArea.SELECTION_TYPE_NORMAL

or

DateArea.SELECTION_TYPE_NONE

.

getBackgroundPaint

public java.awt.Paint getBackgroundPaint()

Property: The background paint in the date area. Will override the normal background

Color

so that

Paint

objects can be

used instead.

Returns:

The current background paint. May be

null

.

setBackgroundPaint

public void setBackgroundPaint(java.awt.Paint p)

Property: The background paint in the date area. Will override the normal background

Color

so that

Paint

objects can be

used instead.

Parameters:

p

- The new background paint. May be

null

.

getDateAreaInnerBorder

public javax.swing.border.Border getDateAreaInnerBorder()

Property: The inner border around the date area. The border vill be set on the view so that parts of it will be covered if there
is scrolling.

Returns:

The current border. May be

null

.

See Also:

getDateAreaOuterBorder()

setDateAreaInnerBorder

public void setDateAreaInnerBorder(javax.swing.border.Border b)

Property: The inner border around the date area. The border vill be set on the view so that parts of it will be covered if there
is scrolling.

Parameters:

b

- The new border. May be

null

.

See Also:

setDateAreaOuterBorder(Border)

getDateAreaOuterBorder

public javax.swing.border.Border getDateAreaOuterBorder()

Page 138 of 196

com.miginfocom.beans.DateAreaBean