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
Constructors Modifier Constructor Description protectedExecutionInfoBase(java.lang.String type, java.lang.String subtype, org.zkoss.zk.ui.Component comp, java.lang.String note)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.zkoss.zk.ui.ComponentgetComponent()the component of this infojava.lang.StringgetNote()the note of this infojava.lang.StringgetSubtype()java.lang.StringgetType()the type of this infoprotected static voidput(org.zkoss.json.JSONObject json, java.lang.String prop, java.lang.Object val)protected static voidputEssential(org.zkoss.json.JSONObject json, java.lang.String prop, java.lang.Object val)org.zkoss.json.JSONObjecttoJSON()protected static java.lang.StringtoString(java.lang.Object value, int len)
-
-
-
Method Detail
-
getComponent
public org.zkoss.zk.ui.Component getComponent()
Description copied from interface:ExecutionInfothe component of this info- Specified by:
getComponentin interfaceExecutionInfo
-
getType
public java.lang.String getType()
Description copied from interface:ExecutionInfothe type of this info- Specified by:
getTypein interfaceExecutionInfo
-
getNote
public java.lang.String getNote()
Description copied from interface:ExecutionInfothe note of this info- Specified by:
getNotein interfaceExecutionInfo
-
getSubtype
public java.lang.String getSubtype()
-
toJSON
public org.zkoss.json.JSONObject toJSON()
-
put
protected static void put(org.zkoss.json.JSONObject json, java.lang.String prop, java.lang.Object val)
-
putEssential
protected static void putEssential(org.zkoss.json.JSONObject json, java.lang.String prop, java.lang.Object val)
-
toString
protected static java.lang.String toString(java.lang.Object value, int len)
-
-