|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A module that is associated with a value in a particular Attribute.
Method Summary | |
boolean |
checkValue(String value)
|
IValueModule |
copy()
|
IDataList |
fire(String value,
IDataList orig)
Fire the module. |
boolean |
shouldFireTreeParse(String value,
IDataList list)
Used to determine the owning IAttributeModule 's return
value from the method with the same name. |
Method Detail |
public IValueModule copy()
public boolean checkValue(String value)
public boolean shouldFireTreeParse(String value, IDataList list)
IAttributeModule
's return
value from the method with the same name.
Determines if the tree at the node in the list should be fired. At the point this is called, the list contains no IItems. If any attribute returns false, then the tree and its sub-nodes are not fired. However, if all the attributes return true from this method, then the tree and its sub-nodes are fired.
This is useful for performing conditional branching on a tree to prevent the sub-nodes for executing any actions which may be undesired (such as property adjustments).
public IDataList fire(String value, IDataList orig)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |