public class IndexExplorer.AdditionTreeItem
extends com.google.gwt.user.client.ui.TreeItem
com.google.gwt.user.client.ui.TreeItem.TreeItemImpl, com.google.gwt.user.client.ui.TreeItem.TreeItemImplIE6| Modifier and Type | Field and Description |
|---|---|
static String |
COLLECTION
A constant used indicate that the Type an Item handle is "Collection"
|
static String |
INDEX
A constant used indicate that the Type an Item handle is "Index"
|
| Constructor and Description |
|---|
IndexExplorer.AdditionTreeItem(String caption,
String type)
The constructor, creating an AdditionTreeItem with a specific caption
for a specific type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getType()
Getter method for the type of Index related Item of which this item
represents the addition.
|
addItem, addItem, addItem, addItem, addItem, addTextItem, asTreeItem, getChild, getChildCount, getChildIndex, getFocusable, getFocusableWidget, getHTML, getParentItem, getState, getText, getTree, getUserObject, getWidget, insertItem, insertItem, insertItem, insertItem, insertTextItem, isSelected, onEnsureDebugId, remove, removeItem, removeItem, removeItems, setHTML, setHTML, setSelected, setState, setState, setText, setUserObject, setWidgetaddStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, sinkEvents, toString, unsinkEventspublic static final String COLLECTION
public static final String INDEX
public IndexExplorer.AdditionTreeItem(String caption, String type)
caption - -
the HTML Caption of this TreeItemtype - -
The type of Index related Item of which this
AdditionTreeItem should represent the additionpublic String getType()
Copyright © 2014. All Rights Reserved.