|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FormComponent
This interface defines the api for initializing form components. Before a new form component is used by the handler, the init()method will be called, so the component can read the required parameters from the config.
| Method Summary | |
|---|---|
void |
init(FormComponentConfig config)
Passes the initialization parameters to the component. |
| Method Detail |
|---|
void init(FormComponentConfig config)
throws InitializationException
config - The FormComponentConfig object that contains
configutation information for this component.
InitializationException - If initialization failed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||