org.zkoss.bind.sys.debugger.impl.info
Class ExecutionInfoBase
java.lang.Object
org.zkoss.bind.sys.debugger.impl.info.ExecutionInfoBase
- All Implemented Interfaces:
- ExecutionInfo
- Direct Known Subclasses:
- AddBindingInfo, AddCommandBindingInfo, AnnoWarnInfo, CommandInfo, EventInfo, LoadInfo, NotifyChangeInfo, SaveInfo, StackInfo, ValidationInfo
public class ExecutionInfoBase
- extends java.lang.Object
- implements ExecutionInfo
- Author:
- dennis
Constructor Summary |
protected |
ExecutionInfoBase(java.lang.String type,
java.lang.String subtype,
Component comp,
java.lang.String note)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecutionInfoBase
protected ExecutionInfoBase(java.lang.String type,
java.lang.String subtype,
Component comp,
java.lang.String note)
getComponent
public Component getComponent()
- Description copied from interface:
ExecutionInfo
- the component of this info
- Specified by:
getComponent
in interface ExecutionInfo
getType
public java.lang.String getType()
- Description copied from interface:
ExecutionInfo
- the type of this info
- Specified by:
getType
in interface ExecutionInfo
getNote
public java.lang.String getNote()
- Description copied from interface:
ExecutionInfo
- the note of this info
- Specified by:
getNote
in interface ExecutionInfo
getSubtype
public java.lang.String getSubtype()
toJSON
public JSONObject toJSON()
put
protected static void put(JSONObject json,
java.lang.String prop,
java.lang.Object val)
putEssential
protected static void putEssential(JSONObject json,
java.lang.String prop,
java.lang.Object val)
toString
protected static java.lang.String toString(java.lang.Object value,
int len)
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.