|
||||||||||
| 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.FloatingPane
public abstract class FloatingPane
Implementation of dojo's FloatingPane.
| Constructor Summary | |
|---|---|
FloatingPane()
|
|
| Method Summary | |
|---|---|
abstract boolean |
getHasToolbar()
Has Tool bar. |
abstract java.lang.String |
getIdParameter()
id. |
abstract boolean |
getIsTaskBar()
Is this pane a taskBar? |
abstract java.lang.String |
getOptions()
More js options - JSON style. |
abstract boolean |
getPersistPosition()
Should persist position (with cookies). |
abstract IScript |
getScript()
Injected script. |
java.lang.String |
getTaskBarId()
Get the id of the connected taskBar. |
abstract boolean |
isResizable()
Allow resize. |
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.IDojoFloatingPane |
|---|
getConstrainToContainer, getDisplayCloseAction, getDisplayMaximizeAction, getDisplayMinimizeAction, getHasShadow, getIcon, getMinHeight, getMinWidth, getTaskBar, getTitle |
| Methods inherited from interface org.apache.tapestry.dojo.html.IDojoContentPane |
|---|
getHref |
| Methods inherited from interface org.apache.tapestry.dojo.html.IDojoHtmlWidget |
|---|
getToggle, getToggleDuration |
| Constructor Detail |
|---|
public FloatingPane()
| Method Detail |
|---|
public abstract boolean getHasToolbar()
public abstract boolean isResizable()
public abstract boolean getPersistPosition()
public abstract java.lang.String getIdParameter()
public abstract boolean getIsTaskBar()
public abstract java.lang.String getOptions()
public abstract IScript getScript()
public java.lang.String getTaskBarId()
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 | |||||||||