|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ValidatableFieldSupport
Implements the logic used by RequiredField
s for required field checking on rewind and
generating client-side logic during render.
Method Summary | |
---|---|
void |
bind(ValidatableField component,
IMarkupWriter writer,
IRequestCycle cycle,
java.lang.String value)
Called during rewind of the specified component. |
void |
render(ValidatableField component,
IMarkupWriter writer,
IRequestCycle cycle)
Called during render of the specified component. |
void |
renderContributions(ValidatableField component,
IMarkupWriter writer,
IRequestCycle cycle)
Called during render of the specified component. |
Method Detail |
---|
void render(ValidatableField component, IMarkupWriter writer, IRequestCycle cycle)
void renderContributions(ValidatableField component, IMarkupWriter writer, IRequestCycle cycle)
void bind(ValidatableField component, IMarkupWriter writer, IRequestCycle cycle, java.lang.String value)
ValidatorException
- if translation or validation fails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |