A C D E G H I K L M N O P R S T V X

A

ADD_BRANCH - field in class com.judah.controls.dndDataGrid
Add Branch constant
ADD_ITEM - field in class com.judah.controls.dndDataGrid
Add Item constant
addBranchItem_Event - field in class com.judah.controls.dndDataGrid
Event generated when a branch item is added
addBranchPastePosition - field in class com.judah.controls.dndDataGrid
Position to add new branch items.
addItem_Event - field in class com.judah.controls.dndDataGrid
Event generated when an item is added from the context menu
addItemPastePosition - field in class com.judah.controls.dndDataGrid
Position to add new items

C

canDropOnEmptyRows - field in class com.judah.controls.dndDataGrid
Enable drag and drop on empty rows
canDropOnSameRow - field in class com.judah.controls.dndDataGrid
Enables drag and drop of onto the same row
className - field in class com.judah.controls.dndDataGrid
Class name of the component class
clickThreshold - field in class com.judah.controls.dndDataGrid
time in milliseconds to separate doubleclick from a delayed click
cm - field in class com.judah.controls.dndDataGrid
Reference to the ContextMenu
convertToItem - method in class com.judah.controls.dndDataGrid
Converts single datagrid item into a list item
convertToItem - Static method in class com.judah.controls.dataproviders.XMLToRecordset
A user customizable function to convert a xml node into a row item
convertToNode - method in class com.judah.controls.dndDataGrid
Converts single datagrid item into a tree node
convertToNode - Static method in class com.judah.controls.dataproviders.RecordsetToXML
A user customizable function to convert the row item into a node
COPY_ITEM - field in class com.judah.controls.dndDataGrid
Copy Item constant
copyIcon - field in class com.judah.controls.dndDataGrid
Copy icon shown when dragging
copyIconX - write property in class com.judah.controls.dndDataGrid
Sets the X coordinate for the copy icon
copyIconX - read property in class com.judah.controls.dndDataGrid
Gets the X coordinate for the copy icon
copyIconY - write property in class com.judah.controls.dndDataGrid
Sets the Y coordinate for the copy icon
copyIconY - read property in class com.judah.controls.dndDataGrid
Gets the Y coordinate for the copy icon
copyItem - method in class com.judah.controls.dndDataGrid
A function to copy datagrid items from the datagrid
copyItem_Event - field in class com.judah.controls.dndDataGrid
Event generated when a item is copied
CUT_ITEM - field in class com.judah.controls.dndDataGrid
Cut Item constant
cutItem - method in class com.judah.controls.dndDataGrid
A function to cut items from the datagrid
cutItem_Event - field in class com.judah.controls.dndDataGrid
Event generated when a item is cut

D

defaultBranchItem - field in class com.judah.controls.dndDataGrid
Default branch item to use when adding a new datagrid item
defaultItem - field in class com.judah.controls.dndDataGrid
Default item to use when adding a new datagrid item
delayedClick_Event - field in class com.judah.controls.dndDataGrid
Event generated when a row is delayed clicked
dndDataGrid - class com.judah.controls.dndDataGrid
Drag and drop DataGrid class
dndDataGrid - constructor in class com.judah.controls.dndDataGrid
Constructor used when creating a new datagrid
dndEnabled - field in class com.judah.controls.dndDataGrid
Enables or disables drag and drop
dndGutter - field in class com.judah.controls.dndDataGrid
The height in pixels of the gutter space inbetween datagrid items
dndReadOnly - field in class com.judah.controls.dndDataGrid
Enables all move operations to be copy operations
doNotInsertOnDrop - field in class com.judah.controls.dndDataGrid
Do not insert a row on drop
doubleClick_Event - field in class com.judah.controls.dndDataGrid
Event generated when a row is double clicked
drag_mc - field in class com.judah.controls.dndDataGrid
Reference to movieclip when dragging and dropping rows
dragCell - field in class com.judah.controls.dndDataGrid
Creates an exact duplicate of only the cell you pressed you are dragging
dragDuplicateRow - field in class com.judah.controls.dndDataGrid
Creates an exact duplicate of the row you are dragging.
dragHighlightAlpha - field in class com.judah.controls.dndDataGrid
Transparency amount of the highlight rectangle when dragging
dragOnRollOut - field in class com.judah.controls.dndDataGrid
Start dragging when you mouse moves outside of the row
dragOverPos - field in class com.judah.controls.dndDataGrid
Contains current or last position of dragged item
dragRowStyle - field in class com.judah.controls.dndDataGrid
The default row style of the rows in the drag mc
drawHeaderBG - method in class com.judah.controls.dndDataGrid
Draws the header background
drawSeparator - method in class com.judah.controls.dndDataGrid
Draws separator line when dragging
DROP_EVENT - field in class com.judah.controls.dndDataGrid
Drop Event constant
dropItem - method in class com.judah.controls.dndDataGrid
Method used to insert or move items when dropped into the datagrid

E

editable - field in class com.judah.controls.dndDataGrid
Enables or disables editable cells in the datagrid
enableBranchMenuItem - field in class com.judah.controls.dndDataGrid
Enable branch menu item
enableContextMenu - read,write property in class com.judah.controls.dndDataGrid
getter
enabled - field in class com.judah.controls.dndDataGrid
Enables or disables the datagrid
enableDragLine - field in class com.judah.controls.dndDataGrid
Draws a drag line over rows
enableKeySearch - field in class com.judah.controls.dndDataGrid
Determines if keypresses in the datagrid find and select rows
enableRenameItem - field in class com.judah.controls.dndDataGrid
Determines if an item can be renamed
errorMsg - field in class com.judah.controls.dndDataGrid
Error message variable

G

getIsBranch - method in class com.judah.controls.dndDataGrid
Method to determine if the item is a branch
getIsOpen - method in class com.judah.controls.dndDataGrid
Method to check if item is open.
getItemCellValue - method in class com.judah.controls.dndDataGrid
Gets the value of the cell by item and cell index
getItemIcon - method in class com.judah.controls.dndDataGrid
Gets the icon id of the item
getItemIndex - method in class com.judah.controls.dndDataGrid
Method to get the index of the item in datagrid
getItemLabel - method in class com.judah.controls.dndDataGrid
Gets the label of the item
getRoot - method in class com.judah.controls.dndDataGrid
Finds root movieclip and returns a reference to it

H

headerBorderColors - field in class com.judah.controls.dndDataGrid
Defines the header border colors
headerFillColors - field in class com.judah.controls.dndDataGrid
Header colors for header background
headerPress - method in class com.judah.controls.dndDataGrid
Draws the header in the pressed state and moves the cell
headerPressColor - field in class com.judah.controls.dndDataGrid
Header press color
headerRollOut - method in class com.judah.controls.dndDataGrid
Turns off the header overlay roll over color
headerRollOver - method in class com.judah.controls.dndDataGrid
Draws the header overlay with color
headerRollOverColor - field in class com.judah.controls.dndDataGrid
Header roll over color

I

iconFunction - method in class com.judah.controls.dndDataGrid
Method to dynamically set the icon of the row

K

keyPressFunction - field in class com.judah.controls.dndDataGrid
Method to manually handle different key presses

L

labelFunction - method in class com.judah.controls.dndDataGrid
Method to manually set the text of the column label
lastMovedIndex - field in class com.judah.controls.dndDataGrid
Index of the last moved item
lastMovedIndices - field in class com.judah.controls.dndDataGrid
Indices of the last moved datagrid items
lastMovedItem - field in class com.judah.controls.dndDataGrid
Reference to the last item moved
lastMovedItems - field in class com.judah.controls.dndDataGrid
Reference to an array of the last moved datagrid items
lastMovedParent - field in class com.judah.controls.dndDataGrid
Parent item of the last moved item
lastMovedParents - field in class com.judah.controls.dndDataGrid
Parent datagrid items of the last moved datagrid items
lastMovedSource - field in class com.judah.controls.dndDataGrid
Owner of the last moved item
lastMovedSources - field in class com.judah.controls.dndDataGrid
Reference to array of the owners of the last moved datagrid items
lastOver - field in class com.judah.controls.dndDataGrid
Absolute index of the row the mouse was last over
lastOverIndex - field in class com.judah.controls.dndDataGrid
Relative index of the row the mouse was last over

M

menu - field in class com.judah.controls.dndDataGrid
Reference to the ContextMenu.
MENU_EVENT - field in class com.judah.controls.dndDataGrid
Menu Event constant
METHOD_CALL - field in class com.judah.controls.dndDataGrid
Method Call constant
modifyDragMC - method in class com.judah.controls.dndDataGrid
Modifies the drag movieclip before dragging
movementBeforeDrag - field in class com.judah.controls.dndDataGrid
Number of pixels the mouse must move before we start dragging
multipleSelection - field in class com.judah.controls.dndDataGrid
Enables mutiple selection of rows

N

nodeName - Static field in class com.judah.controls.dataproviders.RecordsetToXML
A user customizable node name

O

onAddBranchItemMenu - method in class com.judah.controls.dndDataGrid
A function called when user selects "add branch item" from the context menu
onAddLeafItemMenu - method in class com.judah.controls.dndDataGrid
A function called when user selects "add item" from the context menu
onContextMenuSelect - method in class com.judah.controls.dndDataGrid
User customizable function for manipulating the context menu
onCopyItemMenu - method in class com.judah.controls.dndDataGrid
A function called when user selects "copy item" from the context menu
onCutItemMenu - method in class com.judah.controls.dndDataGrid
A function called when user selects "cut item" from the context menu
onDrop_Event - field in class com.judah.controls.dndDataGrid
Event generated after a drag and drop
onPasteAfterItemMenu - method in class com.judah.controls.dndDataGrid
A function called when user selects "paste after" from the context menu
onPasteBeforeItemMenu - method in class com.judah.controls.dndDataGrid
A function called when user selects "paste before" from the context menu
onPasteIntoItemMenu - method in class com.judah.controls.dndDataGrid
A function called when user selects "paste into" from the context menu
onRemoveItemMenu - method in class com.judah.controls.dndDataGrid
A function called when user selects "remove item" from the context menu
onRowDrag_Event - field in class com.judah.controls.dndDataGrid
Event generated once when a row is first dragged

P

parse - Static method in class com.judah.controls.dataproviders.RecordsetToXML
Parses the recordset into an xml dom
parse - Static method in class com.judah.controls.dataproviders.XMLToRecordset
Parses an xml dom into a recordset
PASTE_AFTER - field in class com.judah.controls.dndDataGrid
Paste After constant
PASTE_BEFORE - field in class com.judah.controls.dndDataGrid
Paste Before constant
PASTE_INTO - field in class com.judah.controls.dndDataGrid
Paste Into constant
pasteItem - method in class com.judah.controls.dndDataGrid
Method to insert or move datagrid items
pasteItem_Event - field in class com.judah.controls.dndDataGrid
Event generated after pasteItem method is called
permitContextMenu - method in class com.judah.controls.dndDataGrid
A user defined function to display context menu items
permitDropFunction - method in class com.judah.controls.dndDataGrid
A user defined function to allow or prevent drop
permitRemove - method in class com.judah.controls.dndDataGrid
A user defined function to allow a user to cut or remove an item
permitRename - method in class com.judah.controls.dndDataGrid
A user defined function to allow rename on a item
pressedCellIndex - field in class com.judah.controls.dndDataGrid
Indicates the last pressed cell index

R

RecordsetToXML - class com.judah.controls.dataproviders.RecordsetToXML
Recordset to XML tree class
REMOVE_ITEM - field in class com.judah.controls.dndDataGrid
Remove Item constant
removeClipboardItems - method in class com.judah.controls.dndDataGrid
Removes items from copy and paste clipboard for this component
removeItem_Event - field in class com.judah.controls.dndDataGrid
Event generated when a item is removed
RENAME_ITEM - field in class com.judah.controls.dndDataGrid
Rename Item constant
renameColumnIndex - field in class com.judah.controls.dndDataGrid
Specifies the index of the column to edit when renaming
renameField - field in class com.judah.controls.dndDataGrid
Name of rename label to access when using a cellrenderer
renameFunction - method in class com.judah.controls.dndDataGrid
Lets the user override the normal rename method
renameItem_Event - field in class com.judah.controls.dndDataGrid
Event generated when a item is renamed
renameOnDoubleClick - field in class com.judah.controls.dndDataGrid
Determines if an item can be renamed on double click
renameTextRestrict - field in class com.judah.controls.dndDataGrid
Indicates set of characters user may enter into the rename text field.
root_mc - field in class com.judah.controls.dndDataGrid
Reference to the root movieclip
rootNodeName - Static field in class com.judah.controls.dataproviders.RecordsetToXML
A user customizable root node name

S

scrollDragSpeed - field in class com.judah.controls.dndDataGrid
Scroll drag speed in milliseconds
setItemLabel - method in class com.judah.controls.dndDataGrid
A method to call to set the item label
showDebug - field in class com.judah.controls.dndDataGrid
Shows debug information
showRenameItem - method in class com.judah.controls.dndDataGrid
Shows renaming textfield over row cell
singleClick_Event - field in class com.judah.controls.dndDataGrid
Event generated when a row is single clicked
strAddItem - field in class com.judah.controls.dndDataGrid
Context Menu Item Add Leaf string. Deprecated
strCopyIcon - field in class com.judah.controls.dndDataGrid
Id of icon to show when copying an item
strCopyItem - field in class com.judah.controls.dndDataGrid
Context Menu Item Copy string. Deprecated
strCutItem - field in class com.judah.controls.dndDataGrid
Context Menu Item Cut string. Deprecated
strNoDropIcon - field in class com.judah.controls.dndDataGrid
Id of icon when dragging is not permitted
strPasteAfter - field in class com.judah.controls.dndDataGrid
Context Menu Item Paste After string. Deprecated
strPasteBefore - field in class com.judah.controls.dndDataGrid
Context Menu Item Paste Before string. Deprecated
strPasteInto - field in class com.judah.controls.dndDataGrid
Context Menu Item Paste Into string. Deprecated
strRemoveItem - field in class com.judah.controls.dndDataGrid
Context Menu Item Remove string. Deprecated
strRenameItem - field in class com.judah.controls.dndDataGrid
Context Menu Item Rename string. Deprecated
symbolName - Static field in class com.judah.controls.dndDataGrid
The name of the ActionScript class
symbolOwner - Static field in class com.judah.controls.dndDataGrid
The fully qualified class name

T

targetItem - field in class com.judah.controls.dndDataGrid
Reference to the target item after drag and drop
theCopyGridItems - field in class com.judah.controls.dndDataGrid
Reference to array of datagrid items created on cut or copy events
theCopyItems - field in class com.judah.controls.dndDataGrid
Reference to array of list items created from cut or copy events
theCopyNodes - field in class com.judah.controls.dndDataGrid
Reference to array of items converted to tree nodes on cut or copy events
thePasteIntoItem - field in class com.judah.controls.dndDataGrid
The item where datagrid items were pasted into
thePasteToPosition - field in class com.judah.controls.dndDataGrid
Relative index where the datagrid items were pasted
trackDebug - field in class com.judah.controls.dndDataGrid
Track debug messages in errorMsg variable
trashCan - field in class com.judah.controls.dndDataGrid
Reference to a movieclip to use as a trashcan. Deprecated

V

validateItemLabel - method in class com.judah.controls.dndDataGrid
Validates renamed item labels
versionNumber - field in class com.judah.controls.dndDataGrid
Current version number for this component
visible - field in class com.judah.controls.dndDataGrid
Displays or hides the datagrid

X

XMLToRecordset - class com.judah.controls.dataproviders.XMLToRecordset
XML to Recordset class