Class ZmFolderDialogTabView
Extends
DwtComposite.
This class represents a dialog tab view displayed by a tabToolbar
Defined in: ZmFolderDialogTabView.js.
Class Summary
Constructor Attributes |
Constructor Name and Description |
|
Creates a folder properties view for the folder dialog
|
Method Summary
Method Attributes |
Method Name and Description |
|
doSave(batchCommand, saveState)
doSave will be invoked for each tab view.
|
- 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, setEnabled, setEventPropagation, setFocusElement, setHandler, setHtmlElementId, setLocation, setOpacity, setPosition, setScrollStyle, setSize, setToolTipContent, setVisibility, setVisible, setZIndex, showAlert, zShow
Class Detail
ZmFolderDialogTabView(parent, className)
Creates a folder properties view for the folder dialog
- Parameters:
-
{DwtControl} parent
- the parent (dialog)
-
{String} className
- the class name
Method Detail
doSave(batchCommand, saveState)
doSave will be invoked for each tab view.
- Parameters:
-
{BatchCommand} batchCommand
- Accumulates updates from all tabs
-
{Object} saveState
- Accumulates error messages and indication of any update
|