|
|||||||||
| 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.
| Constructor Summary | |
|---|---|
FillLayout()
Creates a new vertical fill layout. |
|
FillLayout(Style.Orientation orientation)
Creates a new fill layout with the given orientation. |
|
| Method Summary |
|---|
| 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 |
|---|
getExtraStyle, getResizeDelay, isRenderHidden, layout, setContainer, setExtraStyle, setRenderHidden, setResizeDelay |
| Methods inherited from class com.extjs.gxt.ui.client.event.BaseObservable |
|---|
addListener, fireEvent, fireEvent, getFiresEvents, getListeners, hasActiveEvent, hasListeners, hasListeners, removeAllListeners, removeListener, setFiresEvents |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FillLayout()
public FillLayout(Style.Orientation orientation)
orientation - the orientation
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||