CornerScroller
, HeaderBox
, JideButton
, JideSplitButton
, JideToggleButton
, JideToggleSplitButton
, NullJideButton
, SimpleScrollPane.ScrollButton
public interface ButtonStyle
JideButton
and JideSplitButton
.Modifier and Type | Field | Description |
---|---|---|
static String |
BUTTON_STYLE_PROPERTY |
|
static String |
CLIENT_PROPERTY_SEGMENT_POSITION |
|
static int |
FLAT_STYLE |
|
static int |
HYPERLINK_STYLE |
|
static String |
SEGMENT_POSITION_FIRST |
|
static String |
SEGMENT_POSITION_LAST |
|
static String |
SEGMENT_POSITION_MIDDLE |
|
static String |
SEGMENT_POSITION_ONLY |
|
static int |
TOOLBAR_STYLE |
|
static int |
TOOLBOX_STYLE |
Modifier and Type | Method | Description |
---|---|---|
int |
getButtonStyle() |
Gets the button style.
|
void |
setButtonStyle(int buttonStyle) |
Sets the button style.
|
static final 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 String CLIENT_PROPERTY_SEGMENT_POSITION
static final String SEGMENT_POSITION_FIRST
static final String SEGMENT_POSITION_MIDDLE
static final String SEGMENT_POSITION_LAST
static final String SEGMENT_POSITION_ONLY