|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.odlabs.wiquery.ui.draggable.DraggableIframeFix
public class DraggableIframeFix
$Id: DraggableSnap.java
Bean for the iframeFix option for the Draggable behavior
Constructor Summary | |
---|---|
DraggableIframeFix(Boolean booleanParam)
Constructor |
|
DraggableIframeFix(String selectorParam)
Constructor |
Method Summary | |
---|---|
Boolean |
getBooleanParam()
|
CharSequence |
getJavascriptOption()
Method retrieving the javascript representation of this complex option |
String |
getSelectorPAram()
|
void |
setBooleanParam(Boolean booleanParam)
Set's the boolean parameter |
void |
setSelectorParam(String selectorParam)
Set's the selector parameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DraggableIframeFix(Boolean booleanParam)
booleanParam
- Boolean parameterpublic DraggableIframeFix(String selectorParam)
selectorParam
- Selector parameterMethod Detail |
---|
public Boolean getBooleanParam()
public String getSelectorPAram()
public CharSequence getJavascriptOption()
IComplexOption
getJavascriptOption
in interface IComplexOption
public void setBooleanParam(Boolean booleanParam)
booleanParam
- the boolean to setpublic void setSelectorParam(String selectorParam)
selectorParam
- the selector to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |