public class SortableRevert extends Object implements IComplexOption
Bean for the revert option for the Sortable behavior
| Constructor and Description |
|---|
SortableRevert(Boolean booleanParam)
Constructor
|
SortableRevert(Integer intParameter)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBooleanParam() |
Integer |
getIntParam() |
CharSequence |
getJavascriptOption()
Method retrieving the javascript representation of this complex option
|
void |
setBooleanParam(Boolean booleanParam)
Set's the boolean parameter
|
void |
setIntParam(Integer intParameter)
Set's the Integer parameter
|
public SortableRevert(Boolean booleanParam)
booleanParam - Boolean parameterpublic SortableRevert(Integer intParameter)
intParameter - Integer parameterpublic Boolean getBooleanParam()
public Integer getIntParam()
public CharSequence getJavascriptOption()
getJavascriptOption in interface IComplexOptionIComplexOption.getJavascriptOption()public void setBooleanParam(Boolean booleanParam)
booleanParam - the boolean to setpublic void setIntParam(Integer intParameter)
intParameter - the integer to setCopyright © 2009-2012. All Rights Reserved.