Package com.stimulsoft.report
Class StiPreviewToolBarOptions
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.report.StiPreviewToolBarOptions
- All Implemented Interfaces:
IStiJsonReportObject,IStiSerializable,IStiSerializableRef
Copyright Stimulsoft
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanFields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionWhat icons will be displayed in the report viewer.a horizontal alignment of the report's toolbar elements.booleana value which indicates that the report's toolbar elements should be in normal order or a reversible order.voidLoadFromJsonObject(JSONObject jObject) voidsetReportIconSet(StiViewerUIIconSet reportIconSet) voidsetReportToolbarHorAlignment(StiHorAlignment reportToolbarHorAlignment) a horizontal alignment of the report's toolbar elements.voidsetReportToolbarReverse(boolean reportToolbarReverse) a value which indicates that the report's toolbar elements should be in normal order or a reversible order.Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReference
-
Field Details
-
reportToolbarHorAlignment
-
reportToolbarReverse
public boolean reportToolbarReverse
-
-
Constructor Details
-
StiPreviewToolBarOptions
public StiPreviewToolBarOptions()
-
-
Method Details
-
getReportIconSet
What icons will be displayed in the report viewer.- Returns:
-
setReportIconSet
-
getReportToolbarHorAlignment
a horizontal alignment of the report's toolbar elements.- Returns:
- the reportToolbarHorAlignment
-
setReportToolbarHorAlignment
a horizontal alignment of the report's toolbar elements.- Parameters:
reportToolbarHorAlignment- the reportToolbarHorAlignment to set
-
isReportToolbarReverse
public boolean isReportToolbarReverse()a value which indicates that the report's toolbar elements should be in normal order or a reversible order.- Returns:
- the reportToolbarReverse
-
setReportToolbarReverse
public void setReportToolbarReverse(boolean reportToolbarReverse) a value which indicates that the report's toolbar elements should be in normal order or a reversible order.- Parameters:
reportToolbarReverse- the reportToolbarReverse to set
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Throws:
JSONException
-