com.xpn.xwiki.wysiwyg.client.ui
Class XToolBar

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Composite
              extended by com.xpn.xwiki.wysiwyg.client.ui.XToolBar
All Implemented Interfaces:
com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.HasWidgets, com.google.gwt.user.client.ui.IndexedPanel, java.lang.Iterable<com.google.gwt.user.client.ui.Widget>

public class XToolBar
extends com.google.gwt.user.client.ui.Composite
implements com.google.gwt.user.client.ui.HasWidgets, com.google.gwt.user.client.ui.IndexedPanel


Nested Class Summary
 
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
 
Field Summary
protected  com.google.gwt.user.client.ui.FlowPanel clearFloats
           
static Images IMAGES
           
protected  com.google.gwt.user.client.ui.FlowPanel panel
           
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
XToolBar()
           
 
Method Summary
 void add(com.google.gwt.user.client.ui.Widget w)
          
 void clear()
          
 com.google.gwt.user.client.ui.Widget getWidget(int index)
          
 int getWidgetCount()
          
 int getWidgetIndex(com.google.gwt.user.client.ui.Widget child)
          
 java.util.Iterator<com.google.gwt.user.client.ui.Widget> iterator()
          
 boolean remove(int index)
          
 boolean remove(com.google.gwt.user.client.ui.Widget w)
          
 
Methods inherited from class com.google.gwt.user.client.ui.Composite
getWidget, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, setWidget
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
doAttachChildren, doDetachChildren, getParent, onLoad, onUnload, removeFromParent
 
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, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkEvents, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

IMAGES

public static final Images IMAGES

panel

protected com.google.gwt.user.client.ui.FlowPanel panel

clearFloats

protected com.google.gwt.user.client.ui.FlowPanel clearFloats
Constructor Detail

XToolBar

public XToolBar()
Method Detail

add

public void add(com.google.gwt.user.client.ui.Widget w)

Specified by:
add in interface com.google.gwt.user.client.ui.HasWidgets
See Also:
HasWidgets.add(Widget)

clear

public void clear()

Specified by:
clear in interface com.google.gwt.user.client.ui.HasWidgets
See Also:
HasWidgets.clear()

iterator

public java.util.Iterator<com.google.gwt.user.client.ui.Widget> iterator()

Specified by:
iterator in interface com.google.gwt.user.client.ui.HasWidgets
Specified by:
iterator in interface java.lang.Iterable<com.google.gwt.user.client.ui.Widget>
See Also:
HasWidgets.iterator()

remove

public boolean remove(com.google.gwt.user.client.ui.Widget w)

Specified by:
remove in interface com.google.gwt.user.client.ui.HasWidgets
See Also:
HasWidgets.remove(Widget)

getWidget

public com.google.gwt.user.client.ui.Widget getWidget(int index)

Specified by:
getWidget in interface com.google.gwt.user.client.ui.IndexedPanel
See Also:
IndexedPanel.getWidget(int)

getWidgetCount

public int getWidgetCount()

Specified by:
getWidgetCount in interface com.google.gwt.user.client.ui.IndexedPanel
See Also:
IndexedPanel.getWidgetCount()

getWidgetIndex

public int getWidgetIndex(com.google.gwt.user.client.ui.Widget child)

Specified by:
getWidgetIndex in interface com.google.gwt.user.client.ui.IndexedPanel
See Also:
IndexedPanel.getWidgetIndex(Widget)

remove

public boolean remove(int index)

Specified by:
remove in interface com.google.gwt.user.client.ui.IndexedPanel
See Also:
IndexedPanel.remove(int)


Copyright © 2004-2008 XWiki. All Rights Reserved.