|
The Gravey 2.0 Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--GrvObject
|
+--MVCView
|
+--MVCScalarView
|
+--MVCPadScalarView
This class produces a blank-padded view of the specified
MVCScalarModel. It transforms the raw value
of the model into a right-blank-padded-to-min-len format.
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
| Constructor Summary | |
MVCPadScalarView
()
|
|
| Method Summary | |
void
|
konstructor( <MVCScalarModel> xModel, minLen, <String> optName )
|
void
|
updateView( )
update the display with the current model value |
| Methods inherited from class MVCScalarView |
formatted, getValueStr, setDisplay, buildHTMLstr, paintHTML
|
| Methods inherited from class MVCView |
mustRebuild, mustRepaint, currentContext, 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
|
| Methods inherited from class GrvObject |
souper, souper_, isInstanceOf
|
| Constructor Detail |
MVCPadScalarView()
| Method Detail |
void konstructor( <MVCScalarModel> xModel, minLen, <String> optName )
xModel - the data model to view
optName - optional name of this instance
void updateView( )
|
The Gravey 2.0 Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||