public interface ButtonStyle
JideButton
and JideSplitButton
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BUTTON_STYLE_PROPERTY |
static java.lang.String |
CLIENT_PROPERTY_SEGMENT_POSITION |
static int |
FLAT_STYLE |
static int |
HYPERLINK_STYLE |
static java.lang.String |
SEGMENT_POSITION_FIRST |
static java.lang.String |
SEGMENT_POSITION_LAST |
static java.lang.String |
SEGMENT_POSITION_MIDDLE |
static java.lang.String |
SEGMENT_POSITION_ONLY |
static int |
TOOLBAR_STYLE |
static int |
TOOLBOX_STYLE |
Modifier and Type | Method and Description |
---|---|
int |
getButtonStyle()
Gets the button style.
|
void |
setButtonStyle(int buttonStyle)
Sets the button style.
|
static final java.lang.String BUTTON_STYLE_PROPERTY
static final int TOOLBAR_STYLE
static final int TOOLBOX_STYLE
static final int FLAT_STYLE
static final int HYPERLINK_STYLE
static final java.lang.String CLIENT_PROPERTY_SEGMENT_POSITION
static final java.lang.String SEGMENT_POSITION_FIRST
static final java.lang.String SEGMENT_POSITION_MIDDLE
static final java.lang.String SEGMENT_POSITION_LAST
static final java.lang.String SEGMENT_POSITION_ONLY