org.zkoss.bind.sys.debugger.impl.info
Class AddCommandBindingInfo

java.lang.Object
  extended by org.zkoss.bind.sys.debugger.impl.info.ExecutionInfoBase
      extended by org.zkoss.bind.sys.debugger.impl.info.AddCommandBindingInfo
All Implemented Interfaces:
ExecutionInfo

public class AddCommandBindingInfo
extends ExecutionInfoBase

Author:
dennis

Field Summary
static java.lang.String GLOBAL
           
static java.lang.String TYPE
           
static java.lang.String VIEWMODEL
           
 
Constructor Summary
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)
           
 
Method Summary
 JSONObject toJSON()
           
 
Methods inherited from class org.zkoss.bind.sys.debugger.impl.info.ExecutionInfoBase
getComponent, getNote, getSubtype, getType, put, putEssential, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final java.lang.String TYPE
See Also:
Constant Field Values

VIEWMODEL

public static final java.lang.String VIEWMODEL
See Also:
Constant Field Values

GLOBAL

public static final java.lang.String GLOBAL
See Also:
Constant Field Values
Constructor Detail

AddCommandBindingInfo

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)
Method Detail

toJSON

public JSONObject toJSON()
Overrides:
toJSON in class ExecutionInfoBase


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo