net.sf.tacos.components.dojo.old
Interface IDojoFloatingPane

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

Deprecated. Use the DojoWidget component.

public interface IDojoFloatingPane
extends IDojoContentPane

Since:
4.1.0
Author:
andyhot

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

Method Detail

getTitle

String getTitle()
Deprecated. 
Title of the FloatingPane.


getIcon

org.apache.tapestry.IAsset getIcon()
Deprecated. 
Window icon.


getMinWidth

int getMinWidth()
Deprecated. 
Min height of the FloatingPane.


getMinHeight

int getMinHeight()
Deprecated. 
Min width of the FloatingPane.


getHasShadow

boolean getHasShadow()
Deprecated. 
Has Shadow.


getConstrainToContainer

boolean getConstrainToContainer()
Deprecated. 
Should contrain to container.


getTaskBar

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


getDisplayCloseAction

boolean getDisplayCloseAction()
Deprecated. 
Should display close icon.


getDisplayMinimizeAction

boolean getDisplayMinimizeAction()
Deprecated. 
Should display minimize icon.


getDisplayMaximizeAction

boolean getDisplayMaximizeAction()
Deprecated. 
Should display maximize icon.



Copyright © 2006-2007 SourceForge.net. All Rights Reserved.