public interface Framable
Modifier and Type | Method and Description |
---|---|
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()
String getTitle()
Copyright © 2021. All rights reserved.