org.gcube.portlets.admin.fulltextindexportlet.gwt.client
Class IndexExplorer.AdditionTreeItem

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.TreeItem
          extended by org.gcube.portlets.admin.fulltextindexportlet.gwt.client.IndexExplorer.AdditionTreeItem
All Implemented Interfaces:
com.google.gwt.safehtml.client.HasSafeHtml, com.google.gwt.user.client.ui.HasHTML, com.google.gwt.user.client.ui.HasText, com.google.gwt.user.client.ui.HasTreeItems, com.google.gwt.user.client.ui.HasVisibility, com.google.gwt.user.client.ui.IsTreeItem
Enclosing class:
IndexExplorer

public class IndexExplorer.AdditionTreeItem
extends com.google.gwt.user.client.ui.TreeItem

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

COLLECTION

public static final String COLLECTION
A constant used indicate that the Type an Item handle is "Collection"

See Also:
Constant Field Values

INDEX

public static final String INDEX
A constant used indicate that the Type an Item handle is "Index"

See Also:
Constant Field Values
Constructor Detail

IndexExplorer.AdditionTreeItem

public IndexExplorer.AdditionTreeItem(String caption,
                                      String type)
The constructor, creating an AdditionTreeItem with a specific caption for a specific type.

Parameters:
caption - - the HTML Caption of this TreeItem
type - - The type of Index related Item of which this AdditionTreeItem should represent the addition
Method Detail

getType

public String getType()
Getter method for the type of Index related Item of which this item represents the addition.

Returns:
- the type of Index related Item of which this item represents the addition.


Copyright © 2013. All Rights Reserved.