org.zkoss.zul.ext
Interface Framable

All Known Implementing Classes:
FileuploadDlg, MessageboxDlg, Panel, Window

public interface Framable

Indicates a component that can be built-in collapsible, closable, maximizable, and minimizable behavior, along with a variety of pre-built tool buttons that can be wired up to provide other customized behavior.

Since:
3.6.2
Author:
jumperchen

Method Summary
 java.lang.String getTitle()
          Returns the title.
 boolean isClosable()
          Returns whether to show a close button.
 boolean isCollapsible()
          Returns whether to show a toggle button.
 boolean isMaximizable()
          Returns whether to display the maximizing button.
 boolean isMaximized()
          Returns whether is maximized.
 boolean isMinimizable()
          Returns whether to display the minimizing button.
 

Method Detail

isClosable

boolean isClosable()
Returns whether to show a close button.


isMaximizable

boolean isMaximizable()
Returns whether to display the maximizing button.


isMinimizable

boolean isMinimizable()
Returns whether to display the minimizing button.


isCollapsible

boolean isCollapsible()
Returns whether to show a toggle button.


isMaximized

boolean isMaximized()
Returns whether is maximized.

Since:
3.6.3

getTitle

java.lang.String getTitle()
Returns the title.

Since:
3.6.3


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo