Package com.microstrategy.web.app.gui
Interface EnumDragAndDropProperties
-
- All Known Implementing Classes:
DragAndDropItem
public interface EnumDragAndDropPropertiesTitle: EnumDragAndDropProperties.
Description: Enumerations for the names and possible values of the HTML attributes for Drag and Drop feature.
- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDND_AXApplies to draggable object/target.static intDND_AX_VALUE_COLpossible values for "AX" It means column axis.static intDND_AX_VALUE_FILTERpossible values for "AX" It means filter editor axis.static intDND_AX_VALUE_FORMULApossible values for "AX" It means formula bar axis.static intDND_AX_VALUE_NONEpossible values for "AX" It means none axis.static intDND_AX_VALUE_PAGEpossible values for "AX" It means pageby axis.static intDND_AX_VALUE_REMOVEpossible values for "AX" It means remove axis.static intDND_AX_VALUE_ROWpossible values for "AX" It means row axis.static java.lang.StringDND_DGApplies to draggable object.static java.lang.StringDND_DPTApplies to draggable object/target.static java.lang.StringDND_DSApplies to draggable object.static java.lang.StringDND_FEApplies to draggable object.static java.lang.StringDND_FRMIDApplies to attribute form.static java.lang.StringDND_FRMLISTApplies to attribute form.static java.lang.StringDND_FRMNAMEApplies to attribute form.static java.lang.StringDND_FRMPOSApplies to attribute form.static java.lang.StringDND_HRApplies to draggable object.static java.lang.StringDND_IDApplies to both draggable object and target.static java.lang.StringDND_ILKApplies to grid cell.static java.lang.StringDND_IMApplies to draggable object.static java.lang.StringDND_MHApplies to draggable object.static java.lang.StringDND_MXApplies to target.static java.lang.StringDND_OIApplies to draggable object.static java.lang.StringDND_ORApplies to target.static java.lang.StringDND_OR_VALUE_Hpossible values for "OR".static java.lang.StringDND_OR_VALUE_Opossible values for "OR".static java.lang.StringDND_OR_VALUE_Vpossible values for "OR".static java.lang.StringDND_OSApplies to targets.static java.lang.StringDND_OSTobject sub type.static java.lang.StringDND_OTApplies to draggable object.static java.lang.StringDND_OTDApplies to source.static java.lang.StringDND_PXDeprecated.as of 8.0.000.179 we no longer use the px attributestatic java.lang.StringDND_TGApplies to target.static java.lang.StringDND_TYApplies to draggable object/target.static java.lang.StringDND_TY_VALUE_ATTpossible values for "TY".static java.lang.StringDND_TY_VALUE_ATTFORMpossible values for "TY".static java.lang.StringDND_TY_VALUE_MVpossible values for "TY".
-
-
-
Field Detail
-
DND_ID
static final java.lang.String DND_ID
Applies to both draggable object and target. ID of the item, used as ID attribute forin HTML - See Also:
- Constant Field Values
-
DND_DG
static final java.lang.String DND_DG
Applies to draggable object. Indicates whether this is a draggable object (true/false value)- See Also:
- Constant Field Values
-
DND_TG
static final java.lang.String DND_TG
Applies to target. Indicates whether this is a possible target (true/false value)- See Also:
- Constant Field Values
-
DND_TY
static final java.lang.String DND_TY
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- See Also:
- Constant Field Values
-
DND_OR
static final java.lang.String DND_OR
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- See Also:
- Constant Field Values
-
DND_MX
static final java.lang.String DND_MX
Applies to target. A number that indicates the max position on the opposite axis. Possible values are: 1 - for column headers int - row headers- See Also:
- Constant Field Values
-
DND_AX
static final java.lang.String DND_AX
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- See Also:
- Constant Field Values
-
DND_DPT
static final java.lang.String DND_DPT
Applies to draggable object/target. A number that indicates the position in the axis (row, column, pageby axis only)- See Also:
- Constant Field Values
-
DND_FRMPOS
static final java.lang.String DND_FRMPOS
Applies to attribute form. A number that indicates the form position in within the attribute- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
DND_DS
static final java.lang.String DND_DS
Applies to draggable object. Description of the object.- See Also:
- Constant Field Values
-
DND_IM
static final java.lang.String DND_IM
Applies to draggable object. Image name (without gif extension) to use when dragging the object. Applies only to object browser.- See Also:
- Constant Field Values
-
DND_FE
static final java.lang.String DND_FE
Applies to draggable object. Identifier of the first element of the attribute. Used when moving it to pages. Value is the ei attribute of thetag in report xml. - See Also:
- Constant Field Values
-
DND_OI
static final java.lang.String DND_OI
Applies to draggable object. Object ID, applies only to object browser.- See Also:
- Constant Field Values
-
DND_FRMID
static final java.lang.String DND_FRMID
Applies to attribute form. Attribute form ID- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
DND_FRMNAME
static final java.lang.String DND_FRMNAME
Applies to attribute form. Attribute form Name- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
DND_FRMLIST
static final java.lang.String DND_FRMLIST
Applies to attribute form. Attribute form list- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
DND_OT
static final java.lang.String DND_OT
Applies to draggable object. Object type, apply only to object browser.- See Also:
- Constant Field Values
-
DND_HR
static final java.lang.String DND_HR
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.- See Also:
- Constant Field Values
-
DND_MH
static final java.lang.String DND_MH
Applies to draggable object. Indicates whether it's the "metrics" for the grid.- See Also:
- Constant Field Values
-
DND_PX
@Deprecated static final java.lang.String DND_PX
Deprecated.as of 8.0.000.179 we no longer use the px attribute- See Also:
- Constant Field Values
-
DND_OS
static final java.lang.String DND_OS
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.- See Also:
- Constant Field Values
-
DND_OTD
static final java.lang.String DND_OTD
Applies to source. Stores the object description.- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
DND_OST
static final java.lang.String DND_OST
object sub type.- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
DND_ILK
static final java.lang.String DND_ILK
Applies to grid cell. Indicates whether it is locked or not.- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
DND_TY_VALUE_MV
static final java.lang.String DND_TY_VALUE_MV
possible values for "TY". It means metris.- See Also:
- Constant Field Values
-
DND_TY_VALUE_ATT
static final java.lang.String DND_TY_VALUE_ATT
possible values for "TY". It means type other than metris.- See Also:
- Constant Field Values
-
DND_TY_VALUE_ATTFORM
static final java.lang.String DND_TY_VALUE_ATTFORM
possible values for "TY". It means type attribute forms.- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
DND_OR_VALUE_V
static final java.lang.String DND_OR_VALUE_V
possible values for "OR". It means vertical.- See Also:
- Constant Field Values
-
DND_OR_VALUE_H
static final java.lang.String DND_OR_VALUE_H
possible values for "OR". It means horizontal.- See Also:
- Constant Field Values
-
DND_OR_VALUE_O
static final java.lang.String DND_OR_VALUE_O
possible values for "OR". It means pageby or object browser - who will be surrounded by yellow rectangle line when mouse draggs over it- See Also:
- Constant Field Values
-
DND_AX_VALUE_ROW
static final int DND_AX_VALUE_ROW
possible values for "AX" It means row axis.- See Also:
- Constant Field Values
-
DND_AX_VALUE_COL
static final int DND_AX_VALUE_COL
possible values for "AX" It means column axis.- See Also:
- Constant Field Values
-
DND_AX_VALUE_PAGE
static final int DND_AX_VALUE_PAGE
possible values for "AX" It means pageby axis.- See Also:
- Constant Field Values
-
DND_AX_VALUE_FILTER
static final int DND_AX_VALUE_FILTER
possible values for "AX" It means filter editor axis.- See Also:
- Constant Field Values
-
DND_AX_VALUE_REMOVE
static final int DND_AX_VALUE_REMOVE
possible values for "AX" It means remove axis.- See Also:
- Constant Field Values
-
DND_AX_VALUE_FORMULA
static final int DND_AX_VALUE_FORMULA
possible values for "AX" It means formula bar axis.- See Also:
- Constant Field Values
-
DND_AX_VALUE_NONE
static final int DND_AX_VALUE_NONE
possible values for "AX" It means none axis.- See Also:
- Constant Field Values
-
-