Package org.opt4j.viewer
Annotation Type WidgetParameters
-
@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface WidgetParameters
TheWidgetParameters
.- See Also:
Widget
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
closable
Returnstrue
if the widget is closable.String
icon
Returns the icon of the frame.boolean
iconifiable
Returnstrue
if the widget is iconifiable.boolean
maximizable
Returnstrue
if the widget is maximizable.boolean
resizable
Returnstrue
if the widget is resizable.String
title
Returns the title of the frame.
-