@Retention(value=RUNTIME) @Target(value=TYPE) @Documented @Inherited public @interface WindowView
View annotated with this annotation to be opened in a Window.| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
closable
Whether to show a close button in the view Window header
|
boolean |
resizable
Whether to allow the view Window to be resized
|
String |
windowHeigth
View Window height using String representation.
|
String |
windowWidth
View Window width using String representation.
|
public abstract boolean closable
true to show a close button in the view Window headerpublic abstract boolean resizable
true to allow the view Window to be resizedpublic abstract String windowWidth
Sizeable.setWidth(String) for details.ViewWindowConfigurator.DEFAULT_WINDOW_WIDTHpublic abstract String windowHeigth
Sizeable.setHeight(String) for details.ViewWindowConfigurator.DEFAULT_WINDOW_HEIGHTCopyright © 2019 The Holon Platform. All rights reserved.