|
The Gravey 2.0 Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--GrvObject
|
+--MVCView
|
+--EDOView
This abstract class produces a view of an EDO.
Subclasses should override buildFields().
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
| Field Summary | |
<static> Object |
kImgCollapsed
|
<static> Object |
kImgExpanded
|
| Constructor Summary | |
EDOView
()
|
|
| Method Summary | |
Object
|
buildAmtField( f,newrow,optSpan )
|
Object
|
buildBoxField( f,newrow,optSpan )
|
Object
|
buildClickEvent()
|
Object
|
buildDayField( f,newrow,optSpan )
|
void
|
buildFields( HTML )
push into given array the HTML needed for all EDO fields ABSTRACT: sub classes of EDOView should override this |
String
|
buildHTMLstr()
return an HTML string of the basic structure for this view. |
Object
|
buildNulField( newrow, optSpan )
|
Object
|
buildPctField( f,newrow,optSpan )
|
Object
|
buildPopField( f,newrow,listModel,optSpan,optEvtHandlerName,optInitDesc )
|
Object
|
buildStrField( f,min,max,newrow,optSpan )
|
Object
|
buildTitle()
|
Object
|
buildToggle()
|
Object
|
buildToggleEvent()
|
Object
|
buildTxtField( f,rows,cols,max,newrow,optSpan )
|
Object
|
buildUprField( f,min,max,newrow,optSpan )
|
Object
|
buildYN_Field( f,newrow,optSpan )
|
void
|
cascadedMenuSelect(<MVCSelectionModel> selectModel,<String> attrID)
Select the value of the given attribute into the given select model. |
String
|
clickID()
return the view ID of our clickable panel |
MVCContext
|
currentContext()
return the current "context" of this view. |
Object
|
fieldWrapper( dual,f,newrow,optSpan )
|
String
|
innerID()
return the view ID of our set of attribute fields |
void
|
konstructor( <EDO> edo, <EDOIndex> edoIndex, innerView )
|
void
|
paintHTML()
update/modify attributes of basic existing HTML for THIS view |
void
|
preSelect(edo)
|
void
|
sharedMenuSelect(<MVCSelectionModel> selectModel,<String> attrID)
Select the value of the given attribute into the given select model. |
void
|
updateEditMode( <boolean> enableEdit, <String> attrID )
set the "can edit" status of the specified attribute |
<static> Object
|
ShellHTML( <EDOIndex> xi, EDOclazz )
Static method to generate the shell HTML for given future EDO. |
<static> Object
|
Title( EDOclazz )
|
| Methods inherited from class MVCView |
mustRebuild, mustRepaint, watchModel, setViewID, 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
|
| Methods inherited from class GrvObject |
souper, souper_, isInstanceOf
|
| Field Detail |
<static> Object kImgCollapsed
<static> Object kImgExpanded
| Constructor Detail |
EDOView()
| Method Detail |
Object buildAmtField( f,newrow,optSpan )
Object buildBoxField( f,newrow,optSpan )
Object buildClickEvent()
Object buildDayField( f,newrow,optSpan )
void buildFields( HTML )
ABSTRACT: sub classes of EDOView should override this
String buildHTMLstr()
Object buildNulField( newrow, optSpan )
Object buildPctField( f,newrow,optSpan )
Object buildPopField( f,newrow,listModel,optSpan,optEvtHandlerName,optInitDesc )
Object buildStrField( f,min,max,newrow,optSpan )
Object buildTitle()
Object buildToggle()
Object buildToggleEvent()
Object buildTxtField( f,rows,cols,max,newrow,optSpan )
Object buildUprField( f,min,max,newrow,optSpan )
Object buildYN_Field( f,newrow,optSpan )
void cascadedMenuSelect(<MVCSelectionModel> selectModel,<String> attrID)
selectModel - the shared menu model
attrID - object element name specifying desired attribute
String clickID()
MVCContext currentContext()
Object fieldWrapper( dual,f,newrow,optSpan )
String innerID()
void konstructor( <EDO> edo, <EDOIndex> edoIndex, innerView )
edo - EDO we are to observe
edoIndex - composite EDO index
void paintHTML()
void preSelect(edo)
void sharedMenuSelect(<MVCSelectionModel> selectModel,<String> attrID)
selectModel - the shared menu model
attrID - object element name specifying desired attribute
void updateEditMode( <boolean> enableEdit, <String> attrID )
enableEdit - if true enable editor else viewer
attrID - object element name specifying desired attribute
<static> Object ShellHTML( <EDOIndex> xi, EDOclazz )
xi - index of EDO
itemClazz - "class" of EDO
<static> Object Title( EDOclazz )
|
The Gravey 2.0 Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||