public interface Framable
Modifier and Type | Method and Description |
---|---|
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.
|
boolean isClosable()
boolean isMaximizable()
boolean isMinimizable()
boolean isCollapsible()
boolean isMaximized()
java.lang.String getTitle()
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.