|
HDIV API 2.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IParameter
| Method Summary | |
|---|---|
void |
addValue(java.lang.String value)
Adds the value value to the parameter this. |
boolean |
existPosition(int position)
Checks if the position position exists in the array of values
values. |
boolean |
existValue(java.lang.String value)
Checks if parameter has value. |
int |
getCount()
|
java.lang.String |
getEditableDataType()
|
java.lang.String |
getName()
|
java.lang.String |
getValuePosition(int position)
|
java.util.List |
getValues()
|
boolean |
isActionParam()
Indicates if the parameter has been added to the action attribute of a link or form. |
boolean |
isEditable()
|
void |
setActionParam(boolean actionParam)
|
void |
setEditable(boolean editable)
|
void |
setEditableDataType(java.lang.String editableDataType)
|
void |
setName(java.lang.String name)
|
| Method Detail |
|---|
void addValue(java.lang.String value)
value to the parameter this.
boolean existValue(java.lang.String value)
value.
value exists in the array of values
values. False otherwise.boolean existPosition(int position)
position exists in the array of values
values.
position is valid position in the array of values
values. False otherwise.java.lang.String getValuePosition(int position)
position in the list
of values of the parameter.java.lang.String getName()
void setName(java.lang.String name)
name - The parameter name to set.java.util.List getValues()
boolean isEditable()
this is editbale or not.void setEditable(boolean editable)
editable - The editable to set.int getCount()
boolean isActionParam()
void setActionParam(boolean actionParam)
actionParam - The actionParam to set.java.lang.String getEditableDataType()
void setEditableDataType(java.lang.String editableDataType)
editableDataType - The editable data type to set.
|
HDIV 2.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||