Smalltalk/X WebserverDocumentation of class 'RadioButtonController': | |
Class: RadioButtonControllerInheritance:Object | +--Controller | +--ButtonController | +--ToggleController | +--RadioButtonController
Description:RadioButtonControllers redefine the response to a button-click. While toggles (i.e. ToggleControllers) change state with every click, radioButtons will only do so for an off-to-on transition. They will NEVER turn themselfes off with a click. To turn a radioButton off, another button in its buttonGroup must be turned on and thereby (via the buttonGroup) turn the first button off. You can place both toggles (for 'zero-or-one-on' behavior) or radiobuttons (for 'one-on' behavior) into a buttongroup. Instance protocol:initialization & release
|
|
ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 08:53:14 GMT |