org.apache.tapestry.dojo.html
Interface IDojoFloatingPane

All Superinterfaces:
IDojoContentPane, IDojoHtmlWidget
All Known Implementing Classes:
FloatingPane

public interface IDojoFloatingPane
extends IDojoContentPane

Since:
4.1
Author:
andyhot

Method Summary
 boolean getConstrainToContainer()
          Should contrain to container.
 boolean getDisplayCloseAction()
          Should display close icon.
 boolean getDisplayMaximizeAction()
          Should display maximize icon.
 boolean getDisplayMinimizeAction()
          Should display minimize icon.
 boolean getHasShadow()
          Has Shadow.
 IAsset getIcon()
          Window icon.
 int getMinHeight()
          Min width of the FloatingPane.
 int getMinWidth()
          Min height of the FloatingPane.
 Object getTaskBar()
          The taskBar this pane is connected to.
 String getTitle()
          Title of the FloatingPane.
 
Methods inherited from interface org.apache.tapestry.dojo.html.IDojoContentPane
getHref
 
Methods inherited from interface org.apache.tapestry.dojo.html.IDojoHtmlWidget
getToggle, getToggleDuration
 

Method Detail

getTitle

String getTitle()
Title of the FloatingPane.


getIcon

IAsset getIcon()
Window icon.


getMinWidth

int getMinWidth()
Min height of the FloatingPane.


getMinHeight

int getMinHeight()
Min width of the FloatingPane.


getHasShadow

boolean getHasShadow()
Has Shadow.


getConstrainToContainer

boolean getConstrainToContainer()
Should contrain to container.


getTaskBar

Object getTaskBar()
The taskBar this pane is connected to.


getDisplayCloseAction

boolean getDisplayCloseAction()
Should display close icon.


getDisplayMinimizeAction

boolean getDisplayMinimizeAction()
Should display minimize icon.


getDisplayMaximizeAction

boolean getDisplayMaximizeAction()
Should display maximize icon.



Copyright © 2006 Apache Software Foundation. All Rights Reserved.