|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hivemind.impl.BaseLocatable
org.apache.tapestry.AbstractComponent
org.apache.tapestry.form.Form
org.apache.tapestry.form.FormFixture
public abstract class FormFixture
Used to test rendering and rewinding the Form component.
FormTest
Field Summary |
---|
Fields inherited from class org.apache.tapestry.AbstractComponent |
---|
_body, _bodyCount |
Constructor Summary | |
---|---|
FormFixture()
|
Method Summary | |
---|---|
abstract IRequestCycle |
getExpectedRequestCycle()
|
abstract IMarkupWriter |
getExpectedWriter()
|
abstract FormSupport |
getFormSupport()
|
protected FormSupport |
newFormSupport(IMarkupWriter writer,
IRequestCycle cycle)
|
Methods inherited from class org.apache.tapestry.form.Form |
---|
addDeferredRunnable, addEventHandler, addHiddenValue, addHiddenValue, cleanupAfterRender, getCancel, getDelegate, getDirectService, getElementId, getElementId, getJavascriptManager, 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.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 FormFixture()
Method Detail |
---|
public abstract FormSupport getFormSupport()
public abstract IMarkupWriter getExpectedWriter()
public abstract IRequestCycle getExpectedRequestCycle()
protected FormSupport newFormSupport(IMarkupWriter writer, IRequestCycle cycle)
newFormSupport
in class Form
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |