de.hillenbrand.jreqtools
Class GenericOkCancelRequester.TypeConfig

java.lang.Object
  extended by de.hillenbrand.jreqtools.GenericOkCancelRequester.TypeConfig
Direct Known Subclasses:
GenericOkCancelRequester.Tab
Enclosing class:
GenericOkCancelRequester

public static class GenericOkCancelRequester.TypeConfig
extends java.lang.Object


Field Summary
protected  java.lang.String label
           
protected  java.lang.Object options
           
protected  java.lang.Object renderer
           
protected  int type
           
protected  java.lang.Object value
           
 
Constructor Summary
GenericOkCancelRequester.TypeConfig(java.lang.String label, int type)
           
GenericOkCancelRequester.TypeConfig(java.lang.String label, int type, java.lang.Object defaultValue)
           
GenericOkCancelRequester.TypeConfig(java.lang.String label, int type, java.lang.Object defaultValue, java.lang.Object options)
           
GenericOkCancelRequester.TypeConfig(java.lang.String label, int type, java.lang.Object defaultValue, java.lang.Object options, java.lang.Object renderer)
           
 
Method Summary
 java.lang.String getLabel()
          Returns the value of the label property.
 java.lang.Object getOptions()
          Returns the value of the options property.
 java.lang.Object getRenderer()
          Returns the value of the renderer property.
 int getType()
          Returns the value of the type property.
 java.lang.Object getValue()
          Returns the value of the value property.
 void setLabel(java.lang.String arg)
          Assigns the value of the label property.
 void setOptions(java.lang.Object arg)
          Assigns the value of the options property.
 void setRenderer(java.lang.Object arg)
          Assigns the value of the renderer property.
 void setType(int arg)
          Assigns the value of the type property.
 void setValue(java.lang.Object arg)
          Assigns the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

label

protected java.lang.String label

type

protected int type

value

protected java.lang.Object value

options

protected java.lang.Object options

renderer

protected java.lang.Object renderer
Constructor Detail

GenericOkCancelRequester.TypeConfig

public GenericOkCancelRequester.TypeConfig(java.lang.String label,
                                           int type)

GenericOkCancelRequester.TypeConfig

public GenericOkCancelRequester.TypeConfig(java.lang.String label,
                                           int type,
                                           java.lang.Object defaultValue)

GenericOkCancelRequester.TypeConfig

public GenericOkCancelRequester.TypeConfig(java.lang.String label,
                                           int type,
                                           java.lang.Object defaultValue,
                                           java.lang.Object options)

GenericOkCancelRequester.TypeConfig

public GenericOkCancelRequester.TypeConfig(java.lang.String label,
                                           int type,
                                           java.lang.Object defaultValue,
                                           java.lang.Object options,
                                           java.lang.Object renderer)
Method Detail

getLabel

public java.lang.String getLabel()
Returns the value of the label property.


getOptions

public java.lang.Object getOptions()
Returns the value of the options property.


getRenderer

public java.lang.Object getRenderer()
Returns the value of the renderer property.


getType

public int getType()
Returns the value of the type property.


getValue

public java.lang.Object getValue()
Returns the value of the value property.


setLabel

public void setLabel(java.lang.String arg)
Assigns the value of the label property.


setOptions

public void setOptions(java.lang.Object arg)
Assigns the value of the options property.


setRenderer

public void setRenderer(java.lang.Object arg)
Assigns the value of the renderer property.


setType

public void setType(int arg)
Assigns the value of the type property.


setValue

public void setValue(java.lang.Object arg)
Assigns the value of the value property.