Package com.microstrategy.web.app.beans
Interface EnumToolbarBeanEvents
-
- All Known Subinterfaces:
EnumFormatToolbarEvents
public interface EnumToolbarBeanEvents
Title: EnumToolbarBeanEvents.
Description:
Copyright: Copyright (c) 2002
Company: Microstrategy, Inc.
- Since:
- MicroStrategy Web 8.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static int
WebEventArgumentPropertyName
static int
WebEventArgumentPropertyValue
static int
WebEventProcessToolbar
Event to process current wizard step.static int
WebEventSetToolbarProperty
Event to set a toolbar property.
-
-
-
Field Detail
-
WebEventProcessToolbar
static final int WebEventProcessToolbar
Event to process current wizard step.- See Also:
- Constant Field Values
-
WebEventSetToolbarProperty
static final int WebEventSetToolbarProperty
Event to set a toolbar property.
Properties are added as bone properties for use on the client side.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebEventArgumentPropertyName
static final int WebEventArgumentPropertyName
Argument that determines the property name.
Used in following event:WebEventSetToolbarProperty
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebEventArgumentPropertyValue
static final int WebEventArgumentPropertyValue
Argument that determines the property value.
Used in following event:WebEventSetToolbarProperty
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
-