|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.primix.tapestry.AbstractComponent | +--com.primix.tapestry.BaseComponent | +--com.primix.tapestry.inspector.ShowInspector
Component that can be placed into application pages that will launch the inspector in a new window.
Because the ShowInspector component is implemented using a Rollover
,
the containing page must use a Body
component instead of
a <body> tag.
Informal parameters are not allowed. May not contain a body.
Fields inherited from class com.primix.tapestry.BaseComponent |
outer, OUTER_INIT_SIZE, outerCount |
Fields inherited from class com.primix.tapestry.AbstractComponent |
id, page, specification, wrapped, wrappedCount |
Constructor Summary | |
ShowInspector()
|
Method Summary | |
void |
render(IResponseWriter writer,
IRequestCycle cycle)
Renders the script, then invokes the normal implementation. |
void |
trigger(IRequestCycle cycle,
java.lang.String[] context)
Gets the listener for the link component. |
Methods inherited from class com.primix.tapestry.BaseComponent |
addOuter, finishLoad, readTemplate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.primix.tapestry.IComponent |
addAsset, addComponent, addWrapped, finishLoad, getAsset, getAssets, getBinding, getBindingNames, getBindings, getComponent, getComponents, getContainer, getExtendedId, getId, getIdPath, getPage, getSpecification, renderWrapped, setBinding, setContainer, setId, setPage, setSpecification |
Constructor Detail |
public ShowInspector()
Method Detail |
public void trigger(IRequestCycle cycle, java.lang.String[] context) throws RequestCycleException
trigger
in interface IDirect
public void render(IResponseWriter writer, IRequestCycle cycle) throws RequestCycleException
render
in interface IRender
render
in class BaseComponent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |