Interface IManagedUiTableAction

  • All Superinterfaces:
    IManagedUiAction, java.io.Serializable
    All Known Implementing Classes:
    ManagedUiTableActionDescription

    public interface IManagedUiTableAction
    extends IManagedUiAction
    Extension of IManagedUiAction for actions assigned with a table output.

    Every table action can specify table selection mode required for the action to be enabled. If an action requires table rows to be selected than it will contain list of indices of selected rows.

    For actions that require single row to be selected it is possible to bind values of selected row's columns with input fields (e.g. useful in edit actions).

    See Also:
    ManagedTableActionRowSelectionType