public class PositionOffset extends Object implements IComplexOption
Bean for the offset option for the Position behavior
| Constructor and Description |
|---|
PositionOffset(int offsetLeft)
Constructor
|
PositionOffset(int offsetLeft,
int offsetTop)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
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
|
public PositionOffset(int offsetLeft)
offsetLeft - offset Leftpublic PositionOffset(int offsetLeft,
int offsetTop)
offsetLeft - offset LeftoffsetTop - Offset toppublic CharSequence getJavascriptOption()
getJavascriptOption in interface IComplexOptionIComplexOption.getJavascriptOption()public int getOffsetLeft()
public int getOffsetTop()
public void setOffsetLeft(int offsetLeft)
offsetLeft - public void setOffsetTop(int offsetTop)
offserTop - Copyright © 2009-2012. All Rights Reserved.