public class CheckButtonGadget extends AbstractGadget
Modifier and Type | Field and Description |
---|---|
Size1024 |
checkborder1024 |
String |
checkCheckedArt |
boolean |
checkHighlightArt |
String |
checkUncheckedArt |
background, backgroundAlpha, backgroundColor, bevel, closeButton, closeButtonUseAlpha, hidden, innerText, mouseOverText, moveable, name, size1024, sizerel1024, sunkenBevel, textFont, textFontSize, tileBackground, tileBackgroundHorizontally, tileBackgroundVertically, titlebar, tooltipText, transparent, windowZStyle, z
Constructor and Description |
---|
CheckButtonGadget()
Creates a new checkbox button with default properties.
|
CheckButtonGadget(String checkedArt,
String uncheckedArt,
boolean highlightArt,
Size1024 border)
Creates a new checkbox button with given properties.
|
public String checkCheckedArt
public boolean checkHighlightArt
public String checkUncheckedArt
public Size1024 checkborder1024
public CheckButtonGadget()
public CheckButtonGadget(String checkedArt, String uncheckedArt, boolean highlightArt, Size1024 border)