|
Jala 1.3 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--jala.Form.Component
Defined in Form.js
Nested Class Summary | |
<static class> |
jala.Form.Component.Fieldset |
<static class> |
jala.Form.Component.Skin |
<static class> |
jala.Form.Component.Input |
<static class> |
jala.Form.Component.Password |
<static class> |
jala.Form.Component.Hidden |
<static class> |
jala.Form.Component.Textarea |
<static class> |
jala.Form.Component.Date |
<static class> |
jala.Form.Component.Select |
<static class> |
jala.Form.Component.Radio |
<static class> |
jala.Form.Component.Checkbox |
<static class> |
jala.Form.Component.File |
<static class> |
jala.Form.Component.Image |
<static class> |
jala.Form.Component.Button |
<static class> |
jala.Form.Component.Submit |
Constructor Summary | |
jala.Form.Component
(name)
The abstract base class for all components. |
Method Summary | |
String
|
createDomId(<String> idPart)
Creates a DOM identifier based on the name of the form, the name of the component and an additional string. |
void
|
render()
Function to render a component. |
void
|
save(destObj, val)
Function to save the data of a component. |
Object
|
validate(<jala.Form.Tracker> tracker)
Function to validate a component. |
Constructor Detail |
jala.Form.Component(name)
Method Detail |
String createDomId(<String> idPart)
idPart
- Optional string appended to component's id.
void render()
void save(destObj, val)
Object validate(<jala.Form.Tracker> tracker)
tracker
- object tracking errors and holding parsed values and request data.
|
Jala 1.3 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |