<button>
Attribute | Supported Values |
---|---|
style | SWT.ARROW, SWT.CHECK, SWT.PUSH, SWT.RADIO, SWT.TOGGLE, SWT.FLAT, SWT.UP, SWT.DOWN, SWT.LEFT, SWT.RIGHT, SWT.CENTER |
SWT.Selection | name of Listener Class |
Examples :
<button text="Push Button"/>
<button text="Toggle Button" style="SWT.TOGGLE" />
<button text="Check Button - Selected" style="SWT.CHECK" selection="true" SWT.Selection="com.sheelapps.swtml.examples.TestListener" />
<button text="Radio Button" style="SWT.RADIO" />
<button style="SWT.ARROW | SWT.TOP" toolTipText="Arrow Button" />
<button text="FLAT Button" style="SWT.FLAT" />
<button text="Image Button" _image-id="sample.gif" _defaultButton="true" SWT.Selection="com.sheelapps.swtml.examples.TestListener" />
Applications |
Links |
SWTML Links |
Share this Page |