Interface I_CmsEditableGroupButtonsServerRpc

  • All Superinterfaces:
    java.io.Serializable, com.vaadin.shared.communication.ServerRpc
    All Known Implementing Classes:
    CmsEditableGroupButtons

    public interface I_CmsEditableGroupButtonsServerRpc
    extends com.vaadin.shared.communication.ServerRpc
    Interface for the server side RPC for the CmsEditableGroupButtons component.

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onAdd()
      Called when user clicks on 'Add' button.
      void onDelete()
      Called when user clicks on 'Delete' button.
      void onDown()
      Called when user clicks on 'Down' button.
      void onEdit()
      Called when user clicks on the 'Edit' button.
      void onUp()
      Called when user clicks on 'Up' button.
    • Method Detail

      • onAdd

        void onAdd()
        Called when user clicks on 'Add' button.

      • onDelete

        void onDelete()
        Called when user clicks on 'Delete' button.

      • onDown

        void onDown()
        Called when user clicks on 'Down' button.

      • onEdit

        void onEdit()
        Called when user clicks on the 'Edit' button.
      • onUp

        void onUp()
        Called when user clicks on 'Up' button.