Interface IJCWidget.Customizable<S>

  • Enclosing interface:
    IJCWidget

    public static interface IJCWidget.Customizable<S>
    • Field Detail

      • PROP_SETTINGS

        static final java.lang.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