org.odlabs.wiquery.ui.draggable
Class DraggableIframeFix

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

public class DraggableIframeFix
extends Object
implements IComplexOption

$Id: DraggableSnap.java

Bean for the iframeFix option for the Draggable behavior

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

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

DraggableIframeFix

public DraggableIframeFix(Boolean booleanParam)
Constructor

Parameters:
booleanParam - Boolean parameter

DraggableIframeFix

public DraggableIframeFix(String selectorParam)
Constructor

Parameters:
selectorParam - Selector parameter
Method Detail

getBooleanParam

public Boolean getBooleanParam()
Returns:
the booleanParam

getSelectorPAram

public String getSelectorPAram()
Returns:
the selectorParam

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

setBooleanParam

public void setBooleanParam(Boolean booleanParam)
Set's the boolean parameter

Parameters:
booleanParam - the boolean to set

setSelectorParam

public void setSelectorParam(String selectorParam)
Set's the selector parameter

Parameters:
selectorParam - the selector to set


Copyright © 2012. All Rights Reserved.