@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface WidgetParameters
WidgetParameters.Widget| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
closable
Returns
true if the widget is closable. |
String |
icon
Returns the icon of the frame.
|
boolean |
iconifiable
Returns
true if the widget is iconifiable. |
boolean |
maximizable
Returns
true if the widget is maximizable. |
boolean |
resizable
Returns
true if the widget is resizable. |
String |
title
Returns the title of the frame.
|
public abstract String title
public abstract String icon
public abstract boolean resizable
true if the widget is resizable.true if the widget is resizable.public abstract boolean closable
true if the widget is closable.true if the widget is closable