org.odlabs.wiquery.ui.accordion
Class AccordionAnimated

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

public class AccordionAnimated
extends Object
implements IComplexOption

$Id: AccordionAnimated

Bean for the animated option for the Accordion component

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

Constructor Summary
AccordionAnimated(Boolean booleanParam)
          Constructor
AccordionAnimated(String effectParam)
          Constructor
 
Method Summary
 Boolean getBooleanParam()
           
 String getEffectPAram()
           
 CharSequence getJavascriptOption()
          Method retrieving the javascript representation of this complex option
 void setBooleanParam(Boolean booleanParam)
          Set's the boolean parameter
 void setEffectParam(String effectParam)
          Set's the effect parameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccordionAnimated

public AccordionAnimated(Boolean booleanParam)
Constructor

Parameters:
booleanParam - Boolean parameter

AccordionAnimated

public AccordionAnimated(String effectParam)
Constructor

Parameters:
effectParam - Effect parameter
Method Detail

getBooleanParam

public Boolean getBooleanParam()
Returns:
the booleanParam

getEffectPAram

public String getEffectPAram()
Returns:
the effectParam

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

setEffectParam

public void setEffectParam(String effectParam)
Set's the effect parameter

Parameters:
effectParam - the effect to set


Copyright © 2012. All Rights Reserved.