public abstract class Selector extends org.apache.tapestry.BaseComponent
Inspector
page used to select the page and "crumb trail"
of the inspected component.Constructor and Description |
---|
Selector() |
Modifier and Type | Method and Description |
---|---|
void |
formSubmit(org.apache.tapestry.IRequestCycle cycle)
When the form is submitted,
the inspectedPageName of the
Inspector page will be updated,
but we need to reset the inspectedIdPath as well. |
java.util.List |
getCrumbTrail()
The crumb trail is all the components from the inspected component up to
(but not including) the page.
|
org.apache.tapestry.form.IPropertySelectionModel |
getPageModel()
Returns an {IPropertySelectionModel} used to select the name of the page
to inspect.
|
addOuter, finishLoad, renderComponent
addAsset, addBody, addComponent, checkActiveLock, cleanupAfterRender, enterActiveState, finishLoad, format, format, format, format, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getBody, getBodyCount, getComponent, getComponents, getContainedComponent, getContainer, getExtendedId, getId, getIdPath, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, isInActiveState, isParameterBound, isRendering, pageEndRender, prepareForRender, render, renderBody, renderInformalParameters, setBinding, setContainedComponent, setContainer, setId, setNamespace, setPage, setProperty, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addAsset, addBody, addComponent, enterActiveState, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getComponent, getComponents, getContainedComponent, getContainer, getExtendedId, getId, getIdPath, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, isRendering, renderBody, setBinding, setContainedComponent, setContainer, setId, setNamespace, setPage, setProperty
public Selector()
public void formSubmit(org.apache.tapestry.IRequestCycle cycle)
Inspector
page will be updated,
but we need to reset the inspectedIdPath as well.public org.apache.tapestry.form.IPropertySelectionModel getPageModel()
public java.util.List getCrumbTrail()