|
||||||||||
| 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.dojo.html.TitlePane
public abstract class TitlePane
Implementation of dojo's FloatingPane.
| Constructor Summary | |
|---|---|
TitlePane()
|
|
| Method Summary | |
|---|---|
abstract java.lang.String |
getIdParameter()
id. |
abstract java.lang.String |
getOptions()
More js options - JSON style. |
abstract IScript |
getScript()
Injected script. |
protected void |
renderComponent(IMarkupWriter writer,
IRequestCycle cycle)
Invoked by AbstractComponent.render(IMarkupWriter, IRequestCycle)to actually render the component
(with any parameter values already set). |
void |
renderWidget(IMarkupWriter writer,
IRequestCycle cycle)
Similar to the semantics involved with normal AbstractComponent.renderComponent
method writing component state to the output stream. |
| 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.IDirectEvent |
|---|
isStateful, triggerEvent |
| Methods inherited from interface org.apache.tapestry.IComponent |
|---|
addAsset, addBody, addComponent, enterActiveState, finishLoad, 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 |
| Methods inherited from interface org.apache.tapestry.dojo.html.IDojoTitlePane |
|---|
getContainerNodeClass, getLabel, getLabelNode, getLabelNodeClass |
| Methods inherited from interface org.apache.tapestry.dojo.html.IDojoHtmlWidget |
|---|
getToggle, getToggleDuration |
| Constructor Detail |
|---|
public TitlePane()
| Method Detail |
|---|
public abstract java.lang.String getIdParameter()
public abstract java.lang.String getOptions()
public abstract IScript getScript()
public void renderWidget(IMarkupWriter writer,
IRequestCycle cycle)
AbstractComponent.renderComponent
method writing component state to the output stream.
renderWidget in interface IWidgetwriter - The markup writer used to write any output.cycle - The corresponding request.
protected void renderComponent(IMarkupWriter writer,
IRequestCycle cycle)
AbstractComponentAbstractComponent.render(IMarkupWriter, IRequestCycle)to actually render the component
(with any parameter values already set). This is the method that subclasses must implement.
renderComponent in class AbstractComponentAbstractComponent.renderComponent(org.apache.tapestry.IMarkupWriter,
org.apache.tapestry.IRequestCycle)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||