|
||||||||||
| 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.BaseComponent
org.apache.tapestry.contrib.inspector.ShowSpecification
public abstract class ShowSpecification
Component of the Inspector page used to display the specification, parameters and
bindings and assets of the inspected component.
| Field Summary |
|---|
| Fields inherited from class org.apache.tapestry.AbstractComponent |
|---|
_clientId |
| Constructor Summary | |
|---|---|
ShowSpecification()
|
|
| Method Summary | |
|---|---|
org.apache.tapestry.IAsset |
getAsset()
Returns the IAsset corresponding to the value of the assetName property. |
String |
getAssetName()
|
List |
getAssetNames()
Returns a sorted list of asset names, or null if the component contains no assets. |
String |
getBeanName()
|
List |
getBeanNames()
|
org.apache.tapestry.spec.IBeanSpecification |
getBeanSpecification()
|
org.apache.tapestry.IBinding |
getBinding()
Returns the IBinding corresponding to the value of the parameterName property. |
abstract org.apache.tapestry.IComponent |
getCurrentComponent()
|
List |
getFormalParameterNames()
Returns a sorted list of formal parameter names. |
List |
getInformalParameterNames()
Returns a sorted list of informal parameter names. |
org.apache.tapestry.IComponent |
getInspectedComponent()
|
org.apache.tapestry.spec.IComponentSpecification |
getInspectedSpecification()
|
String |
getParameterName()
|
org.apache.tapestry.spec.IParameterSpecification |
getParameterSpecification()
Returns the ParameterSpecification corresponding to the
value of the parameterName property. |
String |
getPropertyName()
|
String |
getPropertyValue()
|
List |
getSortedComponents()
|
List |
getSortedPropertyNames()
Returns a list of the properties for the component (from its specification), or null if the component has no properties. |
void |
pageBeginRender(org.apache.tapestry.event.PageEvent event)
Gets the inspected component and specification from the Inspector page. |
void |
pageEndRender(org.apache.tapestry.event.PageEvent event)
Clears all cached information about the component and such after each render (including the rewind phase render used to process the tab view). |
void |
setAssetName(String value)
|
void |
setBeanName(String value)
|
abstract void |
setCurrentComponent(org.apache.tapestry.IComponent value)
|
void |
setParameterName(String value)
|
void |
setPropertyName(String value)
|
| Methods inherited from class org.apache.tapestry.BaseComponent |
|---|
addOuter, finishLoad, renderComponent |
| Methods inherited from class org.apache.tapestry.AbstractComponent |
|---|
addAsset, addBody, addComponent, checkActiveLock, cleanupAfterRender, enterActiveState, finishLoad, format, format, format, format, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getBody, getBodyCount, getClientId, getComponent, getComponents, getContainedComponent, getContainer, getEventInvoker, getExtendedId, getId, getIdPath, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, isInActiveState, isParameterBound, isRendering, isStateful, prepareForRender, render, renderBody, renderIdAttribute, renderInformalParameters, setBinding, setContainedComponent, setContainer, setId, setNamespace, setPage, setProperty, toString, triggerEvent |
| Methods inherited from class org.apache.hivemind.impl.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.IComponent |
|---|
addAsset, addBody, addComponent, enterActiveState, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getClientId, getComponent, getComponents, getContainedComponent, getContainer, getEventInvoker, getExtendedId, getId, getIdPath, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, isRendering, renderBody, setBinding, setContainedComponent, setContainer, setId, setNamespace, setPage, setProperty |
| 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 |
| Constructor Detail |
|---|
public ShowSpecification()
| Method Detail |
|---|
public void pageEndRender(org.apache.tapestry.event.PageEvent event)
pageEndRender in interface org.apache.tapestry.event.PageEndRenderListenerpageEndRender in class org.apache.tapestry.AbstractComponentpublic void pageBeginRender(org.apache.tapestry.event.PageEvent event)
Inspector page.
pageBeginRender in interface org.apache.tapestry.event.PageBeginRenderListenerpublic org.apache.tapestry.IComponent getInspectedComponent()
public org.apache.tapestry.spec.IComponentSpecification getInspectedSpecification()
public List getFormalParameterNames()
public List getInformalParameterNames()
public String getParameterName()
public void setParameterName(String value)
public org.apache.tapestry.spec.IParameterSpecification getParameterSpecification()
ParameterSpecification corresponding to the
value of the parameterName property.
public org.apache.tapestry.IBinding getBinding()
IBinding corresponding to the value of the parameterName property.
public void setAssetName(String value)
public String getAssetName()
public org.apache.tapestry.IAsset getAsset()
IAsset corresponding to the value of the assetName property.
public List getAssetNames()
public List getSortedComponents()
public abstract void setCurrentComponent(org.apache.tapestry.IComponent value)
public abstract org.apache.tapestry.IComponent getCurrentComponent()
public List getSortedPropertyNames()
public void setPropertyName(String value)
public String getPropertyName()
public String getPropertyValue()
public List getBeanNames()
public void setBeanName(String value)
public String getBeanName()
public org.apache.tapestry.spec.IBeanSpecification getBeanSpecification()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||