|
|||||||||
| 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
public abstract class Layout
Layout provides the basic foundation for all other layout classes in GXT. It is a non-visual class that simply provides the base logic required to function as a layout. This class is intended to be extended.
Layout instances should not be shared with multiple containers.
LayoutContainer![]() |
![]() |
| Constructor Summary | |
|---|---|
Layout()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getExtraStyle()
Returns the extra style name. |
int |
getResizeDelay()
Returns the window resize delay. |
boolean |
isRenderHidden()
Returns true if the container will be render child components hidden. |
void |
layout()
|
void |
setContainer(Container ct)
Sets the layout's container. |
void |
setExtraStyle(java.lang.String extraStyle)
Sets an optional extra CSS style name that will be added to the container. |
void |
setRenderHidden(boolean renderHidden)
True to hide each contained component on render (defaults to false). |
void |
setResizeDelay(int resizeDelay)
Sets the number of milliseconds to buffer resize events (defaults to 400). |
| Methods inherited from class com.extjs.gxt.ui.client.event.BaseObservable |
|---|
addListener, fireEvent, fireEvent, getFiresEvents, hasListeners, hasListeners, removeAllListeners, removeListener, setFiresEvents |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Layout()
| Method Detail |
|---|
public void layout()
public java.lang.String getExtraStyle()
public int getResizeDelay()
public boolean isRenderHidden()
public void setContainer(Container ct)
ct - the containerpublic void setExtraStyle(java.lang.String extraStyle)
extraStyle - the extra style namepublic void setRenderHidden(boolean renderHidden)
renderHidden - true to render hiddenpublic void setResizeDelay(int resizeDelay)
monitorResize = true.
resizeDelay - the delay in milliseconds
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||