com.primix.tapestry.inspector
Class ShowInspector

java.lang.Object
  |
  +--com.primix.tapestry.AbstractComponent
        |
        +--com.primix.tapestry.BaseComponent
              |
              +--com.primix.tapestry.inspector.ShowInspector
All Implemented Interfaces:
IComponent, IDirect, IRender

public class ShowInspector
extends BaseComponent
implements IDirect

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.

Version:
$Id: ShowInspector.java,v 1.17 2001/09/21 18:10:20 hship Exp $
Author:
Howard Ship

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 com.primix.tapestry.AbstractComponent
addAsset, addComponent, addWrapped, cleanupAfterRender, cleanupComponent, finishLoad, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, generateAttributes, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getChangeObserver, getComponent, getComponents, getContainer, getExtendedId, getId, getIdPath, getListeners, getPage, getSpecification, prepareForRender, renderWrapped, reset, setBinding, setContainer, setId, setPage, setSpecification, toString
 
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

ShowInspector

public ShowInspector()
Method Detail

trigger

public void trigger(IRequestCycle cycle,
                    java.lang.String[] context)
             throws RequestCycleException
Gets the listener for the link component.
Specified by:
trigger in interface IDirect
Since:
1.0.5

render

public void render(IResponseWriter writer,
                   IRequestCycle cycle)
            throws RequestCycleException
Renders the script, then invokes the normal implementation.
Specified by:
render in interface IRender
Overrides:
render in class BaseComponent
Since:
1.0.5