|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tapestry.spec.BaseLocatable org.apache.tapestry.AbstractComponent org.apache.tapestry.BaseComponent org.apache.tapestry.contrib.inspector.Selector
public class Selector
Component of the Inspector
page used to select the page and "crumb trail"
of the inspected component.
Constructor Summary | |
---|---|
Selector()
|
Method Summary | |
---|---|
void |
formSubmit(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. |
List |
getCrumbTrail()
The crumb trail is all the components from the inspected component up to (but not including) the page. |
IPropertySelectionModel |
getPageModel()
Returns an {IPropertySelectionModel} used to select the name of the page to inspect. |
Methods inherited from class org.apache.tapestry.BaseComponent |
---|
addOuter, finishLoad, renderComponent |
Methods inherited from class org.apache.tapestry.spec.BaseLocatable |
---|
getLocation, setLocation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.tapestry.ILocationHolder |
---|
setLocation |
Methods inherited from interface org.apache.tapestry.ILocatable |
---|
getLocation |
Constructor Detail |
---|
public Selector()
Method Detail |
---|
public void formSubmit(IRequestCycle cycle)
Inspector
page will be updated,
but we need to reset the inspectedIdPath as well.
public IPropertySelectionModel getPageModel()
public List getCrumbTrail()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |