|
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.LyMenuDemand
public class LyMenuDemand
This class implements a menu event created from the presentation layer, which is sent to the associated controller and sent to its controller using RMI.
LyDemand
,
LyActionDemand
,
LySelectionDemand
,
LyMenuDemand
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
__VERSION
|
static short |
TYPE_EXTEND_POPUP
Request for a extended popup menu. |
static short |
TYPE_POPUP
Request for a popup menu. |
Fields inherited from class leon.view.event.LyDemand |
---|
SEPARATOR |
Constructor Summary | |
---|---|
LyMenuDemand(int demandType,
java.lang.String sourceId)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getItem()
Accessor to the context associated to this request. |
int[] |
getPosition()
accessor to the position identifier. |
void |
setItem(java.lang.String item)
Accessor to the value associated to this action. |
void |
setPosition(int[] p)
accessor to the position identifier. |
java.lang.String |
toString()
Dump as String. |
Methods inherited from class leon.view.event.LyDemand |
---|
addIndex, getAttribute, getDemandType, getId, getIndex, getParameterValues, getSource, getSubIndex, getType, setAttribute, setParameterValues, setSubIndex, toShortString |
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_POPUP
public static final short TYPE_EXTEND_POPUP
Constructor Detail |
---|
public LyMenuDemand(int demandType, java.lang.String sourceId)
Method Detail |
---|
public java.lang.String getItem()
public void setItem(java.lang.String item)
context
- the contextpublic int[] getPosition()
public void setPosition(int[] p)
public java.lang.String toString()
toString
in class LyDemand
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |