Skip to content

GWTToggleButton

GWT ToggleButton.

Extends HTMLObject

Extends SeSSimulatedObject

Behavior Pattern: GWTToggleButtonBehavior

Property Summary

Property Description Getter Setter
Checked Check state of the button. GetChecked

Action Summary

Action Description
DoSetCheck Sets check state of the object.

Property Detail

Checked

Check state of the button. 'true' if the button is checked, 'false' otherwise.

Type: boolean

Accessors: GetChecked

value = SeS('SomeGWTToggleButton').GetChecked()

Action Detail

DoSetCheck

Sets check state of the object.

SeS('SomeGWTToggleButton').DoSetCheck(bcheck)

Parameters:

Name Type Description
bcheck boolean Desired check state for the item.

Returns:

boolean: 'true' if success, 'false' otherwise.