Class DefaultActionsConfigurationFallbackStrategy

    • Field Detail

      • DEFAULT_ACTION_GROUP_QUALIFIER

        public static final java.lang.String DEFAULT_ACTION_GROUP_QUALIFIER
        See Also:
        Constant Field Values
      • CREATE_ACTION_ID

        public static final java.lang.String CREATE_ACTION_ID
        See Also:
        Constant Field Values
      • CREATE_ACTION_PROPERTY

        public static final java.lang.String CREATE_ACTION_PROPERTY
        See Also:
        Constant Field Values
      • SELECTED_OBJECTS_PROPERTY

        public static final java.lang.String SELECTED_OBJECTS_PROPERTY
        See Also:
        Constant Field Values
      • DELETE_ACTION_ID

        public static final java.lang.String DELETE_ACTION_ID
        See Also:
        Constant Field Values
      • EXPORT_CSV_ACTION_ID

        public static final java.lang.String EXPORT_CSV_ACTION_ID
        See Also:
        Constant Field Values
      • EXPORT_COLUMNS_AND_DATA_PROPERTY

        public static final java.lang.String EXPORT_COLUMNS_AND_DATA_PROPERTY
        See Also:
        Constant Field Values
    • Constructor Detail

      • DefaultActionsConfigurationFallbackStrategy

        public DefaultActionsConfigurationFallbackStrategy()
    • Method Detail

      • resolveRequiredComponentCode

        protected java.lang.String resolveRequiredComponentCode​(ConfigContext context)
      • getComponentCodes

        public java.util.Set<java.lang.String> getComponentCodes()
        Returns:
        the componentCodes
      • setComponentCodes

        public void setComponentCodes​(java.util.Set<java.lang.String> componentCodes)
        Parameters:
        componentCodes - the componentCodes to set
      • getActions

        public java.util.List<Action> getActions()
        Returns:
        the actions
      • setActions

        public void setActions​(java.util.List<Action> actions)
        Parameters:
        actions - the actions to set