public class DraggableRevert extends Object implements IComplexOption
Bean for the revert option for the Draggable behavior
| Modifier and Type | Class and Description |
|---|---|
static class |
DraggableRevert.RevertEnum |
| Modifier and Type | Field and Description |
|---|---|
static DraggableRevert |
INVALID
Invalid revert
|
static DraggableRevert |
VALID
Valid revert
|
| Constructor and Description |
|---|
DraggableRevert(Boolean booleanParam)
Constructor
|
DraggableRevert(DraggableRevert.RevertEnum revertEnumParameter)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBooleanParam() |
CharSequence |
getJavascriptOption()
Method retrieving the javascript representation of this complex option
|
DraggableRevert.RevertEnum |
getRevertEnumParam() |
void |
setBooleanParam(Boolean booleanParam)
Set's the boolean parameter
|
void |
setRevertEnumParam(DraggableRevert.RevertEnum revertEnumParameter)
Set's the RevertEnum parameter
|
public static final DraggableRevert VALID
public static final DraggableRevert INVALID
public DraggableRevert(Boolean booleanParam)
booleanParam - Boolean parameterpublic DraggableRevert(DraggableRevert.RevertEnum revertEnumParameter)
revertEnumParameter - RevertEnum parameterpublic Boolean getBooleanParam()
public DraggableRevert.RevertEnum getRevertEnumParam()
public CharSequence getJavascriptOption()
IComplexOptiongetJavascriptOption in interface IComplexOptionpublic void setBooleanParam(Boolean booleanParam)
booleanParam - the boolean to setpublic void setRevertEnumParam(DraggableRevert.RevertEnum revertEnumParameter)
revertEnumParameter - the RevertEnum to setCopyright © 2009-2012. All Rights Reserved.