|
|||||||||
| 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.BoxLayout
com.extjs.gxt.ui.client.widget.layout.VBoxLayout
public class VBoxLayout
Lays out it's children in a vertical column.
Because this layout positions it's children absolutely, the container will have no height. A height must be specified directly or by a parent layout. The horizontal position and width can be managed by usingsetVBoxLayoutAlign(VBoxLayoutAlign).
| Nested Class Summary | |
|---|---|
static class |
VBoxLayout.VBoxLayoutAlign
Alignment enumeration for horizontal alignment. |
| Nested classes/interfaces inherited from class com.extjs.gxt.ui.client.widget.layout.BoxLayout |
|---|
BoxLayout.BoxLayoutPack |
| Constructor Summary | |
|---|---|
VBoxLayout()
|
|
| Method Summary | |
|---|---|
VBoxLayout.VBoxLayoutAlign |
getVBoxLayoutAlign()
Returns the horizontal alignment. |
void |
setVBoxLayoutAlign(VBoxLayout.VBoxLayoutAlign vBoxLayoutAlign)
Sets the horizontal alignment for child items (defaults to LEFT). |
| Methods inherited from class com.extjs.gxt.ui.client.widget.layout.BoxLayout |
|---|
getPack, getPadding, getScrollOffset, isAdjustForFlexRemainder, setAdjustForFlexRemainder, setPack, setPadding, setScrollOffset |
| 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 VBoxLayout()
| Method Detail |
|---|
public VBoxLayout.VBoxLayoutAlign getVBoxLayoutAlign()
public void setVBoxLayoutAlign(VBoxLayout.VBoxLayoutAlign vBoxLayoutAlign)
vBoxLayoutAlign - the horizontal alignment
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||