Package com.microstrategy.web.app.beans
Interface EnumFilterElementEvents
-
- All Known Subinterfaces:
EnumSubsetUnitLimitElementEvents
public interface EnumFilterElementEventsThis is a list of events that can be performed on theFilterElementBeanobject.- Since:
- MicroStrategy Web 8.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static intWebEventArgumentAutoApplyThis argument is the new value to use for the auto-apply parameter.static intWebEventToggleAutoApplyThis event toggles the auto-apply setting of the bean.
-
-
-
Field Detail
-
WebEventToggleAutoApply
static final int WebEventToggleAutoApply
This event toggles the auto-apply setting of the bean.- See Also:
- Constant Field Values
-
WebEventArgumentAutoApply
static final int WebEventArgumentAutoApply
This argument is the new value to use for the auto-apply parameter.- See Also:
- Constant Field Values
-
-