Item class.
More...
|
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< Item > | getItems () |
| Gets the items collection. More...
|
|
String | getNext () |
| Gets the text string displayed on the next button (this value is shared in the current 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 | setNext (String value) |
| Sets the text string displayed on the next button (this value is shared in the current collection). More...
|
|
void | setText (String value) |
| Sets the text string displayed for the item. More...
|
|
Coalesys.WebDrillDown.Item.Item |
( |
| ) |
|
|
inline |
Item Coalesys.WebDrillDown.Item.addItem |
( |
| ) |
|
|
inline |
Adds a new item to the items collection.
- Returns
- The item object.
Item Coalesys.WebDrillDown.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.WebDrillDown.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.WebDrillDown.Item.getHint |
( |
| ) |
|
|
inline |
Gets the user-defined hint for applying custom styles.
ArrayList<Item> Coalesys.WebDrillDown.Item.getItems |
( |
| ) |
|
|
inline |
Gets the items collection.
String Coalesys.WebDrillDown.Item.getNext |
( |
| ) |
|
|
inline |
Gets the text string displayed on the next button (this value is shared in the current collection).
String Coalesys.WebDrillDown.Item.getText |
( |
| ) |
|
|
inline |
Gets the text string displayed for the item.
void Coalesys.WebDrillDown.Item.setHint |
( |
String |
value | ) |
|
|
inline |
Sets the user-defined hint for applying custom styles.
void Coalesys.WebDrillDown.Item.setNext |
( |
String |
value | ) |
|
|
inline |
Sets the text string displayed on the next button (this value is shared in the current collection).
void Coalesys.WebDrillDown.Item.setText |
( |
String |
value | ) |
|
|
inline |
Sets the text string displayed for the item.
The documentation for this class was generated from the following file: