Class AnnoWarnInfo
- java.lang.Object
-
- org.zkoss.bind.sys.debugger.impl.info.ExecutionInfoBase
-
- org.zkoss.bind.sys.debugger.impl.info.AnnoWarnInfo
-
- All Implemented Interfaces:
ExecutionInfo
public class AnnoWarnInfo extends ExecutionInfoBase
- Author:
- dennis
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
TYPE
-
Constructor Summary
Constructors Constructor Description AnnoWarnInfo(Component comp, java.lang.String attr, java.lang.String anno, java.lang.String note)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JSONObject
toJSON()
-
Methods inherited from class org.zkoss.bind.sys.debugger.impl.info.ExecutionInfoBase
getComponent, getNote, getSubtype, getType, put, putEssential, toString
-
-
-
-
Field Detail
-
TYPE
public static final java.lang.String TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AnnoWarnInfo
public AnnoWarnInfo(Component comp, java.lang.String attr, java.lang.String anno, java.lang.String note)
-
-
Method Detail
-
toJSON
public JSONObject toJSON()
- Overrides:
toJSON
in classExecutionInfoBase
-
-