|
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.Objectleon.view.event.LyDemand
leon.view.event.LyDragDropDemand
public class LyDragDropDemand
This class implements an action event created from the presentation layer, which is sent to the associated controller and sent to its controller using RMI.
LyDemand
,
LySelectionDemand
,
LyHelpDemand
,
LyMenuDemand
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
__VERSION
|
static short |
TYPE_DRAG_ENTER
This event indicates a drag enter request. |
static short |
TYPE_DRAG_FINISHED
This event indicates a finished drag request. |
static short |
TYPE_DRAG_LEAVE
This event indicates a drag leave request. |
static short |
TYPE_DRAG_OPERATION_CHANGED
This event indicates a drag operation changed request. |
static short |
TYPE_DRAG_OVER
This event indicates a drag over request. |
static short |
TYPE_DRAG_SET_DATA
This event indicates a drag set data request. |
static short |
TYPE_DRAG_START
This event indicates a drag start request. |
static short |
TYPE_DROP
This event indicates a drop request. |
static short |
TYPE_DROP_ACCEPT
This event indicates a drop accept request. |
Fields inherited from class leon.view.event.LyDemand |
---|
SEPARATOR |
Constructor Summary | |
---|---|
LyDragDropDemand(int demandType,
java.lang.String sourceId)
Constructor. |
Method Summary | |
---|---|
int[] |
getPosition()
Accessor to the position identifier. |
java.lang.String |
getValue()
Accessor to the value associated to this action. |
void |
setPosition(int[] p)
Modifier of the position identifier. |
void |
setValue(java.lang.String value)
Accessor to the value associated to this action. |
Methods inherited from class leon.view.event.LyDemand |
---|
addIndex, getAttribute, getDemandType, getId, getIndex, getParameterValues, getSource, getSubIndex, getType, setAttribute, setParameterValues, setSubIndex, toShortString, 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
public static final short TYPE_DRAG_START
public static final short TYPE_DROP
public static final short TYPE_DRAG_FINISHED
public static final short TYPE_DRAG_SET_DATA
public static final short TYPE_DROP_ACCEPT
public static final short TYPE_DRAG_ENTER
public static final short TYPE_DRAG_LEAVE
public static final short TYPE_DRAG_OPERATION_CHANGED
public static final short TYPE_DRAG_OVER
Constructor Detail |
---|
public LyDragDropDemand(int demandType, java.lang.String sourceId)
Method Detail |
---|
public java.lang.String getValue()
public void setValue(java.lang.String value)
value
- the valuepublic 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 |