|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FormEx
This interface defines the methods common to ValidatorActionFormEx and DynaValidatorActionFormEx.
TERASOLUNA framework internally accesses action form through the object of this interface and hence, the difference between each form is not visible.
ValidatorActionFormEx
,
DynaValidatorActionFormEx
Method Summary | |
---|---|
int |
getIndexCount(java.lang.String name)
Fetches the count of the value of the property of specified name. |
java.lang.Object |
getIndexedValue(java.lang.String name,
int index)
Fetches the property value of specified index. |
boolean |
isModified()
Fetches threshold flag. |
void |
setIndexedValue(java.lang.String name,
int index,
java.lang.Object value)
Sets the property value to the specified position of index. |
void |
setModified(boolean modified)
Sets threshold flag. |
Method Detail |
---|
java.lang.Object getIndexedValue(java.lang.String name, int index)
name
- Property name to be fetchedindex
- Index to be fetched
int getIndexCount(java.lang.String name)
name
- Property name to be fetched
Returns 0 when unable to fetch the property name.
void setIndexedValue(java.lang.String name, int index, java.lang.Object value)
name
- Indexed property name to be setindex
- Index position to be set value
- Property value to be setboolean isModified()
void setModified(boolean modified)
modified
- flag to indicate that value has been modified
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |