org.odlabs.wiquery.ui.resizable
Class ResizableHandles

java.lang.Object
  extended by org.odlabs.wiquery.ui.resizable.ResizableHandles
All Implemented Interfaces:
Serializable, IComplexOption

public class ResizableHandles
extends Object
implements IComplexOption

$Id: ResizableHandles.java

Bean for the handles option for the Resizable behavior

Since:
1.0
Author:
Julien Roche
See Also:
Serialized Form

Constructor Summary
ResizableHandles(LiteralOption literalParam)
          Constructor
ResizableHandles(String objectParam)
          Constructor
 
Method Summary
 CharSequence getJavascriptOption()
          Method retrieving the javascript representation of this complex option
 LiteralOption getLiteralParam()
           
 String getObjectParam()
           
 void setLiteralParam(LiteralOption literalParam)
          Set's the literal parameter
 void setObjectParam(String objectParam)
          Set's the object (jQuery or DOMElement) parameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResizableHandles

public ResizableHandles(LiteralOption literalParam)
Constructor

Parameters:
literalParam - Literal parameter

ResizableHandles

public ResizableHandles(String objectParam)
Constructor

Parameters:
objectParam - object parameter (jQuery or DOMElement)
Method Detail

getLiteralParam

public LiteralOption getLiteralParam()
Returns:
the literalParam

getObjectParam

public String getObjectParam()
Returns:
the objectParam

getJavascriptOption

public CharSequence getJavascriptOption()
Description copied from interface: IComplexOption
Method retrieving the javascript representation of this complex option

Specified by:
getJavascriptOption in interface IComplexOption
Returns:
the javascript

setLiteralParam

public void setLiteralParam(LiteralOption literalParam)
Set's the literal parameter

Parameters:
literalParam - the literal to set

setObjectParam

public void setObjectParam(String objectParam)
Set's the object (jQuery or DOMElement) parameter

Parameters:
objectParam - the literal to set


Copyright © 2012. All Rights Reserved.