Class ZmPortalView
Extends
ZmListView.
This class represents the portal view.
Defined in: ZmPortalView.js.
Class Summary
Constructor Attributes |
Constructor Name and Description |
|
Creates the portal view.
|
Method Summary
Method Attributes |
Method Name and Description |
|
Gets the portlet ids.
|
|
Gets the view title.
|
|
Returns a string representation of the object.
|
- Methods borrowed from class ZmListView:
- deselectAll, getController, getItemList, getLimit, getPagelessThreshold, getReplenishThreshold, getToolTipContent, hasItem, selectAll, setSelectedItems, setSelectionCbox, setSelectionHdrCbox
- Methods borrowed from class DwtListView:
- addActionListener, addItem, addItems, addSelectionListener, addStateChangeListener, findItem, findItemDiv, getItemIndex, getSelectedItems, getSelectionCount, getTargetItem, getTargetItemDiv, removeActionListener, removeAll, removeItem, removeSelectionListener, removeStateChangeListener, scrollPage, 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, 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
ZmPortalView(container, app, dropTgt)
Creates the portal view.
- Parameters:
-
{DwtComposite} container
- the containing element
-
{ZmPortalApp} app
- the application
-
{DwtDropTarget} dropTgt
- the drop target
Method Detail
{Array}
getPortletIds()
Gets the portlet ids.
- Returns:
- {Array} an array of portlet ids
{String}
getTitle()
Gets the view title.
- Returns:
- {String} the title
{String}
toString()
Returns a string representation of the object.
- Returns:
- {String} a string representation of the object
|