Item class.
More...
Coalesys.WebObjectTree.Item.Item |
( |
| ) |
|
|
inline |
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
-
text | The 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
-
text | The text string displayed for the item. |
hint | The 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: