| E L V
I S Extensible Libraried Visual Interface Simplifier |
|
|
|
|
Widget |
CheckButtonWidget ->Clickable ->Button ->CheckButton Descriptionimplements Java's JCheckBox.AttributeswidthSets the button's width. Default Value: -1 borderPainted Changes whether the border is painted. Default Value: false selected Changes whether the button is selected. Default Value: false enabled Changes whether the button is enabled. Default Value: true verticalAlignment Adjusts the vertical alignment Default Value: 0 (Corresponds to SwingConstants.CENTER) onClick Sets the handler for the onClick event. Default Value: null contentAreaFilled Changes whether the content area is filled. Default Value: true label Sets the button's text. Default Value: null backgroundColor Adjusts the background color. Default Value: null borderOutlined Changes whether the button's border appears to be flat. Default Value: false height Sets the button's height. Default Value: -1 horizontalAlignment Adjusts the horizontal alignment Default Value: 0 (Corresponds to SwingConstants.CENTER) |