Interface AdvancedListViewAction

    • Method Detail

      • isAlwaysEnabled

        boolean isAlwaysEnabled()
        Specifies whether this action should be enabled even though the component (where this action is used) is marked as non-editable.
        Returns:
        true if this action is always enabled, false otherwise
      • setAlwaysEnabled

        void setAlwaysEnabled​(boolean alwaysEnabled)
        Sets whether this action is always enabled or not.
        Parameters:
        alwaysEnabled - true means this action will always be enabled even though the component is marked as non-editable