|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
leon.view.event.LyEvent
public class LyEvent
The generic class for all graphical events.
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Constructor Summary | |
---|---|
LyEvent(java.lang.Object source)
|
Method Summary | |
---|---|
void |
addIndex(int idx)
Accessor to the index of the (un)selected item. |
void |
consume()
Indicates that this event has been completely processed. |
int |
getIndex(int pos)
Accessor to the index of the (un)selected item return -1 if not found. |
int |
getSubIndex()
Sub-index associated to this event (optional). |
boolean |
isConsumed()
Indicates wether this event has been completely processed. a Consumed event should not propagate. |
void |
setSubIndex(int sub_index)
Value associated to this event (optional). |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String __VERSION
Constructor Detail |
---|
public LyEvent(java.lang.Object source)
Method Detail |
---|
public boolean isConsumed()
public void consume()
public void addIndex(int idx)
public int getIndex(int pos)
public int getSubIndex()
public void setSubIndex(int sub_index)
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |