|
|||||||||
| 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.AnchorLayout
com.extjs.gxt.ui.client.widget.layout.AbsoluteLayout
public class AbsoluteLayout
Inherits the anchoring of AnchorLayout and adds the ability for left
/ top positioning using the AbsoluteData left and top
properties.
AbsoluteData| Field Summary |
|---|
| Fields inherited from class com.extjs.gxt.ui.client.widget.Layout |
|---|
activeItem, componentStyleName, container, monitorResize, renderHidden, target, targetStyleName |
| Constructor Summary | |
|---|---|
AbsoluteLayout()
|
|
| Method Summary | |
|---|---|
protected void |
onLayout(Container<?> container,
El target)
|
void |
setPosition(Component c,
int left,
int top)
Sets the component's position. |
| Methods inherited from class com.extjs.gxt.ui.client.widget.layout.AnchorLayout |
|---|
adjustHeightAnchor, adjustWidthAnchor, getAnchorSize, setAnchorSize |
| 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, 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 AbsoluteLayout()
| Method Detail |
|---|
public void setPosition(Component c,
int left,
int top)
setPosition in class Layoutc - the componentleft - the left valuetop - the top value
protected void onLayout(Container<?> container,
El target)
onLayout in class AnchorLayout
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||