WebObjectTree for JSP
Public Member Functions | List of all members
Coalesys.WebObjectTree.Item Class Reference

Item class. More...

Public Member Functions

Item addItem ()
 Adds a new item to the items collection. More...
 
Item addItem (String text)
 Adds a new item to the items collection. More...
 
Item addItem (String text, String hint)
 Adds a new item to the items collection. More...
 
String getHint ()
 Gets the user-defined hint for applying custom styles. More...
 
ArrayList< ItemgetItems ()
 Gets the items collection. More...
 
String getText ()
 Gets the text string displayed for the item. More...
 
 Item ()
 Item constructor. More...
 
void setHint (String value)
 Sets the user-defined hint for applying custom styles. More...
 
void setText (String value)
 Sets the text string displayed for the item. More...
 

Detailed Description

Item class.

Constructor & Destructor Documentation

Coalesys.WebObjectTree.Item.Item ( )
inline

Item constructor.

Member Function Documentation

Item Coalesys.WebObjectTree.Item.addItem ( )
inline

Adds a new item to the items collection.

Returns
The item object.
Item Coalesys.WebObjectTree.Item.addItem ( String  text)
inline

Adds a new item to the items collection.

Parameters
textThe text string displayed for the item.
Returns
The item object.
Item Coalesys.WebObjectTree.Item.addItem ( String  text,
String  hint 
)
inline

Adds a new item to the items collection.

Parameters
textThe text string displayed for the item.
hintThe user-defined hint for applying custom styles.
Returns
The item object.
String Coalesys.WebObjectTree.Item.getHint ( )
inline

Gets the user-defined hint for applying custom styles.

ArrayList<Item> Coalesys.WebObjectTree.Item.getItems ( )
inline

Gets the items collection.

String Coalesys.WebObjectTree.Item.getText ( )
inline

Gets the text string displayed for the item.

void Coalesys.WebObjectTree.Item.setHint ( String  value)
inline

Sets the user-defined hint for applying custom styles.

void Coalesys.WebObjectTree.Item.setText ( String  value)
inline

Sets the text string displayed for the item.


The documentation for this class was generated from the following file: