|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FormDefinition
This interface represents the definition of a form, which will be used for implementing the configurable formhandler.
| Method Summary | |
|---|---|
PreComponent[] |
getComponents()
Returns the components of the form. |
FormPart[] |
getFormPartByResourceValue(java.lang.String resourceValue)
Returns the formparts with the specified attributes. |
FormPart |
getFormPartByValue(java.lang.String resourceValue,
java.lang.String formPartValue)
Returns the formpart with the specified attributes. |
java.net.URL |
getOriginalURL()
Returns the original url for the form. |
FormPart |
getPart(java.lang.String name)
Returns the formpart with the specified name. |
FormPart[] |
getParts()
Returns the individual parts of the form. |
| Method Detail |
|---|
java.net.URL getOriginalURL()
FormPart[] getParts()
FormPart getPart(java.lang.String name)
name - The name of the requested formpart
null if such a formpart exists.PreComponent[] getComponents()
FormPart getFormPartByValue(java.lang.String resourceValue,
java.lang.String formPartValue)
resourceValue - The type of resource, for example "webusers".formPartValue -
null if no matching part could be found.FormPart[] getFormPartByResourceValue(java.lang.String resourceValue)
resourceValue - The type of resource, for example "webusers".
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||