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, writeHiddenFieldList
public GoFormSupportImpl(IMarkupWriter writer, IRequestCycle cycle, IForm form)
protected void writeTag(IMarkupWriter writer, java.lang.String method, java.lang.String url)
writeTag
in class FormSupportImpl
protected void writeHiddenFields()
FormSupportImpl
FormSupportImpl.addHiddenValue(String, String, String)
. Writes a <div> tag around
FormSupportImpl.writeHiddenFieldList()
. Overriden by
GoFormSupportImpl
.writeHiddenFields
in class FormSupportImpl
protected void writeHiddenField(IMarkupWriter writer, java.lang.String name, java.lang.String id, java.lang.String value)
FormSupportImpl
GoFormSupportImpl
(WML).writeHiddenField
in class FormSupportImpl
public void addEventHandler(FormEventType type, java.lang.String functionName)
FormSupportImpl
addEventHandler
in interface FormBehavior
addEventHandler
in class FormSupportImpl
protected void emitEventManagerInitialization()