Nuxeo Enterprise Platform 5.4

org.nuxeo.opensocial.container.client.ui
Class ZoneWidget

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.Panel
              extended by com.google.gwt.user.client.ui.ComplexPanel
                  extended by com.google.gwt.user.client.ui.FlowPanel
                      extended by org.nuxeo.opensocial.container.client.ui.ZoneWidget
All Implemented Interfaces:
com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.HasWidgets, com.google.gwt.user.client.ui.IndexedPanel, com.google.gwt.user.client.ui.InsertPanel, Iterable<com.google.gwt.user.client.ui.Widget>, HasUnits

public class ZoneWidget
extends com.google.gwt.user.client.ui.FlowPanel
implements HasUnits

Author:
Stéphane Fourrier

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

ZoneWidget

public ZoneWidget(String cssStyle)
Method Detail

hasWebContents

public boolean hasWebContents()

addUnit

public void addUnit(UnitWidget unitWidget)

setCssTemplate

public void setCssTemplate(String cssTemplate)

removeUnit

public void removeUnit(int index)

getUnit

public UnitWidget getUnit(String id)

getUnit

public UnitWidget getUnit(int unitIndex)

getUnits

public List<UnitWidget> getUnits()

getNumberOfUnits

public int getNumberOfUnits()
Specified by:
getNumberOfUnits in interface HasUnits

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.