public class StiPagesCollection extends java.util.ArrayList<StiPage> implements IStiJsonReportObject
| Modifier and Type | Field and Description |
|---|---|
boolean |
cacheMode |
boolean |
canUseCacheMode |
StiPagesCollection |
NotCachedPages |
| Constructor and Description |
|---|
StiPagesCollection() |
StiPagesCollection(StiReport report) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(StiPage page) |
void |
addAll(StiPagesCollection pagesStore) |
boolean |
addPage(StiPage page) |
void |
AddRange(StiPagesCollection pagesStore) |
void |
fillPageInChildren() |
void |
fillReport(StiReport report) |
StiPage |
get(java.lang.String pageName)
Return
StiPage by page name |
boolean |
getCacheMode() |
StiComponent |
GetComponentByName(java.lang.String componentName) |
void |
GetPage(StiPage page) |
StiReport |
getReport() |
boolean |
IsNotSavedPage(StiPage page) |
void |
LoadFromJsonObject(JSONObject jObject) |
java.lang.Object |
NotCachedPages() |
void |
SavePage(StiPage page) |
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode) |
void |
setCacheMode(boolean cacheMode) |
void |
setReport(StiReport report) |
add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizepublic boolean cacheMode
public boolean canUseCacheMode
public StiPagesCollection NotCachedPages
public StiPagesCollection()
public StiPagesCollection(StiReport report)
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectJSONExceptionpublic void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectJSONExceptionpublic boolean addPage(StiPage page)
public boolean add(StiPage page)
public void fillReport(StiReport report)
public void fillPageInChildren()
public boolean getCacheMode()
public java.lang.Object NotCachedPages()
public void AddRange(StiPagesCollection pagesStore)
public void addAll(StiPagesCollection pagesStore)
public void GetPage(StiPage page)
public StiPage get(java.lang.String pageName)
StiPage by page namepageName - public boolean IsNotSavedPage(StiPage page)
public void SavePage(StiPage page)
public StiComponent GetComponentByName(java.lang.String componentName)
public StiReport getReport()
public void setCacheMode(boolean cacheMode)
cacheMode - the cacheMode to setpublic void setReport(StiReport report)
report - the report to setCopyright © 2019 Stimulsoft. All Rights Reserved.