|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.rave.web.ui.component.util.event.IODescriptor
public class IODescriptor
This class describes an input or output parameter.
Constructor Summary | |
---|---|
IODescriptor(java.lang.String name,
java.lang.String type)
Constructor. |
Method Summary | |
---|---|
java.lang.Object |
getDefault()
This method returns the default for this parameter (valid for input only) |
java.lang.String |
getDescription()
For future tool support |
java.lang.String |
getName()
This method returns the name for this handler definition. |
java.lang.Class |
getType()
This method returns the type for this parameter |
boolean |
isRequired()
This method returns the default for this parameter (valid for input only) |
void |
setDefault(java.lang.Object def)
This method sets the default for this parameter (valid for input only) |
void |
setDescription(java.lang.String desc)
For future tool support |
protected void |
setName(java.lang.String name)
This method sets the handler definitions name (used by the contsrutor). |
void |
setRequired(boolean required)
This method specifies whether this Input field is required. |
void |
setType(java.lang.Class type)
This method sets the type for this parameter |
void |
setType(java.lang.String type)
This method sets the type for this parameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IODescriptor(java.lang.String name, java.lang.String type)
name
- The name of the input/output fieldtype
- The type of the input/output fieldMethod Detail |
---|
public java.lang.String getName()
protected void setName(java.lang.String name)
public java.lang.String getDescription()
public void setDescription(java.lang.String desc)
public java.lang.Class getType()
public void setType(java.lang.Class type)
public void setType(java.lang.String type)
public java.lang.Object getDefault()
public void setDefault(java.lang.Object def)
public boolean isRequired()
public void setRequired(boolean required)
This method specifies whether this Input field is required.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |