Interface EnumEventElement

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int EventElementBaseURI
      This constant controls whether a base URI is added to the Parameter Builder or not.
      static int EventElementChildState
      This constant controls whether web component state is added to the Parameter Builder.
      static int EventElementEventID
      This constant contols whether the event ID is added to the Parameter Builder or not.
      static int EventElementMinimalURLLink
      This constant is used to generate a minimal URL, since in some use cases, child state information is unnecessary.
      static int EventElementNonNullParams
      This constant controls whether web event parameters with non-null values are added to the Parameter Builder.
      static int EventElementNullParams
      This constant controls whether web event parameters with null values are added to the Parameter Builder.
      static int EventElementSource
      This constant controls whether the event source information is added to the Parameter Builder or not.
      static int EventElementTypicalEventOnly
      This constant is simply a collection of a set of the above constants used to represent a just EVENT information only.
      static int EventElementTypicalHiddenInputs
      This constant is simply a collection of a set of the above constants used to represent a typical set of hidden inputs.
      static int EventElementTypicalURLLink
      This constant is simply a collection of a set of the above constants used to represent a typical URL.
    • Field Detail

      • EventElementBaseURI

        static final int EventElementBaseURI
        This constant controls whether a base URI is added to the Parameter Builder or not.
        See Also:
        Constant Field Values
      • EventElementEventID

        static final int EventElementEventID
        This constant contols whether the event ID is added to the Parameter Builder or not.
        See Also:
        Constant Field Values
      • EventElementSource

        static final int EventElementSource
        This constant controls whether the event source information is added to the Parameter Builder or not.
        See Also:
        Constant Field Values
      • EventElementNullParams

        static final int EventElementNullParams
        This constant controls whether web event parameters with null values are added to the Parameter Builder.
        See Also:
        Constant Field Values
      • EventElementNonNullParams

        static final int EventElementNonNullParams
        This constant controls whether web event parameters with non-null values are added to the Parameter Builder.
        See Also:
        Constant Field Values
      • EventElementChildState

        static final int EventElementChildState
        This constant controls whether web component state is added to the Parameter Builder. If so, then an integer parameter (called howMuchChildState) controls how much state is actually added.
        See Also:
        Constant Field Values
      • EventElementTypicalEventOnly

        static final int EventElementTypicalEventOnly
        This constant is simply a collection of a set of the above constants used to represent a just EVENT information only.
        See Also:
        Constant Field Values
      • EventElementTypicalURLLink

        static final int EventElementTypicalURLLink
        This constant is simply a collection of a set of the above constants used to represent a typical URL.
        See Also:
        Constant Field Values
      • EventElementMinimalURLLink

        static final int EventElementMinimalURLLink
        This constant is used to generate a minimal URL, since in some use cases, child state information is unnecessary.
        See Also:
        Constant Field Values
      • EventElementTypicalHiddenInputs

        static final int EventElementTypicalHiddenInputs
        This constant is simply a collection of a set of the above constants used to represent a typical set of hidden inputs.
        See Also:
        Constant Field Values