|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.odlabs.wiquery.ui.droppable.DroppableAccept
public class DroppableAccept
$Id: DroppableAccept.java
Bean for the accept option for the Droppable behavior
Constructor Summary | |
---|---|
DroppableAccept(JsScope functionParam)
Constructor |
|
DroppableAccept(String literalParam)
Constructor |
Method Summary | |
---|---|
JsScope |
getFunctionParam()
|
CharSequence |
getJavascriptOption()
Method retrieving the javascript representation of this complex option |
String |
getLiteralParam()
|
void |
setFunctionParam(JsScope functionParam)
Set's the function parameter |
void |
setHelperEnumParam(String literalParam)
Set's the literal parameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DroppableAccept(String literalParam)
literalParam
- Literal parameterpublic DroppableAccept(JsScope functionParam)
functionParam
- Function parameterMethod Detail |
---|
public String getLiteralParam()
public JsScope getFunctionParam()
public CharSequence getJavascriptOption()
IComplexOption
getJavascriptOption
in interface IComplexOption
public void setHelperEnumParam(String literalParam)
literalParam
- the literal to setpublic void setFunctionParam(JsScope functionParam)
functionParam
- the JsScope to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |