|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gwtext.client.core.Region
public class Region
This class represents an Elements Region.
BaseElement.setRegion(Region, boolean)
Constructor Summary | |
---|---|
Region(int top,
int left,
int right,
int bottom)
|
Method Summary | |
---|---|
int |
getBottom()
|
int |
getLeft()
|
int |
getRight()
|
int |
getTop()
|
static Region |
instance(com.google.gwt.core.client.JavaScriptObject jsObj)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Region(int top, int left, int right, int bottom)
Method Detail |
---|
public static Region instance(com.google.gwt.core.client.JavaScriptObject jsObj)
public int getTop()
public int getLeft()
public int getRight()
public int getBottom()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |