| |
|
| java.lang.Object com.sun.rave.web.ui.component.util.event.IODescriptor
IODescriptor | public class IODescriptor implements java.io.Serializable(Code) | | This class describes an input or output parameter.
author: Ken Paulsen (ken.paulsen@sun.com) |
IODescriptor | public IODescriptor(String name, String type)(Code) | | Constructor.
Parameters: name - The name of the input/output field Parameters: type - The type of the input/output field |
getDefault | public Object getDefault()(Code) | | This method returns the default for this parameter (valid for input
only)
|
getDescription | public String getDescription()(Code) | | For future tool support
|
getName | public String getName()(Code) | | This method returns the name for this handler definition.
|
getType | public Class getType()(Code) | | This method returns the type for this parameter
|
isRequired | public boolean isRequired()(Code) | | This method returns the default for this parameter (valid for input
only)
|
setDefault | public void setDefault(Object def)(Code) | | This method sets the default for this parameter (valid for input only)
|
setDescription | public void setDescription(String desc)(Code) | | For future tool support
|
setName | protected void setName(String name)(Code) | | This method sets the handler definitions name (used by the contsrutor).
|
setRequired | public void setRequired(boolean required)(Code) | | This method specifies whether this Input field is required.
|
setType | public void setType(Class type)(Code) | | This method sets the type for this parameter
|
setType | public void setType(String type)(Code) | | This method sets the type for this parameter
|
|
|
|