public class UnorderedListPanel
extends com.google.gwt.user.client.ui.Panel
implements com.google.gwt.user.client.ui.IndexedPanel
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled| Constructor and Description |
|---|
UnorderedListPanel()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
Iterator<com.google.gwt.user.client.ui.Widget> |
iterator() |
boolean |
remove(int index) |
boolean |
remove(com.google.gwt.user.client.ui.Widget w) |
void |
setLiClass(int index,
String theClass)
Sets the 'class' attribute on the "li" wrapper for the
widget at the given index.
|
void |
setLiClass(com.google.gwt.user.client.ui.Widget w,
String theClass)
Sets the 'class' attribute on the "li" wrapper for the
given wiget.
|
add, adopt, adopt, disown, doAttachChildren, doDetachChildren, orphan, removeaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, onLoad, onUnload, removeFromParent, setLayoutData, sinkEventsaddStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString, unsinkEventspublic void add(com.google.gwt.user.client.ui.Widget w)
add in interface com.google.gwt.user.client.ui.HasWidgetsadd in class com.google.gwt.user.client.ui.PanelPanel.add(com.google.gwt.user.client.ui.Widget)public void setLiClass(com.google.gwt.user.client.ui.Widget w,
String theClass)
w - theClass - public void setLiClass(int index,
String theClass)
index - theClass - public void clear()
clear in interface com.google.gwt.user.client.ui.HasWidgetsclear in class com.google.gwt.user.client.ui.PanelPanel.clear()public Iterator<com.google.gwt.user.client.ui.Widget> iterator()
public boolean remove(com.google.gwt.user.client.ui.Widget w)
remove in interface com.google.gwt.user.client.ui.HasWidgetsremove in class com.google.gwt.user.client.ui.PanelPanel.remove(com.google.gwt.user.client.ui.Widget)public com.google.gwt.user.client.ui.Widget getWidget(int index)
getWidget in interface com.google.gwt.user.client.ui.IndexedPanelIndexedPanel.getWidget(int)public int getWidgetCount()
getWidgetCount in interface com.google.gwt.user.client.ui.IndexedPanelIndexedPanel.getWidgetCount()public int getWidgetIndex(com.google.gwt.user.client.ui.Widget child)
getWidgetIndex in interface com.google.gwt.user.client.ui.IndexedPanelIndexedPanel.getWidgetIndex(com.google.gwt.user.client.ui.Widget)public boolean remove(int index)
remove in interface com.google.gwt.user.client.ui.IndexedPanelIndexedPanel.remove(int)Copyright © 2012-2013 JBoss, a division of Red Hat. All Rights Reserved.