|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.odlabs.wiquery.ui.position.PositionOffset
public class PositionOffset
$Id$
Bean for the offset option for the Position behavior
Constructor Summary | |
---|---|
PositionOffset(int offsetLeft)
Constructor |
|
PositionOffset(int offsetLeft,
int offsetTop)
Constructor |
Method Summary | |
---|---|
CharSequence |
getJavascriptOption()
Method retrieving the javascript representation of this complex option |
int |
getOffsetLeft()
|
int |
getOffsetTop()
|
void |
setOffsetLeft(int offsetLeft)
Set the offset left |
void |
setOffsetTop(int offsetTop)
Set the offset top |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PositionOffset(int offsetLeft)
offsetLeft
- offset Leftpublic PositionOffset(int offsetLeft, int offsetTop)
offsetLeft
- offset LeftoffsetTop
- Offset topMethod Detail |
---|
public CharSequence getJavascriptOption()
IComplexOption
getJavascriptOption
in interface IComplexOption
public int getOffsetLeft()
public int getOffsetTop()
public void setOffsetLeft(int offsetLeft)
offsetLeft
- public void setOffsetTop(int offsetTop)
offserTop
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |