|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
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 |
---|
boolean isClosable()
boolean isMaximizable()
boolean isMinimizable()
boolean isCollapsible()
boolean isMaximized()
java.lang.String getTitle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |