|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.TreeItem
org.gcube.portlets.admin.forwardindexportlet.gwt.client.IndexExplorer.AdditionTreeItem
public class IndexExplorer.AdditionTreeItem
An extention of the TreeItem class used to hold information needed in order to create new Index related items.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.TreeItem |
|---|
com.google.gwt.user.client.ui.TreeItem.TreeItemImpl, com.google.gwt.user.client.ui.TreeItem.TreeItemImplIE6 |
| Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled |
| Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasTreeItems |
|---|
com.google.gwt.user.client.ui.HasTreeItems.ForIsWidget |
| Field Summary | |
|---|---|
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" |
| Fields inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
DEBUG_ID_PREFIX |
| Constructor Summary | |
|---|---|
IndexExplorer.AdditionTreeItem(String caption,
String type)
The constructor, creating an AdditionTreeItem with a specific caption for a specific type. |
|
| Method Summary | |
|---|---|
String |
getType()
Getter method for the type of Index related Item of which this item represents the addition. |
| Methods inherited from class com.google.gwt.user.client.ui.TreeItem |
|---|
addItem, addItem, addItem, addItem, addItem, addTextItem, asTreeItem, getChild, getChildCount, getChildIndex, getFocusable, getFocusableWidget, getHTML, getParentItem, getState, getText, getTree, getUserObject, getWidget, insertItem, insertItem, insertItem, insertItem, isSelected, onEnsureDebugId, remove, removeItem, removeItem, removeItems, setHTML, setHTML, setSelected, setState, setState, setText, setUserObject, setWidget |
| Methods inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
addStyleDependentName, 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, unsinkEvents |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String COLLECTION
public static final String INDEX
| Constructor Detail |
|---|
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 addition| Method Detail |
|---|
public String getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||