public class GoFormSupportImpl extends FormSupportImpl
FormSupportImpl that adjusts the output markup
to conform to WML.FIELD_FOCUS_ATTRIBUTE, FORM_IDS, RESERVED_FORM_IDS, SCRIPT, SUBMIT_MODE| Constructor and Description |
|---|
GoFormSupportImpl(IMarkupWriter writer,
IRequestCycle cycle,
IForm form) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEventHandler(FormEventType type,
java.lang.String functionName)
Adds an event handler for the form, of the given type.
|
protected void |
emitEventManagerInitialization() |
protected void |
writeHiddenField(IMarkupWriter writer,
java.lang.String name,
java.lang.String id,
java.lang.String value)
Overwridden by
GoFormSupportImpl (WML). |
protected void |
writeHiddenFields()
Writes out all hidden values previously added by
FormSupportImpl.addHiddenValue(String, String, String). |
protected void |
writeTag(IMarkupWriter writer,
java.lang.String method,
java.lang.String url) |
addDeferredRunnable, addHiddenValue, addHiddenValue, emitEventManagerInitialization, getElementId, getElementId, isRewinding, prerenderField, registerForFocus, render, render, rewind, setEncodingType, wasPrerendered, writeHiddenFieldListpublic GoFormSupportImpl(IMarkupWriter writer, IRequestCycle cycle, IForm form)
protected void writeTag(IMarkupWriter writer, java.lang.String method, java.lang.String url)
writeTag in class FormSupportImplprotected void writeHiddenFields()
FormSupportImplFormSupportImpl.addHiddenValue(String, String, String). Writes a <div> tag around
FormSupportImpl.writeHiddenFieldList(). Overriden by
GoFormSupportImpl.writeHiddenFields in class FormSupportImplprotected void writeHiddenField(IMarkupWriter writer, java.lang.String name, java.lang.String id, java.lang.String value)
FormSupportImplGoFormSupportImpl (WML).writeHiddenField in class FormSupportImplpublic void addEventHandler(FormEventType type, java.lang.String functionName)
FormSupportImpladdEventHandler in interface FormBehavioraddEventHandler in class FormSupportImplprotected void emitEventManagerInitialization()