Style Intelligence v12.0

inetsoft.sree
Class RepletParameters.TextAreaParameter

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

public static class RepletParameters.TextAreaParameter
extends RepletParameters.Parameter

TextArea parameter.

See Also:
Serialized Form

Field Summary
 int cols
           
 String defaultValue
           
 int rows
           
 
Fields inherited from class inetsoft.sree.RepletParameters.Parameter
name
 
Constructor Summary
RepletParameters.TextAreaParameter(String name, String def, int rows, int cols)
           
 
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

defaultValue

public String defaultValue

rows

public int rows

cols

public int cols
Constructor Detail

RepletParameters.TextAreaParameter

public RepletParameters.TextAreaParameter(String name,
                                          String def,
                                          int rows,
                                          int cols)
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.