Interface WidgetVisibilityStateAware

  • All Known Implementing Classes:
    DefaultEditorAreaController

    public interface WidgetVisibilityStateAware
    This interface should be implemented by Controllers of widgets that want to handle its state. Anytime when widget is switch from visible to hidden, or other way around, the method #handleVisibilityState(String)} should be invoked.
    • Method Detail

      • handleVisibilityState

        void handleVisibilityState​(WidgetVisibilityState state)
        Handles state visibility widget state.
        Parameters:
        state - name of widget state. f.e.: #VISIBLE