public interface ActionButtonComponent
Modifier and Type | Interface and Description |
---|---|
static interface |
ActionButtonComponent.ButtonState |
Modifier and Type | Field and Description |
---|---|
static int |
NORMAL |
static int |
POPPED |
static int |
PUSHED |
static int |
SELECTED |
Modifier and Type | Method and Description |
---|---|
int |
getHeight() |
int |
getPopState() |
int |
getWidth() |
static final int NORMAL
static final int POPPED
static final int PUSHED
static final int SELECTED