Package | Description |
---|---|
ej.fp.widget |
Contains widgets classes.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
LongButton.LongButtonListener
Interface that handle long button press events.
|
static interface |
RepeatButton.RepeatButtonListener
Interface that handle repeat button press events.
|
Modifier and Type | Class and Description |
---|---|
static class |
Button.ButtonListenerToButtonEvents
Default implementation of
Button.ButtonListener . |
static class |
LongButton.LongButtonListenerToButtonEvents
Default implementation of
LongButton.LongButtonListener . |
static class |
RepeatButton.RepeatButtonListenerToButtonEvents
Default implementation of
RepeatButton.RepeatButtonListener . |
Modifier and Type | Method and Description |
---|---|
protected Button.ButtonListener |
Button.getListener()
Gets the widget listener.
|