|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.odlabs.wiquery.ui.draggable.DraggableRevert
public class DraggableRevert
$Id: DraggableRevert.java
Bean for the revert option for the Draggable behavior
Nested Class Summary | |
---|---|
static class |
DraggableRevert.RevertEnum
|
Field Summary | |
---|---|
static DraggableRevert |
INVALID
Invalid revert |
static DraggableRevert |
VALID
Valid revert |
Constructor Summary | |
---|---|
DraggableRevert(Boolean booleanParam)
Constructor |
|
DraggableRevert(DraggableRevert.RevertEnum revertEnumParameter)
Constructor |
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final DraggableRevert VALID
public static final DraggableRevert INVALID
Constructor Detail |
---|
public DraggableRevert(Boolean booleanParam)
booleanParam
- Boolean parameterpublic DraggableRevert(DraggableRevert.RevertEnum revertEnumParameter)
revertEnumParameter
- RevertEnum parameterMethod Detail |
---|
public Boolean getBooleanParam()
public DraggableRevert.RevertEnum getRevertEnumParam()
public CharSequence getJavascriptOption()
IComplexOption
getJavascriptOption
in interface IComplexOption
public void setBooleanParam(Boolean booleanParam)
booleanParam
- the boolean to setpublic void setRevertEnumParam(DraggableRevert.RevertEnum revertEnumParameter)
revertEnumParameter
- the RevertEnum to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |