|
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
leon.view.event.LySelectionEvent
public class LySelectionEvent
The listener interface for receiving selection events.
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Constructor Summary | |
---|---|
LySelectionEvent(java.lang.Object source,
java.lang.Object item,
boolean selected)
Constructor. |
Method Summary | |
---|---|
java.lang.Object |
getItem()
Accessor to the (un)selected item identifier. |
int[] |
getPosition()
Accessor to the position identifier. |
int |
getSelectionSize()
Accessor to the number of selections. |
boolean |
isExtend()
Accessor to the new extension status. |
boolean |
isSelected()
Accessor to the new selection status. |
void |
setExtend(boolean extend)
Accessor to the new extension status. |
void |
setItem(java.lang.Object item)
|
void |
setPosition(int[] p)
Accessor to the position identifier. |
void |
setSelectionSize(int size)
Accessor to the number of selections. |
Methods inherited from class leon.view.event.LyEvent |
---|
addIndex, consume, getIndex, getSubIndex, isConsumed, setSubIndex |
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 LySelectionEvent(java.lang.Object source, java.lang.Object item, boolean selected)
Method Detail |
---|
public java.lang.Object getItem()
public void setItem(java.lang.Object item)
public void setSelectionSize(int size)
public int getSelectionSize()
public boolean isSelected()
public boolean isExtend()
public void setExtend(boolean extend)
extend
- true if the selection extends previous notification.public int[] getPosition()
public void setPosition(int[] p)
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |