|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.extjs.gxt.ui.client.event.BaseObservable
com.extjs.gxt.ui.client.widget.Layout
com.extjs.gxt.ui.client.widget.layout.RowLayout
com.extjs.gxt.ui.client.widget.layout.FillLayout
public class FillLayout
FillLayout
places its components in a single row or column,
forcing them to be the same size.
Field Summary |
---|
Fields inherited from class com.extjs.gxt.ui.client.widget.Layout |
---|
activeItem, componentStyleName, container, monitorResize, renderHidden, target, targetStyleName |
Constructor Summary | |
---|---|
FillLayout()
Creates a new vertical fill layout. |
|
FillLayout(Style.Orientation orientation)
Creates a new fill layout with the given orientation. |
Method Summary | |
---|---|
protected void |
layoutHorizontal(El target)
|
protected void |
layoutVertical(El target)
|
protected void |
onLayout(Container<?> container,
El target)
|
Methods inherited from class com.extjs.gxt.ui.client.widget.layout.RowLayout |
---|
getOrientation, isAdjustForScroll, setAdjustForScroll, setOrientation |
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, setPosition, 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 |
---|
public FillLayout()
public FillLayout(Style.Orientation orientation)
orientation
- the orientationMethod Detail |
---|
protected void layoutHorizontal(El target)
layoutHorizontal
in class RowLayout
protected void layoutVertical(El target)
layoutVertical
in class RowLayout
protected void onLayout(Container<?> container, El target)
onLayout
in class RowLayout
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |