org.jboss.errai.workspaces.client.layout
Class WSLayoutPanel

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.AbsolutePanel
                      extended by org.gwt.mosaic.ui.client.layout.LayoutPanel
                          extended by org.jboss.errai.workspaces.client.layout.WSLayoutPanel
All Implemented Interfaces:
com.allen_sauer.gwt.dnd.client.drop.DropController, com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.HasAnimation, com.google.gwt.user.client.ui.HasWidgets, com.google.gwt.user.client.ui.HasWidgets.ForIsWidget, com.google.gwt.user.client.ui.IndexedPanel, com.google.gwt.user.client.ui.IndexedPanel.ForIsWidget, com.google.gwt.user.client.ui.InsertPanel, com.google.gwt.user.client.ui.InsertPanel.ForIsWidget, com.google.gwt.user.client.ui.IsWidget, com.google.gwt.user.client.ui.ProvidesResize, com.google.gwt.user.client.ui.RequiresResize, Iterable<com.google.gwt.user.client.ui.Widget>, org.gwt.mosaic.ui.client.layout.HasLayoutManager

public class WSLayoutPanel
extends org.gwt.mosaic.ui.client.layout.LayoutPanel
implements com.google.gwt.user.client.ui.RequiresResize


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
 
Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.InsertPanel
com.google.gwt.user.client.ui.InsertPanel.ForIsWidget
 
Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasWidgets
com.google.gwt.user.client.ui.HasWidgets.ForIsWidget
 
Field Summary
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
WSLayoutPanel(org.gwt.mosaic.ui.client.layout.LayoutManager layout)
           
 
Method Summary
 void onResize()
           
 
Methods inherited from class org.gwt.mosaic.ui.client.layout.LayoutPanel
add, add, addCollapsedListener, doAttachChildren, doDetachChildren, enableDragAndDrop, getAnimationCallback, getDropTarget, getLayout, getLocationWidgetComparator, getPadding, getPreferredSize, getUnitConverter, getWidget, getWidgetIndex, getWidgetLeft, getWidgetSpacing, getWidgetTop, insert, insert, invalidate, invalidate, isAnimationEnabled, isAutoLayout, isCollapsed, isDragAndDropEnabled, iterator, layout, layoutChildren, makeDraggable, makeDraggable, makeNotDraggable, needsLayout, onDrop, onEnter, onLayout, onLeave, onLoad, onMove, onPreviewDrop, registerDropController, remove, removeCollapsedListener, removeImpl, setAnimationCallback, setAnimationEnabled, setAnimationEnabled, setAutoLayout, setCollapsed, setHeight, setLayout, setLocationWidgetComparator, setPadding, setWidgetPosition, setWidgetSpacing, setWidth, toPixelSize, unregisterDropController, unregisterDropControllers
 
Methods inherited from class com.google.gwt.user.client.ui.AbsolutePanel
add, insert, insert, insert, setWidgetPositionImpl
 
Methods inherited from class com.google.gwt.user.client.ui.ComplexPanel
add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidgetCount, getWidgetIndex, insert, remove
 
Methods inherited from class com.google.gwt.user.client.ui.Panel
add, adopt, adopt, clear, disown, orphan, remove
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
addAttachHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, onUnload, removeFromParent, setLayoutData, sinkEvents
 
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, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.gwt.user.client.ui.InsertPanel.ForIsWidget
add
 
Methods inherited from interface com.google.gwt.user.client.ui.IndexedPanel.ForIsWidget
getWidgetIndex
 
Methods inherited from interface com.google.gwt.user.client.ui.IndexedPanel
getWidgetCount, remove
 

Constructor Detail

WSLayoutPanel

public WSLayoutPanel(org.gwt.mosaic.ui.client.layout.LayoutManager layout)
Method Detail

onResize

public void onResize()
Specified by:
onResize in interface com.google.gwt.user.client.ui.RequiresResize
Overrides:
onResize in class org.gwt.mosaic.ui.client.layout.LayoutPanel


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.