com.extjs.gxt.ui.client.widget.layout
Class CenterLayout

java.lang.Object
  extended by com.extjs.gxt.ui.client.event.BaseObservable
      extended by com.extjs.gxt.ui.client.widget.Layout
          extended by com.extjs.gxt.ui.client.widget.layout.AnchorLayout
              extended by com.extjs.gxt.ui.client.widget.layout.AbsoluteLayout
                  extended by com.extjs.gxt.ui.client.widget.layout.CenterLayout
All Implemented Interfaces:
Observable

public class CenterLayout
extends AbsoluteLayout

CenterLayout centers a single widget within its container.


Field Summary
 
Fields inherited from class com.extjs.gxt.ui.client.widget.Layout
activeItem, componentStyleName, container, monitorResize, renderHidden, target, targetStyleName
 
Constructor Summary
CenterLayout()
           
 
Method Summary
protected  void onLayout(Container<?> container, El target)
           
 
Methods inherited from class com.extjs.gxt.ui.client.widget.layout.AbsoluteLayout
setPosition
 
Methods inherited from class com.extjs.gxt.ui.client.widget.layout.AnchorLayout
adjustHeightAnchor, adjustWidthAnchor, getAnchorSize, setAnchorSize
 
Methods inherited from class com.extjs.gxt.ui.client.widget.Layout
applyMargins, applyPadding, callLayout, fly, fly, getExtraStyle, getLayoutData, getResizeDelay, getSideMargins, initTarget, isLayoutExecuted, isLayoutNeeded, isRenderHidden, isRunning, isValidParent, layout, layoutContainer, onAdd, onComponentHide, onComponentShow, onRemove, onResize, renderAll, renderComponent, setBounds, setContainer, setExtraStyle, setLayoutData, setLayoutNeeded, setLayoutOnChange, setRenderHidden, setResizeDelay, setSize
 
Methods inherited from class com.extjs.gxt.ui.client.event.BaseObservable
addListener, callListener, fireEvent, fireEvent, getFiresEvents, getListeners, hasActiveEvent, hasListeners, hasListeners, removeAllListeners, removeListener, setFiresEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CenterLayout

public CenterLayout()
Method Detail

onLayout

protected void onLayout(Container<?> container,
                        El target)
Overrides:
onLayout in class AbsoluteLayout