|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.hivemind.impl.BaseLocatable org.apache.tapestry.AbstractComponent org.apache.tapestry.BaseComponent net.sf.tacos.ajax.components.FloatingPane
public abstract class FloatingPane
Implementation of dojo's FloatingPane
Constructor Summary | |
---|---|
FloatingPane()
|
Method Summary | |
---|---|
abstract boolean |
getConstrainToContainer()
Should contrain to container |
int |
getContentHeight()
Calculate the content height |
abstract boolean |
getDisplayCloseAction()
Should display close icon. |
abstract boolean |
getDisplayMaximizeAction()
Should display maximize icon. |
abstract boolean |
getDisplayMinimizeAction()
Should display minimize icon. |
abstract boolean |
getHasShadow()
Has Shadow |
abstract boolean |
getHasToolbar()
Has Tool bar |
abstract org.apache.tapestry.IAsset |
getIcon()
Window icon. |
abstract String |
getIdParameter()
id |
abstract boolean |
getIsTaskBar()
Is this pane a taskBar? |
abstract int |
getMinHeight()
Min width of the FloatingPane |
abstract int |
getMinWidth()
Min height of the FloatingPane |
abstract String |
getOptions()
More js options - JSON style |
abstract boolean |
getPersistPosition()
Should persist position (with cookies) |
abstract org.apache.tapestry.IScript |
getScript()
injected script |
abstract String |
getStyle()
style |
abstract Object |
getTaskBar()
The taskBar this pane is connected to |
String |
getTaskBarId()
Get the id of the connected taskBar |
abstract String |
getTitle()
Title of the FloatingPane |
abstract String |
getToggle()
toggle |
abstract boolean |
isResizable()
Allow resize |
protected void |
renderComponent(org.apache.tapestry.IMarkupWriter writer,
org.apache.tapestry.IRequestCycle cycle)
|
Methods inherited from class org.apache.tapestry.BaseComponent |
---|
addOuter, finishLoad |
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, getComponent, getComponents, getContainedComponent, getContainer, getExtendedId, getId, getIdPath, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, isInActiveState, isParameterBound, isRendering, pageEndRender, prepareForRender, render, renderBody, renderInformalParameters, setBinding, setContainedComponent, setContainer, setId, setNamespace, setPage, setProperty, toString |
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, getComponent, getComponents, getContainedComponent, getContainer, 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 FloatingPane()
Method Detail |
---|
public abstract String getTitle()
public abstract int getMinWidth()
public abstract int getMinHeight()
public abstract boolean getHasShadow()
public abstract boolean getHasToolbar()
public abstract boolean isResizable()
public abstract boolean getPersistPosition()
public abstract boolean getConstrainToContainer()
public abstract String getStyle()
public abstract String getToggle()
public abstract String getIdParameter()
public abstract org.apache.tapestry.IAsset getIcon()
public abstract boolean getDisplayCloseAction()
public abstract boolean getDisplayMinimizeAction()
public abstract boolean getDisplayMaximizeAction()
public abstract Object getTaskBar()
public abstract boolean getIsTaskBar()
public abstract String getOptions()
public abstract org.apache.tapestry.IScript getScript()
public String getTaskBarId()
protected void renderComponent(org.apache.tapestry.IMarkupWriter writer, org.apache.tapestry.IRequestCycle cycle)
renderComponent
in class org.apache.tapestry.BaseComponent
AbstractComponent.renderComponent(org.apache.tapestry.IMarkupWriter,
org.apache.tapestry.IRequestCycle)
public int getContentHeight()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |