A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

J

JAVA_OBJECT - Static variable in class com.stimulsoft.base.system.StiSqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type JAVA_OBJECT.
JBorder(StiBorder) - Static method in class com.stimulsoft.base.StiJsonReportObjectHelper.Serialize
 
jBorder(StiBorder) - Static method in class com.stimulsoft.base.StiJsonReportObjectHelper.Serialize
 
JBorderSide(String) - Static method in class com.stimulsoft.base.StiJsonReportObjectHelper.Deserialize
 
jBorderSide(StiBorderSide) - Static method in class com.stimulsoft.base.StiJsonReportObjectHelper.Serialize
 
JBrush(StiBrush) - Static method in class com.stimulsoft.base.StiJsonReportObjectHelper.Serialize
 
JBrush(StiBrush, StiBrush) - Static method in class com.stimulsoft.base.StiJsonReportObjectHelper.Serialize
 
JCap(String) - Static method in class com.stimulsoft.base.StiJsonReportObjectHelper.Deserialize
 
jCap(StiCap) - Static method in class com.stimulsoft.base.StiJsonReportObjectHelper.Serialize
 
jColor(StiColor, StiColor) - Static method in class com.stimulsoft.base.StiJsonReportObjectHelper.Serialize
 
JColor(StiColor, StiColorEnum) - Static method in class com.stimulsoft.base.StiJsonReportObjectHelper.Serialize
 
jColor(StiColor) - Static method in class com.stimulsoft.base.StiJsonReportObjectHelper.Serialize
 
join(String) - Method in class com.stimulsoft.base.json.JSONArray
Make a string from the contents of this JSONArray.
join(Collection<?>, String) - Static method in class com.stimulsoft.lib.utils.StiStringUtil
 
join(Collection<?>, char) - Static method in class com.stimulsoft.lib.utils.StiStringUtil
 
join(List<?>, String) - Static method in class com.stimulsoft.lib.utils.StiStringUtil
 
join - Variable in class com.stimulsoft.report.components.table.StiTableCell
 
join - Variable in class com.stimulsoft.report.components.table.StiTableCellCheckBox
 
join - Variable in class com.stimulsoft.report.components.table.StiTableCellImage
 
join - Variable in class com.stimulsoft.report.components.table.StiTableCellRichText
 
joinCells - Variable in class com.stimulsoft.report.components.table.StiTableCell
 
joinCells - Variable in class com.stimulsoft.report.components.table.StiTableCellCheckBox
 
joinCells - Variable in class com.stimulsoft.report.components.table.StiTableCellImage
 
joinCells - Variable in class com.stimulsoft.report.components.table.StiTableCellRichText
 
joinColumnContent(StiDataSource, String, String) - Static method in class com.stimulsoft.report.Func.EngineHelper
Method writes all the values of the datasource column through the separator as a String.
JPropertiesList - Class in com.stimulsoft.base.json
Copyright Stimulsoft
JPropertiesList() - Constructor for class com.stimulsoft.base.json.JPropertiesList
 
JProperty - Class in com.stimulsoft.base.json
Copyright Stimulsoft
JProperty() - Constructor for class com.stimulsoft.base.json.JProperty
 
JProperty(String, Object) - Constructor for class com.stimulsoft.base.json.JProperty
 
JSONArray - Class in com.stimulsoft.base.json
A JSONArray is an ordered sequence of values.
JSONArray() - Constructor for class com.stimulsoft.base.json.JSONArray
Construct an empty JSONArray.
JSONArray(JSONTokener) - Constructor for class com.stimulsoft.base.json.JSONArray
Construct a JSONArray from a JSONTokener.
JSONArray(String) - Constructor for class com.stimulsoft.base.json.JSONArray
Construct a JSONArray from a source JSON text.
JSONArray(Collection) - Constructor for class com.stimulsoft.base.json.JSONArray
Construct a JSONArray from a Collection.
JSONArray(Object) - Constructor for class com.stimulsoft.base.json.JSONArray
Construct a JSONArray from an array
jsonContainerValueTemp - Variable in class com.stimulsoft.report.components.complexcomponents.StiClone
 
JSONException - Exception in com.stimulsoft.base.json
The JSONException is thrown by the JSON.org classes then things are amiss.
JSONException(String) - Constructor for exception com.stimulsoft.base.json.JSONException
Constructs a JSONException with an explanatory message.
JSONException(Throwable) - Constructor for exception com.stimulsoft.base.json.JSONException
 
jsonLoadedBindingVariableName - Variable in class com.stimulsoft.report.dictionary.StiDialogInfo
 
jsonLoaderHelper - Variable in class com.stimulsoft.report.StiReport
 
jsonMasterComponentTemp - Variable in class com.stimulsoft.report.chart.StiChart
 
jsonMasterComponentTemp - Variable in class com.stimulsoft.report.components.bands.StiDataBand
 
JSONObject - Class in com.stimulsoft.base.json
A JSONObject is an unordered collection of name/value pairs.
JSONObject() - Constructor for class com.stimulsoft.base.json.JSONObject
Construct an empty JSONObject.
JSONObject(JSONObject, String[]) - Constructor for class com.stimulsoft.base.json.JSONObject
Construct a JSONObject from a subset of another JSONObject.
JSONObject(JSONTokener) - Constructor for class com.stimulsoft.base.json.JSONObject
Construct a JSONObject from a JSONTokener.
JSONObject(Map) - Constructor for class com.stimulsoft.base.json.JSONObject
Construct a JSONObject from a Map.
JSONObject(Object) - Constructor for class com.stimulsoft.base.json.JSONObject
Construct a JSONObject from an Object using bean getters.
JSONObject(Object, String[]) - Constructor for class com.stimulsoft.base.json.JSONObject
Construct a JSONObject from an Object, using reflection to find the public members.
JSONObject(String) - Constructor for class com.stimulsoft.base.json.JSONObject
Construct a JSONObject from a source JSON text string.
JSONObject.Null - Class in com.stimulsoft.base.json
JSONObject.NULL is equivalent to the value that JavaScript calls null, whilst Java's null is equivalent to the value that JavaScript calls undefined.
JSONObject.Null() - Constructor for class com.stimulsoft.base.json.JSONObject.Null
 
jsonResult(StiRequestParams, HashMap<String, Object>) - Static method in class com.stimulsoft.web.helper.StiWebActionResult
 
JSONString - Interface in com.stimulsoft.base.json
The JSONString interface allows a toJSONString() method so that a class can change the behavior of JSONObject.toString(), JSONArray.toString(), and JSONWriter.value(Object).
JSONStringer - Class in com.stimulsoft.base.json
JSONStringer provides a quick and convenient way of producing JSON text.
JSONStringer() - Constructor for class com.stimulsoft.base.json.JSONStringer
Make a fresh JSONStringer.
jsonToHash(JSONObject) - Static method in class com.stimulsoft.base.json.StiJSONHelper
 
JSONTokener - Class in com.stimulsoft.base.json
A JSONTokener takes a source string and extracts characters and tokens from it.
JSONTokener(String) - Constructor for class com.stimulsoft.base.json.JSONTokener
Construct a JSONTokener from a string.
jsonToStringHash(JSONObject) - Static method in class com.stimulsoft.base.json.StiJSONHelper
 
JSONWriter - Class in com.stimulsoft.base.json
JSONWriter provides a quick and convenient way of producing JSON text.
JSONWriter(Writer) - Constructor for class com.stimulsoft.base.json.JSONWriter
Make a fresh JSONWriter.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z