Parents: QxVirtualSelectionManager » QxSelectionManager » QxManager » QxTarget » QxObject » Object
Name | Type | Mandatory | Info |
---|---|---|---|
vBoundedWidget | All | false |
This class is public.
It can be used by both user and programmer.
Name | Title |
---|---|
QxSelectionManager | |
Public | |
anchorItem | The current anchor in range selections. |
boundedWidget | This contains the currently assigned widget (QxList, ...) |
canDeselect | Should the user be able to select |
dragSelection | Enable drag selection? |
fireChange | Should a change event be fired? |
leadItem | The last selected item |
multiColumnSupport | Grid selection |
multiSelection | Should multiple selection be allowed? |
QxObject | |
Public | |
enabled |
Name | Title |
---|---|
QxVirtualSelectionManager | |
Public | |
getFirst | |
getItemEnabled | In a QxListView there are no disabled entries support currently. |
getItemHashCode | |
getItemHeight | |
getItemLeft | |
getItemTop | |
getItemWidth | |
getItems | |
getLast | |
getNextSibling | |
getPreviousSibling | |
renderItemAnchorState | |
renderItemLeadState | |
renderItemSelectionState | |
scrollItemIntoView | |
QxSelectionManager | |
Public | |
deselectAll | Deselect all items. |
dispose | |
getAbove | |
getDown | |
getEnd | |
getFirst | |
getHome | |
getItemEnabled | |
getItemHashCode | |
getItemHeight | |
getItemLeft | |
getItemSelected | |
getItemToSelect | |
getItemTop | |
getItemWidth | |
getItems | |
getLast | |
getLeft | |
getNext | |
getNextSibling | |
getPageDown | Jump a "page" down. |
getPageUp | Jump a "page" up. |
getPrevious | |
getPreviousSibling | |
getRight | |
getSelectedItem | |
getSelectedItems | Get the selected items (objects) |
getUnder | |
getUp | |
handleClick | |
handleDblClick | |
handleKeyDown | |
handleMouseDown | |
handleMouseOver | |
handleMouseUp | |
isBefore | |
isEqual | |
renderItemAnchorState | |
renderItemLeadState | |
renderItemSelectionState | |
scrollItemIntoView | |
selectAll | Select all items. |
selectItemRange | Select a range of items. |
setItemSelected | Make a single item selected / not selected |
setSelectedItem | |
setSelectedItems | Select given items |
Private | |
_deselectAll | Sub method for deselectAll. Handles the real work |
_deselectItemRange | Internal method for deselection of ranges. |
_dispatchChange | |
_getChangeValue | |
_getFirst | |
_getLast | |
_hasChanged | |
_modifyAnchorItem | |
_modifyLeadItem | |
_ondragup | |
_onmouseevent | Internal handler for all mouse events bound to this manager. |
_selectAll | Sub method for selectAll. Handles the real work |
_selectItemRange | Sub method for selectItemRange. Handles the real work |
QxManager | |
Public | |
add | |
dispose | |
get | |
getAll | |
has | |
remove | |
QxTarget | |
Public | |
addEventListener | Add event listener to object |
createDispatchDataEvent | Checks if the event is registered. If so it creates a data event object and dispatch it. |
createDispatchEvent | Checks if the event is registered. If so it creates a event object and dispatch it. |
dispatchEvent | Public dispatch implementation |
dispose | |
getParent | Internal placeholder for bubbling phase of an event. |
hasEventListeners | Check if there are one or more listeners for an event type |
removeEventListener | Remove event listener from object |
Private | |
_dispatchEvent | Internal dispatch implementation |
QxObject | |
Public | |
debug | Print out a debug message to the qooxdoo debug console. |
dispose | Dispose this object |
error | Print out an error to the qooxdoo debug console. |
get | |
getDisposed | Returns true if the object is disposed. |
getUserData | |
info | Print out an info message info to the qooxdoo debug console. |
isDisposed | Returns true if the object is disposed. |
set | Sets multiple properties at once by using a property list |
setUserData | |
toHashCode | Return unique hash code of object |
toString | Returns a string represantation of the qooxdoo object. |
warn | Print out an warning to the qooxdoo debug console. |