|
The Gravey Framework and RATS RIA | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--GrvObject
|
+--MVCView
|
+--DebugView
This class acts as quick and dirty debug view that
pops up a window showing the current state of the
arbitrary data model being watched.
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
| Constructor Summary | |
DebugView
()
|
|
| Method Summary | |
void
|
buildHTML()
implement this view as an alert box |
void
|
konstructor( <Model> aModel )
|
boolean
|
mustRebuild()
return true IFF model(s) require the HTML rebuilt for THIS view default implementation: If there is a difference in the current "build context" and the current one then rebuild else not. |
| Methods inherited from class MVCView |
buildHTMLstr, paintHTML, mustRepaint, currentContext, watchModel, setViewID, innerID, getWidgetID, getWidget, getHook, 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
|
| Constructor Detail |
DebugView()
| Method Detail |
void buildHTML()
void konstructor( <Model> aModel )
aModel - a data model to watch
boolean mustRebuild()
|
The Gravey Framework and RATS RIA | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||