com.stimulsoft.report.globalization
Class StiGlobalizationContainer
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.report.globalization.StiGlobalizationContainer
- All Implemented Interfaces:
- IStiJsonReportObject, IStiSerializable, IStiSerializableRef, IStiSerializableToAttributes
public class StiGlobalizationContainer
- extends StiSerializedObject
- implements IStiSerializable, IStiSerializableToAttributes, IStiJsonReportObject
Copyright Stimulsoft
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiGlobalizationContainer
public StiGlobalizationContainer()
StiGlobalizationContainer
public StiGlobalizationContainer(java.lang.String cultureName)
getAllStringsForReport
public java.util.Hashtable<java.lang.String,java.lang.String> getAllStringsForReport(StiReport report)
- Internal use only.
- Parameters:
report
- Report
- Returns:
- Array of strings
localizeReport
public void localizeReport(StiReport report)
fillItemsFromReport
public void fillItemsFromReport(StiReport report)
removeUnlocalizedItemsFromReport
public void removeUnlocalizedItemsFromReport(StiReport report)
getCultureName
public java.lang.String getCultureName()
- Returns:
- the cultureName
setCultureName
public void setCultureName(java.lang.String cultureName)
- Parameters:
cultureName
- the cultureName to set
getItems
public StiGlobalizationItemCollection getItems()
- Returns:
- the items
setItems
public void setItems(StiGlobalizationItemCollection items)
- Parameters:
items
- the items to set
SaveToJsonObject
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
- Specified by:
SaveToJsonObject
in interface IStiJsonReportObject
- Throws:
JSONException
LoadFromJsonObject
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
- Specified by:
LoadFromJsonObject
in interface IStiJsonReportObject
- Throws:
JSONException