Style Intelligence v12.0

inetsoft.sree
Class RepletParameters.OptionParameter

java.lang.Object
  extended by inetsoft.sree.RepletParameters.Parameter
      extended by inetsoft.sree.RepletParameters.OptionParameter
All Implemented Interfaces:
Serializable
Enclosing class:
RepletParameters

public static class RepletParameters.OptionParameter
extends RepletParameters.Parameter

Option group parameter.

See Also:
Serialized Form

Field Summary
 Object[] choices
           
 Object[] defaultValue
           
 Object[] values
           
 
Fields inherited from class inetsoft.sree.RepletParameters.Parameter
name
 
Constructor Summary
RepletParameters.OptionParameter(String name, Object[] def, Object[] choices, Object[] values)
           
 
Method Summary
 Object getDefaultValue()
          Get the default value of this parameter.
 void setDefaultValue(Object val)
          Set the default value of this parameter.
 
Methods inherited from class inetsoft.sree.RepletParameters.Parameter
getAlias, getName, getToolTip, getTypeNode, isMultipleSelection, isVisible, setAlias, setMultipleSelection, setToolTip, setTypeNode, setVisible, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

choices

public Object[] choices

values

public Object[] values

defaultValue

public Object[] defaultValue
Constructor Detail

RepletParameters.OptionParameter

public RepletParameters.OptionParameter(String name,
                                        Object[] def,
                                        Object[] choices,
                                        Object[] values)
Method Detail

getDefaultValue

public Object getDefaultValue()
Get the default value of this parameter.

Specified by:
getDefaultValue in class RepletParameters.Parameter

setDefaultValue

public void setDefaultValue(Object val)
Set the default value of this parameter.

Specified by:
setDefaultValue in class RepletParameters.Parameter

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.