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

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

public class LoadInfo
extends ExecutionInfoBase

Author:
dennis

Field Summary
static java.lang.String CHILDREN_INIT
           
static java.lang.String CHILDREN_LOAD
           
static java.lang.String FORM_INIT
           
static java.lang.String FORM_LOAD
           
static java.lang.String PROP_INIT
           
static java.lang.String PROP_LOAD
           
static java.lang.String REFERENCE
           
static java.lang.String TYPE
           
 
Constructor Summary
LoadInfo(java.lang.String subtype, Component comp, java.lang.String condition, java.lang.String fromExpr, java.lang.String toExpr, java.lang.Object value, 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

FORM_INIT

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

FORM_LOAD

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

PROP_INIT

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

PROP_LOAD

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

CHILDREN_INIT

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

CHILDREN_LOAD

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

REFERENCE

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

LoadInfo

public LoadInfo(java.lang.String subtype,
                Component comp,
                java.lang.String condition,
                java.lang.String fromExpr,
                java.lang.String toExpr,
                java.lang.Object value,
                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