com.microstrategy.web.beans.EnumEventElement |
This is a Java interface that defines a set of numeric constants for use with the
addEventInfo(WebEvent, int, int)
method.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | EventElementBaseURI | This constant controls whether a base URI is added to the Parameter Builder or not. | |||||||||
int | EventElementChildState | This constant controls whether web component state is added to the Parameter Builder. | |||||||||
int | EventElementEventID | This constant contols whether the event ID is added to the Parameter Builder or not. | |||||||||
int | EventElementMinimalURLLink | This constant is used to generate a minimal URL, since in some use cases, child state information is unnecessary. | |||||||||
int | EventElementNonNullParams | This constant controls whether web event parameters with non-null values are added to the Parameter Builder. | |||||||||
int | EventElementNullParams | This constant controls whether web event parameters with null values are added to the Parameter Builder. | |||||||||
int | EventElementSource | This constant controls whether the event source information is added to the Parameter Builder or not. | |||||||||
int | EventElementTypicalEventOnly | This constant is simply a collection of a set of the above constants used to represent a just EVENT information only. | |||||||||
int | EventElementTypicalHiddenInputs | This constant is simply a collection of a set of the above constants used to represent a typical set of hidden inputs. | |||||||||
int | EventElementTypicalURLLink | This constant is simply a collection of a set of the above constants used to represent a typical URL. |
This constant controls whether a base URI is added to the Parameter Builder or not.
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.
This constant contols whether the event ID is added to the Parameter Builder or not.
This constant is used to generate a minimal URL, since in some use cases, child state information is unnecessary.
This constant controls whether web event parameters with non-null values are added to the Parameter Builder.
This constant controls whether web event parameters with null values are added to the Parameter Builder.
This constant controls whether the event source information is added to the Parameter Builder or not.
This constant is simply a collection of a set of the above constants used to represent a just EVENT information only.
This constant is simply a collection of a set of the above constants used to represent a typical set of hidden inputs.
This constant is simply a collection of a set of the above constants used to represent a typical URL.