|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
IWDValidationCheck offers access to the Web Dynpro validation managemnt service. The main purpose of this interface is:
| Method Summary | |
java.lang.String |
getExternalValue(IWDNodeElement nodeElement,
IWDAttributeInfo attrInfo)
Get access to the external string representation of an context attribute. |
boolean |
isValidAttribute(IWDNodeElement elem,
IWDAttributeInfo attr)
Check if a context attribute is valid. |
boolean |
isValidNode(IWDNode node)
Check if all context attributes are valid which are descendants relative to node. |
boolean |
isValidNodeElement(IWDNodeElement elem)
Check if all context attributes are valid which are descendants relative to elem. |
void |
setAttributeValid(IWDNodeElement elem,
IWDAttributeInfo attr)
Set an attribute to valid. |
| Method Detail |
public boolean isValidAttribute(IWDNodeElement elem,
IWDAttributeInfo attr)
public boolean isValidNodeElement(IWDNodeElement elem)
elem.public boolean isValidNode(IWDNode node)
node.
public void setAttributeValid(IWDNodeElement elem,
IWDAttributeInfo attr)
NOTE: This method only sets the validation state of the attribute. It neither runs any validation routine nor is any further framework funtionality involved. It is up to the usage of this API to guarantee that validating an attribute is done in a reasonable manner.
public java.lang.String getExternalValue(IWDNodeElement nodeElement,
IWDAttributeInfo attrInfo)
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||