public class AddCommandBindingInfo extends ExecutionInfoBase
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
GLOBAL |
static java.lang.String |
TYPE |
static java.lang.String |
VIEWMODEL |
Constructor and Description |
---|
AddCommandBindingInfo(java.lang.String subtype,
Component comp,
java.lang.String event,
java.lang.String commandExpr,
java.util.Map<java.lang.String,java.lang.Object> args,
java.lang.String note) |
Modifier and Type | Method and Description |
---|---|
JSONObject |
toJSON() |
getComponent, getNote, getSubtype, getType, put, putEssential, toString
public static final java.lang.String TYPE
public static final java.lang.String VIEWMODEL
public static final java.lang.String GLOBAL
public AddCommandBindingInfo(java.lang.String subtype, Component comp, java.lang.String event, java.lang.String commandExpr, java.util.Map<java.lang.String,java.lang.Object> args, java.lang.String note)
public JSONObject toJSON()
toJSON
in class ExecutionInfoBase
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.