Package | Description |
---|---|
ej.fp.widget |
Contains widgets classes.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
Pointer.PointerListenerToPointerEvents.getMicroUIGeneratorTag(Pointer widget)
Gets the MicroUI Pointer events generator tag.
|
void |
Pointer.PointerListener.move(Pointer widget,
int x,
int y)
The pointer has moved to a new position.
|
void |
Pointer.PointerListenerToPointerEvents.move(Pointer widget,
int x,
int y) |
void |
Pointer.PointerListener.press(Pointer widget,
int x,
int y,
ej.fp.MouseListener.MouseButton button)
The specified pointer button has been pressed at given location.
|
void |
Pointer.PointerListenerToPointerEvents.press(Pointer widget,
int x,
int y,
ej.fp.MouseListener.MouseButton button) |
void |
Pointer.PointerListener.release(Pointer widget,
ej.fp.MouseListener.MouseButton button)
The specified pointer button has been released.
|
void |
Pointer.PointerListenerToPointerEvents.release(Pointer widget,
ej.fp.MouseListener.MouseButton button) |