|
The Gravey 2.0 Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--GrvObject
|
+--MVCView
|
+--MVCController
|
+--MVCButtonController
|
+--MVCFormButtonController
|
+--MVCCmdButtonController
This class is a Button Controller for "undo/redo" buttons.
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
| Constructor Summary | |
MVCCmdButtonController
()
|
|
| Method Summary | |
String
|
getAltText( <String> enabled )
return the alternate text for this button |
boolean
|
isEnabled()
Return whether this button should be enabled. |
void
|
konstructor( <boolean> isUndo )
|
| Methods inherited from class MVCFormButtonController |
canonical, buildHTMLstr
|
| Methods inherited from class MVCButtonController |
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 |
MVCCmdButtonController()
| Method Detail |
String getAltText( <String> enabled )
enabled - a string with the description of what is about to be undone/redone or null if button should not be enabled
boolean isEnabled()
void konstructor( <boolean> isUndo )
isUndo - true if this is undo button else redo button
|
The Gravey 2.0 Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||