|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.form.ValidatableFieldSupportImpl
public class ValidatableFieldSupportImpl
Default VadidatableFieldSupport
implementation. This implementation generates calls to a
static javascript function during render if client-side validation is enabled.
Constructor Summary | |
---|---|
ValidatableFieldSupportImpl()
|
Method Summary | |
---|---|
void |
bind(ValidatableField component,
IMarkupWriter writer,
IRequestCycle cycle,
java.lang.String value)
Called during rewind of the specified component. |
protected java.lang.String |
getTranslatedValue(ValidatableField component)
|
protected java.util.Iterator |
getValidatorsIterator(ValidatableField 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. |
void |
setThreadLocale(org.apache.hivemind.service.ThreadLocale threadLocale)
|
void |
setValueConverter(ValueConverter converter)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValidatableFieldSupportImpl()
Method Detail |
---|
public void setValueConverter(ValueConverter converter)
public void setThreadLocale(org.apache.hivemind.service.ThreadLocale threadLocale)
protected java.util.Iterator getValidatorsIterator(ValidatableField component)
public void render(ValidatableField component, IMarkupWriter writer, IRequestCycle cycle)
ValidatableFieldSupport
render
in interface ValidatableFieldSupport
ValidatableFieldSupport.render(org.apache.tapestry.form.ValidatableField,
org.apache.tapestry.IMarkupWriter, org.apache.tapestry.IRequestCycle)
public void renderContributions(ValidatableField component, IMarkupWriter writer, IRequestCycle cycle)
ValidatableFieldSupport
renderContributions
in interface ValidatableFieldSupport
ValidatableFieldSupport.renderContributions(org.apache.tapestry.form.ValidatableField,
org.apache.tapestry.IMarkupWriter, org.apache.tapestry.IRequestCycle)
protected java.lang.String getTranslatedValue(ValidatableField component)
public void bind(ValidatableField component, IMarkupWriter writer, IRequestCycle cycle, java.lang.String value)
ValidatableFieldSupport
bind
in interface ValidatableFieldSupport
ValidatableFieldSupport.bind(org.apache.tapestry.form.ValidatableField,
org.apache.tapestry.IMarkupWriter, org.apache.tapestry.IRequestCycle, java.lang.String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |