public class ExecutionInfoBase extends Object implements ExecutionInfo
| Modifier | Constructor and Description |
|---|---|
protected |
ExecutionInfoBase(String type,
String subtype,
org.zkoss.zk.ui.Component comp,
String note) |
| Modifier and Type | Method and Description |
|---|---|
org.zkoss.zk.ui.Component |
getComponent()
the component of this info
|
String |
getNote()
the note of this info
|
String |
getSubtype() |
String |
getType()
the type of this info
|
protected static void |
put(org.zkoss.json.JSONObject json,
String prop,
Object val) |
protected static void |
putEssential(org.zkoss.json.JSONObject json,
String prop,
Object val) |
org.zkoss.json.JSONObject |
toJSON() |
protected static String |
toString(Object value,
int len) |
public org.zkoss.zk.ui.Component getComponent()
ExecutionInfogetComponent in interface ExecutionInfopublic String getType()
ExecutionInfogetType in interface ExecutionInfopublic String getNote()
ExecutionInfogetNote in interface ExecutionInfopublic String getSubtype()
public org.zkoss.json.JSONObject toJSON()
protected static void putEssential(org.zkoss.json.JSONObject json,
String prop,
Object val)
Copyright © 2020. All rights reserved.