Interface EnumWebStateFlags
- 
public interface EnumWebStateFlagsBit wise flags used for state generation.- Since:
 - MicroStrategy Web 9.0.0
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intSTATE_FLAG_CHANGE_COMPARISONSpecifies to build the state for comparison to determine whether the component has changed.static intSTATE_FLAG_DEFAULTSpecifies to use the default state building logic.static intSTATE_FLAG_FOR_URLSpecifies to build the state with URL size limitation 
 - 
 
- 
- 
Field Detail
- 
STATE_FLAG_DEFAULT
static final int STATE_FLAG_DEFAULT
Specifies to use the default state building logic.- See Also:
 - Constant Field Values
 
 
- 
STATE_FLAG_CHANGE_COMPARISON
static final int STATE_FLAG_CHANGE_COMPARISON
Specifies to build the state for comparison to determine whether the component has changed.- See Also:
 - Constant Field Values
 
 
- 
STATE_FLAG_FOR_URL
static final int STATE_FLAG_FOR_URL
Specifies to build the state with URL size limitation- See Also:
 - Constant Field Values
 
 
 - 
 
 -