Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Scout/Concepts/ToggleButton

< Scout‎ | Concepts
Revision as of 10:33, 4 October 2012 by Ssw.bsiag.com (Talk | contribs) (New page: {{ScoutPage|cat=Component Model}} Type of {{ScoutLink|Concepts|Field|Field}} for buttons. * extends: {{ScoutJavadoc|AbstractToggleButton|C}} == Description == The ToggleButton is a Butt...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The Scout documentation has been moved to https://eclipsescout.github.io/.

Type of The Scout documentation has been moved to https://eclipsescout.github.io/. for buttons.

Description

The ToggleButton is a Button with 2 states.

If the user clicks on the ToggleButton then the button will be pressed as long as the user clicks on it again.

Screenshot

Properties

Defined with The Scout documentation has been moved to https://eclipsescout.github.io/. methods.

See also the The Scout documentation has been moved to https://eclipsescout.github.io/. page for the properties that all fields have in common.


Events

Defined with The Scout documentation has been moved to https://eclipsescout.github.io/. methods.

See also the The Scout documentation has been moved to https://eclipsescout.github.io/. page for the events that all fields have in common.


See Also

Back to the top