net.sf.beanform
Class LinkForm.LinkFormSupport
java.lang.Object
org.apache.tapestry.form.FormSupportImpl
net.sf.beanform.LinkForm.LinkFormSupport
- All Implemented Interfaces:
- FormSupport, FormBehavior
- Enclosing class:
- LinkForm
public class LinkForm.LinkFormSupport
- extends FormSupportImpl
Providing an instance of this class in LinkForm.newFormSupport(IMarkupWriter, IRequestCycle)
is the functional equivalent of overriding Form#getLink(IRequestCycle)
so that it returns a
link to the containing BeanForm
, which we can't do because it is a private method.
Methods inherited from class org.apache.tapestry.form.FormSupportImpl |
addDeferredRunnable, addEventHandler, addHiddenValue, addHiddenValue, emitEventManagerInitialization, getElementId, getElementId, isRewinding, prerenderField, registerForFocus, render, rewind, setEncodingType, wasPrerendered, writeHiddenField, writeHiddenFieldList, writeHiddenFields, writeTag |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinkForm.LinkFormSupport
public LinkForm.LinkFormSupport(IMarkupWriter writer,
IRequestCycle cycle,
IForm form)
render
public void render(String method,
IRender render,
ILink link,
String scheme,
Integer port)
- Specified by:
render
in interface FormSupport
- Overrides:
render
in class FormSupportImpl
Copyright © 2006 Daniel Gredler. All Rights Reserved.