com.im.ijc.core/1 5.9.4

com.im.ijc.core.api.views
Interface IJCWidget.Customizable<S>

Enclosing interface:
IJCWidget

public static interface IJCWidget.Customizable<S>


Field Summary
static String PROP_SETTINGS
          Informs that settings for the widget have changed
 
Method Summary
 void customizeUISettings()
          Customize the UI settings of the widget.
 S getWidgetSettings()
          Accessor to widget settings used to obtain persisted state of widget.
 

Field Detail

PROP_SETTINGS

static final String PROP_SETTINGS
Informs that settings for the widget have changed

See Also:
Constant Field Values
Method Detail

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

com.im.ijc.core/1 5.9.4