Interface CmsEditableGroup.I_EmptyHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void init​(CmsEditableGroup group)
      Needs to be called initially with the group for which this is used.
      void setEmpty​(boolean empty)
      Called when the group changes from empty to not empty, or vice versa.
    • Method Detail

      • init

        void init​(CmsEditableGroup group)
        Needs to be called initially with the group for which this is used.
        Parameters:
        group - the group
      • setEmpty

        void setEmpty​(boolean empty)
        Called when the group changes from empty to not empty, or vice versa.
        Parameters:
        empty - true if the group is empty