| org.osbl.client.wings.XButton
XButton | public class XButton extends SButton (Code) | | XButton
|
disabledIcon | SIcon disabledIcon(Code) | | |
XButton | public XButton()(Code) | | Creates a button with no set text or icon.
|
XButton | public XButton(SIcon icon)(Code) | | Creates a button with a icon
Parameters: icon - the Icon image to display on the button |
XButton | public XButton(String text)(Code) | | Creates a button with text.
Parameters: text - the text of the button |
getDisabledIcon | public SIcon getDisabledIcon()(Code) | | |
getIcon | public SIcon getIcon()(Code) | | |
getText | public String getText()(Code) | | LEAVE it!
Otherwise a label with the link will be displayed next to the button!
|
|
|