com.im.ijc.core.api.views
Interface IJCWidget.Customizable<S>
- Enclosing interface:
- IJCWidget
public static interface IJCWidget.Customizable<S>
PROP_SETTINGS
static final String PROP_SETTINGS
- Informs that settings for the widget have changed
- See Also:
- Constant Field Values
customizeUISettings
void customizeUISettings()
- Customize the UI settings of the widget.
This method should open dialog and let user to specify UI settings.
It's very likely that this method will change in the future when we will have more
requirements for IJC widgets (for form editor, different types of widgets, etc.)
getWidgetSettings
S getWidgetSettings()
- Accessor to widget settings used to obtain persisted state of widget.
- Returns:
- The customized bean