Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Scout/Concepts/LinkButton"

(New page: {{ScoutPage|cat=Component Model}} Type of {{ScoutLink|Concepts|Field|Field}} for buttons. * extends: {{ScoutJavadoc|AbstractLinkButton|C}} == Description == The LinkButton is a Button w...)
 
(Replaced content with "The Scout documentation has been moved to https://eclipsescout.github.io/.")
 
Line 1: Line 1:
{{ScoutPage|cat=Component Model}}
+
The Scout documentation has been moved to https://eclipsescout.github.io/.
 
+
Type of {{ScoutLink|Concepts|Field|Field}} for buttons.
+
 
+
* extends: {{ScoutJavadoc|AbstractLinkButton|C}}
+
 
+
== Description ==
+
The LinkButton is a Button with a design like a Link.
+
 
+
== Screenshot ==
+
{|{{BMTableStyle}}
+
|-{{BMTHStyle}}
+
! State
+
! RAP
+
! SWT
+
! Swing
+
! Swing Rayo
+
|-
+
| With focus || [[Image:Scout_3.8_LinkButton_Mouse_RAP.png]] || [[Image:Scout_3.8_LinkButton_Mouse_SWT.png]] || [[Image:Scout_3.8_LinkButton_Mouse_Swing.png]] || [[Image:Scout_3.8_LinkButton_Mouse_Swing_Rayo.png]]
+
|-
+
| Without focus || [[Image:Scout_3.8_LinkButton_Without_RAP.png]] || [[Image:Scout_3.8_LinkButton_Without_SWT.png]] || [[Image:Scout_3.8_LinkButton_Without_Swing.png]] || [[Image:Scout_3.8_LinkButton_Without_Swing_Rayo.png]]
+
|-
+
|}
+
 
+
== Properties ==
+
''Defined with {{ScoutLink|Concepts|GetConfigured Methods|getConfiguredXxxxxx()}} methods''.
+
 
+
See also the {{ScoutLink|Concepts|Field|Field}} page for the properties that all fields have in common.
+
 
+
 
+
== Events ==
+
''Defined with {{ScoutLink|Concepts|Exec_Methods|execXxxxxx()}} methods''.
+
 
+
See also the {{ScoutLink|Concepts|Field|Field}} page for the events that all fields have in common.
+
 
+
 
+
== See Also ==
+
* {{ScoutLink|Concepts|Field|Field}}
+

Latest revision as of 07:19, 18 March 2024

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

Back to the top