Class EDOListView
Object
|
+--GrvObject
|
+--MVCView
|
+--MVCListView
|
+--EDOListView
-
Direct Known Subclasses:
-
ContactListView, ShippingListView, LotListView
- class
EDOListView
- extends MVCListView
This class produces a view of a List of EDOs.
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
Defined in grvEDO.js
|
Method Summary |
MVCContext
|
currentContext()
return the current "context" of this view.
|
String
|
headHTMLstr()
method that should return HTML string for the header item
|
EDOIndex
|
itemEDOIndex( <int> index )
return the EDOIndex appropriate for the given list index and EDO type.
|
String
|
itemHTMLstr( <int> index, <Object> item, <String> itemID )
method that should return HTML string for specified list item
|
void
|
konstructor( <EDOListModel> edoListModel, <Function> edoViewClass )
|
| Methods inherited from class MVCView |
mustRebuild, mustRepaint, watchModel, setViewID, innerID, getWidgetID, getWidget, getHook, buildHTML, updateContext, contextChanged, disable, enable, setVisible, setSubViewsVisible, isVisible, redraw, draw, rebuildAny, build, buildsubviews, paint, setParentView, clearSubViews, addSubView, getSubView, delSubView, embedView, embedHTML, embedAttr, block, unblock
|
EDOListView
EDOListView()
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
currentContext
MVCContext currentContext()
return the current "context" of this view.
Default is "no rebuild ever needed" (unless others force us to)
headHTMLstr
String headHTMLstr()
method that should return HTML string for the header item
itemEDOIndex
EDOIndex itemEDOIndex( <int> index )
Parameters:
index - index into ListModel
itemHTMLstr
String itemHTMLstr( <int> index, <Object> item, <String> itemID )
method that should return HTML string for specified list item
Parameters:
index - index into our MVCListModel
item - the actual item from our MVCListModel
itemID - the view ID of the corresponding item subview
konstructor
void konstructor( <EDOListModel> edoListModel, <Function> edoViewClass )
Parameters:
edoListModel - EDO list we are to observe
edoViewClass - View Class for individual EDOs
Documentation generated by
JSDoc on Sun Feb 11 13:31:42 2007