java.lang.Object | |
↳ | com.microstrategy.web.app.gui.DragAndDropItem |
Title: MSTR Web Gui Element: Drag And Drop Item Description: Represents the drag-and-drop enabled HTML piece for a zone (DIV, TD, or SPAN) Copyright: Copyright (c) 2002 Company: MicroStrategy
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DragAndDropItem()
no-arg constructor
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
addAttributes(Map atts)
Appends the attribute information required for the drag and drop functionality to be
linked to an element on the HTML interface
| ||||||||||
void | addGridCellInitInfo(Map atts) | ||||||||||
MarkupOutput |
generateOutput()
generate the output for a drag item or a drop item
| ||||||||||
void |
generateOutput(MarkupOutput mo)
generate the output for a drag item or a drop item
| ||||||||||
String |
getAttFormId()
Returns the attribute form ID for the draggable object
| ||||||||||
String |
getAttFormList()
Returns the attribute form list for the draggable object
| ||||||||||
String |
getAttFormName()
Returns the attribute form Name for the draggable object
| ||||||||||
int |
getAttFormPosition()
Returns the form position within the attribute
| ||||||||||
Map |
getAttributes()
Generate the attribute information required for the drag and drop functionality to be
linked to an element on the HTML interface
| ||||||||||
int |
getAxisID()
Returns the axis id of the item (either object or target)
| ||||||||||
boolean |
getCanAddThresholds()
Returns canAddThresholds for the draggable object
| ||||||||||
int |
getDepth()
Returns the position on the axis
| ||||||||||
String |
getDescription()
Returns the description for this item
| ||||||||||
String |
getFirstElement()
Returns the first element ID for the attribute
| ||||||||||
String |
getHierarchyInfo()
Returns the hierarchy info for some target
| ||||||||||
String |
getImageName()
Returns the image name for this item.
| ||||||||||
int |
getMaxPosition()
Returns the max position on the target
| ||||||||||
String |
getObjectDescription()
Returns the object description
| ||||||||||
String |
getObjectID()
Returns the objectID for the draggable object
| ||||||||||
int |
getObjectSubType()
Returns the object sub type for the draggable object
| ||||||||||
int |
getObjectType()
Returns the object type for the draggable object
| ||||||||||
String |
getOrientation()
Returns the orientation for this item
| ||||||||||
String |
getOriginalStyleInfo()
Returns the original style info for some target
| ||||||||||
String |
getPointerInfo()
This method is deprecated.
as of 8.0.000.179 we no longer use the px attribute
| ||||||||||
String |
getType()
Returns the type for this item
| ||||||||||
boolean |
isDraggable()
Returns whether the item is draggable
| ||||||||||
boolean |
isLocked()
Returns true if the cell is locked
| ||||||||||
boolean |
isMetrics()
Returns whether the item is "Metrics" title
| ||||||||||
boolean |
isTargetable()
Returns whether the item is targetable
| ||||||||||
void |
setAttFormID(String attFormID)
Sets the attribute form ID for the draggable object
| ||||||||||
void |
setAttFormList(String attFormList)
Sets the attribute form list for the draggable object
| ||||||||||
void |
setAttFormName(String attFormName)
Sets the attribute form ID for the draggable object
| ||||||||||
void |
setAttFormPosition(int attFormPosition)
Sets the form position within the attribute
| ||||||||||
void |
setAxisID(int axisID)
Sets the axis id of the item (either object or target)
| ||||||||||
void |
setCanAddThresholds(boolean canAddThresholds)
Sets canAddThresholds( for the draggable object
| ||||||||||
void |
setDepth(int depth)
Sets position on the axis
| ||||||||||
void |
setDescription(String description)
Sets the description for this item
| ||||||||||
void |
setDraggable(boolean isDraggable)
Sets whether the item is draggable
| ||||||||||
void |
setFirstElement(String firstElement)
Sets the first element ID for the attribute
| ||||||||||
void |
setHierarchyInfo(String hierarchyInfo)
Sets the hierarchyInfo for some target
| ||||||||||
void |
setImageName(String imageName)
Sets the image name for this item
It doesn't include file path, but includes
file postfix, for example, "Attribute.gif"
| ||||||||||
void |
setIsLocked(boolean value)
Sets the isLocked flag
| ||||||||||
void |
setMaxPosition(int maxPosition)
Sets the max position on the target
| ||||||||||
void |
setMetrics(boolean isMetrics)
Sets whether the item is "Metrics" title
| ||||||||||
void |
setObjectDescription(String objDescription)
Sets the object description for design mode
| ||||||||||
void |
setObjectID(String objectID)
Sets the objectID for the draggable object
| ||||||||||
void |
setObjectSubType(int objectSubType)
Sets the object sub type for the draggable object
| ||||||||||
void |
setObjectType(int objectType)
Sets the object type for the draggable object
| ||||||||||
void |
setOrientation(String orientation)
Sets the orientation for this item
| ||||||||||
void |
setOriginalStyleInfo(String originalStyleInfo)
Sets the original style info for some target
| ||||||||||
void |
setPointerInfo(String pointerInfo)
This method is deprecated.
as of 8.0.000.179 we no longer use the px attribute
| ||||||||||
void |
setTargetable(boolean isTargetable)
Sets whether the item is targetable
| ||||||||||
void |
setType(String type)
Sets the type for this item
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
no-arg constructor
Appends the attribute information required for the drag and drop functionality to be linked to an element on the HTML interface
generate the output for a drag item or a drop item
MarkupOutput
object to hold the output
generate the output for a drag item or a drop item
mo | the MarkupOutput object
|
---|
Returns the attribute form ID for the draggable object
Returns the attribute form list for the draggable object
Returns the attribute form Name for the draggable object
Returns the form position within the attribute
Generate the attribute information required for the drag and drop functionality to be linked to an element on the HTML interface
Returns the axis id of the item (either object or target)
Returns canAddThresholds for the draggable object
Returns the position on the axis
Returns the description for this item
Returns the first element ID for the attribute
Returns the hierarchy info for some target
Returns the image name for this item. It doesn't include file path, but includes file postfix, for example, "Attribute.gif"
Returns the max position on the target
Returns the object description
Returns the objectID for the draggable object
Returns the object sub type for the draggable object
Returns the object type for the draggable object
Returns the orientation for this item
Returns the original style info for some target
This method is deprecated.
as of 8.0.000.179 we no longer use the px attribute
Returns the type for this item
Returns whether the item is draggable
Returns true if the cell is locked
Returns whether the item is "Metrics" title
Returns whether the item is targetable
Sets the attribute form ID for the draggable object
attFormID | attribute form ID for the draggable object |
---|
Sets the attribute form list for the draggable object
attFormList | attribute form list for the draggable object |
---|
Sets the attribute form ID for the draggable object
attFormName | attribute form ID for the draggable object |
---|
Sets the form position within the attribute
attFormPosition | the form position within the attribute |
---|
Sets the axis id of the item (either object or target)
axisID | the axis id of the item |
---|
Sets canAddThresholds( for the draggable object
Sets position on the axis
depth | position on the axis |
---|
Sets the description for this item
description | description for this item |
---|
Sets whether the item is draggable
isDraggable | draggable or not |
---|
Sets the first element ID for the attribute
firstElement | the first element ID for the attribute |
---|
Sets the hierarchyInfo for some target
hierarchyInfo | the hierarchy Info for some target |
---|
Sets the image name for this item It doesn't include file path, but includes file postfix, for example, "Attribute.gif"
imageName | image name for this item |
---|
Sets the isLocked flag
value | the isLocked flag |
---|
Sets the max position on the target
maxPosition | max position on the target |
---|
Sets whether the item is "Metrics" title
isMetrics | whether the item is "Metrics" title |
---|
Sets the object description for design mode
objDescription | the object description |
---|
Sets the objectID for the draggable object
objectID | the objectID for the draggable object |
---|
Sets the object sub type for the draggable object
objectSubType | the object sub type for the draggable object |
---|
Sets the object type for the draggable object
objectType | the object type for the draggable object |
---|
Sets the orientation for this item
orientation | orientation for this item |
---|
Sets the original style info for some target
originalStyleInfo | the original style info for some target |
---|
This method is deprecated.
as of 8.0.000.179 we no longer use the px attribute
Sets whether the item is targetable
isTargetable | targetable or not |
---|
Sets the type for this item
type | type for this item |
---|