|
|||||||||
| 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| Constructor Summary | |
|---|---|
AbsoluteLayout()
|
|
| Method Summary | |
|---|---|
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 |
|---|
getAnchorSize, setAnchorSize |
| 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, hasListeners, hasListeners, removeAllListeners, removeListener, setFiresEvents |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbsoluteLayout()
| Method Detail |
|---|
public void setPosition(Component c,
int left,
int top)
c - the componentleft - the left valuetop - the top value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||