|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasFastMSTreeItems
A widget that implements this interface contains FastTreeItem
children and can add and remove them.
Method Summary | |
---|---|
void |
addItem(FastMSTreeItem item)
Adds another item as a child to this one. |
FastMSTreeItem |
addItem(java.lang.String itemText)
Adds a child tree item containing the specified text. |
FastMSTreeItem |
addItem(com.google.gwt.user.client.ui.Widget widget)
Adds a child tree item containing the specified widget. |
void |
fastAddItem(FastMSTreeItem item)
|
FastMSTreeItem |
getChild(int index)
Gets the child at the specified index. |
int |
getChildCount()
Gets the number of children contained in this item. |
int |
getChildIndex(FastMSTreeItem child)
Gets the index of the specified child item. |
void |
removeItem(FastMSTreeItem item)
Removes one of this item's children. |
Method Detail |
---|
void addItem(FastMSTreeItem item)
item
- the item to be addedvoid fastAddItem(FastMSTreeItem item)
FastMSTreeItem addItem(java.lang.String itemText)
itemText
- the text to be added
FastMSTreeItem addItem(com.google.gwt.user.client.ui.Widget widget)
widget
- the widget to be added
FastMSTreeItem getChild(int index)
index
- the index to be retrieved
int getChildCount()
int getChildIndex(FastMSTreeItem child)
child
- the child item to be found
-1
if none is foundvoid removeItem(FastMSTreeItem item)
item
- the item to be removed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |