Class DwtChooserListView
Extends
DwtListView.
This base class represents a list view which contains items that can be transferred from it
(source) or to it (target). Subclasses should implement _getHeaderList(),
_sortColumn(), and _createItemHtml().
Defined in: DwtChooser.js.
Class Summary
Constructor Attributes |
Constructor Name and Description |
|
Creates a chooser list view.
|
Field Summary
Field Attributes |
Field Name and Description |
<static> |
Defines the "source" list view type.
|
<static> |
Defines the "target" list view type.
|
- Methods borrowed from class DwtListView:
- addActionListener, addItem, addItems, addSelectionListener, addStateChangeListener, deselectAll, findItem, findItemDiv, getItemIndex, getSelectedItems, getSelectionCount, getTargetItem, getTargetItemDiv, removeActionListener, removeAll, removeItem, removeSelectionListener, removeStateChangeListener, scrollPage, selectAll, selectItem, set, setEnabled, setSize, setUI, size, useListElement
- Methods borrowed from class DwtComposite:
- addChild, cleanupSeparators, clear, dispose, getChild, getChildren, getNumChildren, getTabGroupMember, removeChild, removeChildren
- Methods borrowed from class DwtControl:
- addClassName, addControlListener, addDisposeListener, addListener, appendElement, blur, clearContent, clearHandler, condClassName, delClassName, focus, getBounds, getClassName, getContent, getCursor, getData, getDragBox, getDragSource, getDropTarget, getEnabled, getFocusElement, getH, getHtmlElement, getHTMLElId, getInsetBounds, getInsets, getLocation, getMargins, getOpacity, getOuterSize, getPosition, getScrollContainer, getScrollStyle, getSize, getTooltipBase, getToolTipContent, getVisibility, getVisible, getW, getX, getXW, getY, getYH, getZIndex, hasFocus, isAlertShown, isDisposed, isInitialized, isListenerRegistered, notifyListeners, preventContextMenu, preventSelection, removeAllListeners, removeControlListener, removeDisposeListener, removeListener, reparent, reparentHtmlElement, replaceElement, setBounds, setClassName, setContent, setCursor, setData, setDisplay, setDisplayState, setDragBox, setDragSource, setDropTarget, setEventPropagation, setFocusElement, setHandler, setHtmlElementId, setLocation, setOpacity, setPosition, setScrollStyle, setToolTipContent, setVisibility, setVisible, setZIndex, showAlert, zShow
Class Detail
DwtChooserListView(params)
Creates a chooser list view.
- Parameters:
-
{hash} params
- a hash of parameters
-
{DwtComposite} params.parent
- the containing widget
-
{constant} params.type
- the source or target
-
{string} params.className
- the CSS class
-
{constant} params.view
- the context for use in creating IDs
Field Detail
<static>
DwtChooserListView.SOURCE
Defines the "source" list view type.
<static>
DwtChooserListView.TARGET
Defines the "target" list view type.
|