|
||||||||||
| 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.sibvisions.rad.ui.web.ext.gxt.layout.GVxLayout
public abstract class GVxLayout
Layout Extension.
| Field Summary | |
|---|---|
static IllegalArgumentException |
BREAK_LAYOUTING
Signal to break layouting. |
protected int |
horizontalGap
The horizontal gap. |
protected Margins |
margins
The margins. |
protected int |
verticalGap
The vertical gap. |
| Fields inherited from class com.extjs.gxt.ui.client.widget.Layout |
|---|
activeItem, componentStyleName, container, monitorResize, renderHidden, target, targetStyleName |
| Constructor Summary | |
|---|---|
GVxLayout()
|
|
| Method Summary | |
|---|---|
protected void |
clearCache(BoxComponent pComponent)
Calculates the preferred size of the container. |
void |
configureTarget(Container<?> pContainer,
El pTarget)
Sets the correct position attribute. |
Margins |
getBorderMargins(BoxComponent pComponent)
Calculates the preferred size of the container. |
int |
getHorizontalGap()
The horizontal gap. |
Margins |
getMargins()
The Margins. |
Size |
getPreferredSize(BoxComponent pComponent)
Calculates the preferred size of the container. |
protected Size |
getPreferredSizeIntern(BoxComponent pComponent)
Calculates the preferred size of the container. |
int |
getVerticalGap()
The vertical gap. |
void |
setHorizontalGap(int pHorizontalGap)
The horizontal gap. |
void |
setMargins(Margins pMargins)
The Margins. |
protected void |
setSize(BoxComponent pComponent,
int pWidth,
int pHeight)
Sets the size for a component. |
void |
setVerticalGap(int pVerticalGap)
The vertical gap. |
| 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, onLayout, 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 |
| Methods inherited from interface com.sibvisions.rad.ui.web.ext.gxt.layout.IPreferredSizeLayout |
|---|
getPreferredSize |
| Field Detail |
|---|
public static final IllegalArgumentException BREAK_LAYOUTING
protected Margins margins
protected int horizontalGap
protected int verticalGap
| Constructor Detail |
|---|
public GVxLayout()
| Method Detail |
|---|
public Margins getMargins()
public void setMargins(Margins pMargins)
pMargins - the Margins.public int getHorizontalGap()
public void setHorizontalGap(int pHorizontalGap)
pHorizontalGap - the horizontal gap.public int getVerticalGap()
public void setVerticalGap(int pVerticalGap)
pVerticalGap - the vertical gap.public Size getPreferredSize(BoxComponent pComponent)
pComponent - the container.
protected Size getPreferredSizeIntern(BoxComponent pComponent)
pComponent - the container.
protected void clearCache(BoxComponent pComponent)
pComponent - the container.public Margins getBorderMargins(BoxComponent pComponent)
pComponent - the container.
public void configureTarget(Container<?> pContainer,
El pTarget)
pContainer - the container.pTarget - the target.
protected void setSize(BoxComponent pComponent,
int pWidth,
int pHeight)
pComponent - the componentpWidth - the widthpHeight - the height
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||