Interface I_CmsGroupEditorOption

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean checkVisibility()
      Checks if this button should be visible according to the elements state.
      void onClick​(com.google.gwt.event.dom.client.ClickEvent event)
      Executed on button click.
    • Method Detail

      • checkVisibility

        boolean checkVisibility()
        Checks if this button should be visible according to the elements state.

        Returns:
        true if the button should be visible
      • onClick

        void onClick​(com.google.gwt.event.dom.client.ClickEvent event)
        Executed on button click.

        Parameters:
        event - the click event