Inheritance diagram for HTML_CustomItemView:

Public Member Functions | |
| HTML_CustomItemView (const QString &n, const QString &jsref, const QString rt) | |
| virtual const char * | className () const |
| void | clickHandle (const char *item) |
| void | clickItem (const char *item, int m) |
| void | doubleClickItem (const char *item, int m=0) |
| bool | hasItem (const char *item) |
| bool | isSelected (const char *item) |
| bool | isOpen (const char *item) |
| HTML_CustomItem * | findItem (const char *text) |
| HTML_CustomItem * | childItem (int column=-1) |
| const char * | columnCaption (int column) |
| int | numColumns () const |
| const char * | realType () const |
Properties | |
| char | realType |
| int | numColumns |
This class provides the API to access any item DHTML/AJAX/JS view widget with dedicated support.
|
|
Returns the first item of the view or 0 if the view is empty. |
|
|
Returns the specialized class name of the HTML object, such as HTML_Button. Reimplemented from HTML_FormElement. |
|
|
Clicks the handle of the item name item. |
|
||||||||||||
|
Clicks the item named item. |
|
|
Returns the caption of the column column. |
|
||||||||||||
|
Double-clicks the item named item. |
|
|
Returns an reference to the item of the name item. If no item is found, 0 is returned. |
|
|
Returns whether the view has an item with the specified name. |
|
|
Returns whether the item with the specified name is opened. |
|
|
Returns whether the item with the specified name is selected. |
|
|
Returns the the number of columns displayed in the view. |
|
|
Returns the type name of the real type wrapped by this API. Something like gwttree, itmilltree, dojotree, etc. |
1.4.4