com.microstrategy.web.app.gui.EnumDragAndDropProperties |
![]() |
Title: EnumDragAndDropProperties.
Description: Enumerations for the names and possible values of the HTML attributes for Drag and Drop feature.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | DND_AX | Applies to draggable object/target. | |||||||||
int | DND_AX_VALUE_COL | possible values for "AX" It means column axis. | |||||||||
int | DND_AX_VALUE_FILTER | possible values for "AX" It means filter editor axis. | |||||||||
int | DND_AX_VALUE_FORMULA | possible values for "AX" It means formula bar axis. | |||||||||
int | DND_AX_VALUE_NONE | possible values for "AX" It means none axis. | |||||||||
int | DND_AX_VALUE_PAGE | possible values for "AX" It means pageby axis. | |||||||||
int | DND_AX_VALUE_REMOVE | possible values for "AX" It means remove axis. | |||||||||
int | DND_AX_VALUE_ROW | possible values for "AX" It means row axis. | |||||||||
String | DND_DG | Applies to draggable object. | |||||||||
String | DND_DPT | Applies to draggable object/target. | |||||||||
String | DND_DS | Applies to draggable object. | |||||||||
String | DND_FE | Applies to draggable object. | |||||||||
String | DND_FRMID | Applies to attribute form. | |||||||||
String | DND_FRMLIST | Applies to attribute form. | |||||||||
String | DND_FRMNAME | Applies to attribute form. | |||||||||
String | DND_FRMPOS | Applies to attribute form. | |||||||||
String | DND_HR | Applies to draggable object. | |||||||||
String | DND_ID | Applies to both draggable object and target. | |||||||||
String | DND_ILK | Applies to grid cell. | |||||||||
String | DND_IM | Applies to draggable object. | |||||||||
String | DND_MH | Applies to draggable object. | |||||||||
String | DND_MX | Applies to target. | |||||||||
String | DND_OI | Applies to draggable object. | |||||||||
String | DND_OR | Applies to target. | |||||||||
String | DND_OR_VALUE_H | possible values for "OR". | |||||||||
String | DND_OR_VALUE_O | possible values for "OR". | |||||||||
String | DND_OR_VALUE_V | possible values for "OR". | |||||||||
String | DND_OS | Applies to targets. | |||||||||
String | DND_OST | object sub type. | |||||||||
String | DND_OT | Applies to draggable object. | |||||||||
String | DND_OTD | Applies to source. | |||||||||
String | DND_PX | This constant is deprecated. as of 8.0.000.179 we no longer use the px attribute | |||||||||
String | DND_TG | Applies to target. | |||||||||
String | DND_TY | Applies to draggable object/target. | |||||||||
String | DND_TY_VALUE_ATT | possible values for "TY". | |||||||||
String | DND_TY_VALUE_ATTFORM | possible values for "TY". | |||||||||
String | DND_TY_VALUE_MV | possible values for "TY". |
Applies to draggable object/target. For object, it means the axis id where the object is For target, it means the axis id where the object is going to be dropped. Possible values are: DND_AX_VALUE_ROW (1) - row axis DND_AX_VALUE_COL (2) - column axis DND_AX_VALUE_PAGE (3) - pageby axis DND_AX_VALUE_FILTER (4) - filter editor axis DND_AX_VALUE_REMOVE (5) - remove axis DND_AX_VALUE_FORMULA (6) - formula bar axis DND_AX_VALUE_NONE (7) - no axis
possible values for "AX" It means column axis.
possible values for "AX" It means filter editor axis.
possible values for "AX" It means formula bar axis.
possible values for "AX" It means none axis.
possible values for "AX" It means pageby axis.
possible values for "AX" It means remove axis.
possible values for "AX" It means row axis.
Applies to draggable object. Indicates whether this is a draggable object (true/false value)
Applies to draggable object/target. A number that indicates the position in the axis (row, column, pageby axis only)
Applies to draggable object. Description of the object.
Applies to draggable object.
Identifier of the first element of the attribute. Used
when moving it to pages. Value is the ei attribute of the
Applies to attribute form. Attribute form ID
Applies to attribute form. Attribute form list
Applies to attribute form. Attribute form Name
Applies to attribute form. A number that indicates the form position in within the attribute
Applies to draggable object. Applies only to hierachies displayed on the grid. Value is the hc attribute of the row title tag in report xml.
Applies to both draggable object and target. ID of the item, used as ID attribute for
Applies to grid cell. Indicates whether it is locked or not.
Applies to draggable object. Image name (without gif extension) to use when dragging the object. Applies only to object browser.
Applies to draggable object. Indicates whether it's the "metrics" for the grid.
Applies to target. A number that indicates the max position on the opposite axis. Possible values are: 1 - for column headers int - row headers
Applies to draggable object. Object ID, applies only to object browser.
Applies to target. Used for highlighting with yellow line/border of the target area. Possible values are: DND_OR_VALUE_V ("V") - vertical DND_OR_VALUE_H ("H") - horizontal DND_OR_VALUE_O ("O") - page or object browser
possible values for "OR". It means horizontal.
possible values for "OR". It means pageby or object browser - who will be surrounded by yellow rectangle line when mouse draggs over it
possible values for "OR". It means vertical.
Applies to targets. Stores the original style information, like the color. For example, when the mouse is dragged over pageby section, the section is highlighted with yellow surrounding lines. When the mouse is moved out, we need to restore the color to its original color.
object sub type.
Applies to draggable object. Object type, apply only to object browser.
Applies to source. Stores the object description.
This constant is deprecated.
as of 8.0.000.179 we no longer use the px attribute
Applies to target. Indicates whether this is a possible target (true/false value)
Applies to draggable object/target. Indicates the "type" of the draggable object/target. Possible values are: DND_TY_VALUE_MV ("MV") - metric DND_TY_VALUE_ATT ("ATT") - all other types
possible values for "TY". It means type other than metris.
possible values for "TY". It means type attribute forms.
possible values for "TY". It means metris.