Getfolderrowheight(), Getleafrowheight(), Isfoldercheckvisible() – MiG InfoCom MiG Calendar JavaBeans User Manual

Page 62: Isleafcheckvisible(), Setfoldercheckvisible(boolean), Setleafcheckvisible(boolean), Setleafrowheight(int), Getfolderrowheight, Getleafrowheight, Isfoldercheckvisible

Advertising
background image

(continued from last page)

isLeafCheckVisible

public boolean isLeafCheckVisible()

Property: If the check box is visible.

Returns:

The current value. Default is

true

.

setLeafCheckVisible

public void setLeafCheckVisible(boolean b)

Property: If the check box is visible.

Parameters:

b

- The new value. Default is

true

.

isFolderCheckVisible

public boolean isFolderCheckVisible()

Property: If the check box is visible.

Returns:

The current value. Default is

true

.

setFolderCheckVisible

public void setFolderCheckVisible(boolean b)

Property: If the check box is visible.

Parameters:

b

- The new value. Default is

true

.

getLeafRowHeight

public int getLeafRowHeight()

Property: The height in pixels for every row in the tree.

Returns:

The current value. Default is

17

.

setLeafRowHeight

public void setLeafRowHeight(int height)

Property: The height in pixels for every row in the tree.

Parameters:

height

- The new value. Default is

17

.

getFolderRowHeight

public int getFolderRowHeight()

Page 62 of 196

com.miginfocom.beans.CategoryTreeBean

Advertising