Class InstanceSelectorDefines

java.lang.Object
com.aquima.interactions.framework.container.instance.InstanceSelectorDefines

public final class InstanceSelectorDefines extends Object
This class contains definitions that are used by the instance selectors.
Since:
6.0
Author:
O. Kerpershoek
  • Field Details

    • ACTION_ADD_INSTANCE

      public static final String ACTION_ADD_INSTANCE
      This member defines the action name that is used by add buttons.
      See Also:
    • ACTION_EDIT_INSTANCE

      public static final String ACTION_EDIT_INSTANCE
      This member defines the action name that is used by edit buttons.
      See Also:
    • ACTION_DELETE_INSTANCE

      public static final String ACTION_DELETE_INSTANCE
      This member defines the action name that is used by delete buttons.
      See Also:
    • ACTION_UPDATE_INSTANCE

      public static final String ACTION_UPDATE_INSTANCE
      This member defines the action name that is used by edit buttons.
      See Also:
    • ACTION_INSTANCETYPE

      public static final String ACTION_INSTANCETYPE
      This member defines the action name that is used to identify the type of the instance.
      See Also:
    • BUTTONSCONTAINERNAME

      public static final String BUTTONSCONTAINERNAME
      This member defines the name of the container that holds the buttons.
      See Also:
    • EVENT_CREATE

      public static final String EVENT_CREATE
      This member defines the name of the event that is used for create buttons.
      See Also:
    • EVENT_DELETE

      public static final String EVENT_DELETE
      This member defines the name of the event that is used for delete buttons.
      See Also:
    • EVENT_EDIT

      public static final String EVENT_EDIT
      This member defines the name of the event that is used for edit buttons.
      See Also: