|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.hillenbrand.jreqtools.GenericOkCancelRequester.TypeConfig
public static class GenericOkCancelRequester.TypeConfig
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 |
---|
protected java.lang.String label
protected int type
protected java.lang.Object value
protected java.lang.Object options
protected java.lang.Object renderer
Constructor Detail |
---|
public GenericOkCancelRequester.TypeConfig(java.lang.String label, int type)
public GenericOkCancelRequester.TypeConfig(java.lang.String label, int type, java.lang.Object defaultValue)
public GenericOkCancelRequester.TypeConfig(java.lang.String label, int type, java.lang.Object defaultValue, java.lang.Object options)
public GenericOkCancelRequester.TypeConfig(java.lang.String label, int type, java.lang.Object defaultValue, java.lang.Object options, java.lang.Object renderer)
Method Detail |
---|
public java.lang.String getLabel()
public java.lang.Object getOptions()
public java.lang.Object getRenderer()
public int getType()
public java.lang.Object getValue()
public void setLabel(java.lang.String arg)
public void setOptions(java.lang.Object arg)
public void setRenderer(java.lang.Object arg)
public void setType(int arg)
public void setValue(java.lang.Object arg)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |