public class DroppableAccept extends Object implements IComplexOption
Bean for the accept option for the Droppable behavior
| Constructor and Description |
|---|
DroppableAccept(JsScope functionParam)
Constructor
|
DroppableAccept(String literalParam)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
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
|
public DroppableAccept(String literalParam)
literalParam - Literal parameterpublic DroppableAccept(JsScope functionParam)
functionParam - Function parameterpublic String getLiteralParam()
public JsScope getFunctionParam()
public CharSequence getJavascriptOption()
IComplexOptiongetJavascriptOption in interface IComplexOptionpublic void setHelperEnumParam(String literalParam)
literalParam - the literal to setpublic void setFunctionParam(JsScope functionParam)
functionParam - the JsScope to setCopyright © 2009-2012. All Rights Reserved.