Package org.opencms.ui.shared.rpc
Interface I_CmsEditableGroupButtonsServerRpc
- All Superinterfaces:
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
Modifier and TypeMethodDescriptionvoid
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 Details
-
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.
-