Package org.opt4j.viewer
Annotation Interface WidgetParameters
The
WidgetParameters.- See Also:
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanReturnstrueif the widget is closable.Returns the icon of the frame.booleanReturnstrueif the widget is iconifiable.booleanReturnstrueif the widget is maximizable.booleanReturnstrueif the widget is resizable.Returns the title of the frame.
-
Element Details
-
title
Returns the title of the frame.- Returns:
- the title of the frame
- Default:
"Widget"
-
icon
Returns the icon of the frame.- Returns:
- the icon of the frame
- Default:
""
-
resizable
boolean resizableReturnstrueif the widget is resizable.- Returns:
trueif the widget is resizable.
- Default:
true
-
closable
boolean closableReturnstrueif the widget is closable.- Returns:
trueif the widget is closable
- Default:
true
-
maximizable
boolean maximizableReturnstrueif the widget is maximizable.- Returns:
trueif the widget is maximizable
- Default:
true
-
iconifiable
boolean iconifiableReturnstrueif the widget is iconifiable.- Returns:
trueif the widget is iconifiable
- Default:
true
-