Interface EnumWebStateFlags
- 
 public interface EnumWebStateFlagsBit wise flags used for state generation.- Since:
- MicroStrategy Web 9.0.0
 
- 
- 
Field SummaryFields 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_DEFAULTstatic final int STATE_FLAG_DEFAULT Specifies to use the default state building logic.- See Also:
- Constant Field Values
 
 - 
STATE_FLAG_CHANGE_COMPARISONstatic 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_URLstatic final int STATE_FLAG_FOR_URL Specifies to build the state with URL size limitation- See Also:
- Constant Field Values
 
 
- 
 
-