|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.hivemind.impl.BaseLocatable org.apache.tapestry.AbstractComponent org.apache.tapestry.form.Form net.sf.beanform.LinkForm
public abstract class LinkForm
A form that expects to be contained by a BeanForm
instance and whose direct
service link corresponds to the containing BeanForm
, rather than itself.
Nested Class Summary | |
---|---|
class |
LinkForm.LinkFormSupport
Providing an instance of this class in 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. |
Field Summary |
---|
Fields inherited from class org.apache.tapestry.AbstractComponent |
---|
_body, _bodyCount |
Constructor Summary | |
---|---|
LinkForm()
|
Method Summary | |
---|---|
protected org.apache.tapestry.form.FormSupport |
newFormSupport(org.apache.tapestry.IMarkupWriter writer,
org.apache.tapestry.IRequestCycle cycle)
|
Methods inherited from class org.apache.tapestry.form.Form |
---|
addDeferredRunnable, addEventHandler, addHiddenValue, addHiddenValue, cleanupAfterRender, getCancel, getDelegate, getDirectService, getElementId, getElementId, getFormSupportFactory, getListener, getListenerInvoker, getMethod, getName, getPort, getProfile, getRefresh, getRequiresSession, getResponse, getScheme, getSuccess, isFormFieldUpdating, isRewinding, isStateful, peekClientId, prepareForRender, prerenderField, registerForFocus, renderComponent, rewind, setEncodingType, setFormFieldUpdating, trigger, wasPrerendered, wasPrerendered |
Methods inherited from class org.apache.tapestry.AbstractComponent |
---|
addAsset, addBody, addComponent, checkActiveLock, enterActiveState, equals, finishLoad, finishLoad, generateClientId, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getBody, getBodyCount, getBoundId, getClientId, getComponent, getComponents, getContainedComponent, getContainedRenderers, getContainer, getEventInvoker, getExtendedId, getId, getIdPath, getInnerRenderers, getListeners, getMessages, getNamespace, getPage, getRenderWorker, getSpecification, getSpecifiedId, getTemplateTagName, hasEvents, hashCode, isInActiveState, isParameterBound, isRendering, pageEndRender, peekClientId, render, renderBody, renderIdAttribute, renderInformalParameters, setBinding, setClientId, setContainedComponent, setContainer, setHasEvents, setId, setNamespace, setPage, setTemplateTagName, toString, triggerEvent |
Methods inherited from class org.apache.hivemind.impl.BaseLocatable |
---|
getLocation, setLocation |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.tapestry.IForm |
---|
getFocus, isClientValidationEnabled |
Methods inherited from interface org.apache.tapestry.IComponent |
---|
addAsset, addBody, addComponent, enterActiveState, finishLoad, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getClientId, getComponent, getComponents, getContainedComponent, getContainer, getEventInvoker, getExtendedId, getId, getIdPath, getListeners, getMessages, getNamespace, getPage, getSpecification, getSpecifiedId, getTemplateTagName, isRendering, peekClientId, renderBody, setBinding, setClientId, setContainedComponent, setContainer, setId, setNamespace, setPage, setTemplateTagName |
Methods inherited from interface org.apache.tapestry.IRender |
---|
render |
Methods inherited from interface org.apache.hivemind.LocationHolder |
---|
setLocation |
Methods inherited from interface org.apache.hivemind.Locatable |
---|
getLocation |
Methods inherited from interface org.apache.tapestry.IDynamicInvoker |
---|
getUpdateComponents, isAsync, isJson |
Constructor Detail |
---|
public LinkForm()
Method Detail |
---|
protected org.apache.tapestry.form.FormSupport newFormSupport(org.apache.tapestry.IMarkupWriter writer, org.apache.tapestry.IRequestCycle cycle)
newFormSupport
in class org.apache.tapestry.form.Form
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |