|
Nuxeo Enterprise Platform 5.4 | |||||||||
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.Widget
com.google.gwt.user.client.ui.Panel
com.google.gwt.user.client.ui.ComplexPanel
com.google.gwt.user.client.ui.FlowPanel
org.nuxeo.opensocial.container.client.ui.ZoneWidget
public class ZoneWidget
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 |
---|
Fields inherited from class com.google.gwt.user.client.ui.UIObject |
---|
DEBUG_ID_PREFIX |
Constructor Summary | |
---|---|
ZoneWidget(String cssStyle)
|
Method Summary | |
---|---|
void |
addUnit(UnitWidget unitWidget)
|
int |
getNumberOfUnits()
|
UnitWidget |
getUnit(int unitIndex)
|
UnitWidget |
getUnit(String id)
|
List<UnitWidget> |
getUnits()
|
boolean |
hasWebContents()
|
void |
removeUnit(int index)
|
void |
setCssTemplate(String cssTemplate)
|
Methods inherited from class com.google.gwt.user.client.ui.FlowPanel |
---|
add, clear, insert |
Methods inherited from class com.google.gwt.user.client.ui.ComplexPanel |
---|
getWidget, getWidgetCount, getWidgetIndex, iterator, remove, remove |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
---|
fireEvent, getLayoutData, getParent, isAttached, onBrowserEvent, removeFromParent, setLayoutData, sinkEvents |
Methods inherited from class com.google.gwt.user.client.ui.UIObject |
---|
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleName, getStylePrimaryName, getTitle, isVisible, isVisible, removeStyleDependentName, removeStyleName, setHeight, setPixelSize, setSize, setStyleName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, toString, unsinkEvents |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.google.gwt.user.client.ui.HasWidgets |
---|
add, clear, iterator, remove |
Methods inherited from interface com.google.gwt.user.client.ui.IndexedPanel |
---|
getWidget, getWidgetCount, getWidgetIndex, remove |
Constructor Detail |
---|
public ZoneWidget(String cssStyle)
Method Detail |
---|
public boolean hasWebContents()
public void addUnit(UnitWidget unitWidget)
public void setCssTemplate(String cssTemplate)
public void removeUnit(int index)
public UnitWidget getUnit(String id)
public UnitWidget getUnit(int unitIndex)
public List<UnitWidget> getUnits()
public int getNumberOfUnits()
getNumberOfUnits
in interface HasUnits
|
Nuxeo Enterprise Platform 5.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |