Zimlet JavaScript API Reference - ZmBriefcaseTabView

Class ZmBriefcaseTabView


Extends DwtTabViewPage.

This class represents the briefcase tab view.

Defined in: ZmBriefcaseTabView.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
ZmBriefcaseTabView(parent, className, posStyle)
Creates the briefcase tab view.
Method Summary
Method Attributes Method Name and Description
 
Hides this view.
 
showFolder(folderId)
Shows the folder.
 
showFolderContents(folderId, results)
Shows the folder contents.
 
Shows this view.
 
Returns a string representation of the object.
Methods borrowed from class DwtTabViewPage:
getContentHtmlElement, resetSize
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
ZmBriefcaseTabView(parent, className, posStyle)
Creates the briefcase tab view.
Parameters:
{ZmControl} parent
the parent
{String} className
the class name
{constant} posStyle
the position style
See:
Dwt.STATIC_STYLE
Method Detail
hideMe()
Hides this view.

showFolder(folderId)
Shows the folder.
Parameters:
{String} folderId
the folder id

showFolderContents(folderId, results)
Shows the folder contents.
Parameters:
{String} folderId
the folder id
{Object} results
the results

showMe()
Shows this view.

{String} toString()
Returns a string representation of the object.
Returns:
{String} a string representation of the object

Documentation generated by JsDoc Toolkit 2.3.0 on Tue Jun 28 2016 21:01:32 GMT-0400 (EDT)