Class DwtId
Not every element that has an associated JS object will have a known ID. Those are allocated only for elements it would be useful to locate: major components of the UI, toolbars, buttons, views, menus, some menu items, and some selects.
There is a simple naming scheme for the IDs themselves. Each ID starts with a "z" followed
by one to a few letters that indicate the type of object (widget) represented by the element.
Field Detail
<static>
DwtId.LIST_VIEW_HEADERS
Defines the list view "headers" modifier.
<static>
DwtId.LIST_VIEW_ROWS
Defines the list view "rows" modifier.
<static>
DwtId.WIDGET_HDR
Defines the widget "list view header".
<static>
DwtId.WIDGET_HDR_ARROW
Defines the widget "list view header dropdown arrow".
<static>
DwtId.WIDGET_HDR_ICON
Defines the widget "list view header icon image".
<static>
DwtId.WIDGET_HDR_LABEL
Defines the widget "list view header text".
<static>
DwtId.WIDGET_HDR_SASH
Defines the widget "sash between list view headers".
<static>
DwtId.WIDGET_HDR_TABLE
Defines the widget "list view header table".
<static>
DwtId.WIDGET_ITEM
Defines the widget "list view item".
<static>
DwtId.WIDGET_ITEM_CELL
Defines the widget "list view item cell".
<static>
DwtId.WIDGET_ITEM_FIELD
Defines the widget "list view item field".
<static>
DwtId.WIDGET_ITEM_ROW
Defines the widget "list view item row".
<static>
DwtId.WIDGET_LIST_VIEW
Defines the widget "list view".
Method Detail
<static>
{string}
DwtId.getIframeId(context)
Gets an ID for an IFRAME.
<static>
{string}
DwtId.getListViewHdrId(type, context, hdr)
Gets an ID for an element within a list view header.
<static>
{string}
DwtId.getListViewId(context, modifier)
Gets an ID for a list view.
<static>
{string}
DwtId.getListViewItemId(type, context, itemId, field)
Gets an ID for an element associated with the display of an item in a list view.
|
||||||||||||||||||||||||||||||||||||||||||
Documentation generated by JsDoc Toolkit 2.3.0 on Tue Jun 28 2016 21:01:25 GMT-0400 (EDT)
|