Package com.stimulsoft.webdesigner
Class StiWebDesignerOptions.AppearanceOptions
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.webdesigner.StiWebDesignerOptions.AppearanceOptions
- All Implemented Interfaces:
IStiSerializable,IStiSerializableRef
- Enclosing class:
StiWebDesignerOptions
-
Field Summary
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets or sets a path to the custom css file for the designer.Gets or sets the first day of week in the date picker.Gets or sets a default value of the report unit in the designer.Gets or sets the interface type of the designer.Gets or sets a method how will show a report in the preview mode.booleana value which indicates that showing descriptions for variables is allowed.booleanGets or sets a value which indicates that animation of the user interface is enabled.booleanGets or sets a value which indicates that show or hide the help button in dialogs.booleanGets or sets a visibility of the report tree in the designer.booleanGets or sets a value which indicates that show or hide tooltips.booleanGets or sets a value which indicates that show or hide the help link in tooltips.voidsetCustomCss(String customCss) Gets or sets a path to the custom css file for the designer.voidsetDatePickerFirstDayOfWeek(StiFirstDayOfWeek datePickerFirstDayOfWeek) Gets or sets the first day of week in the date picker.voidsetDefaultUnit(StiReportUnitType defaultUnit) Gets or sets a default value of the report unit in the designer.voidsetInterfaceType(StiInterfaceType interfaceType) Gets or sets the interface type of the designer.voidsetParametersPanelShowDescriptions(boolean parametersPanelShowDescriptions) a value which indicates that showing descriptions for variables is allowed.voidsetReportDisplayMode(StiReportDisplayMode reportDisplayMode) Gets or sets a method how will show a report in the preview mode.voidsetShowAnimation(boolean showAnimation) Gets or sets a value which indicates that animation of the user interface is enabled.voidsetShowDialogsHelp(boolean showDialogsHelp) Gets or sets a value which indicates that show or hide the help button in dialogs.voidsetShowReportTree(boolean showReportTree) Gets or sets a visibility of the report tree in the designer.voidsetShowTooltips(boolean showTooltips) Gets or sets a value which indicates that show or hide tooltips.voidsetShowTooltipsHelp(boolean showTooltipsHelp) Gets or sets a value which indicates that show or hide the help link in tooltips.Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReference
-
Constructor Details
-
AppearanceOptions
public AppearanceOptions()
-
-
Method Details
-
isParametersPanelShowDescriptions
public boolean isParametersPanelShowDescriptions()a value which indicates that showing descriptions for variables is allowed.- Returns:
-
setParametersPanelShowDescriptions
public void setParametersPanelShowDescriptions(boolean parametersPanelShowDescriptions) a value which indicates that showing descriptions for variables is allowed.- Parameters:
parametersPanelShowDescriptions-
-
getCustomCss
Gets or sets a path to the custom css file for the designer.- Returns:
- the customCss
-
setCustomCss
Gets or sets a path to the custom css file for the designer.- Parameters:
customCss- the customCss to set
-
getDefaultUnit
Gets or sets a default value of the report unit in the designer.- Returns:
- the defaultUnit
-
setDefaultUnit
Gets or sets a default value of the report unit in the designer.- Parameters:
defaultUnit- the defaultUnit to set
-
isShowAnimation
public boolean isShowAnimation()Gets or sets a value which indicates that animation of the user interface is enabled.- Returns:
- the showAnimation
-
setShowAnimation
public void setShowAnimation(boolean showAnimation) Gets or sets a value which indicates that animation of the user interface is enabled.- Parameters:
showAnimation- the showAnimation to set
-
isShowTooltips
public boolean isShowTooltips()Gets or sets a value which indicates that show or hide tooltips.- Returns:
- the showTooltips
-
setShowTooltips
public void setShowTooltips(boolean showTooltips) Gets or sets a value which indicates that show or hide tooltips.- Parameters:
showTooltips- the showTooltips to set
-
isShowTooltipsHelp
public boolean isShowTooltipsHelp()Gets or sets a value which indicates that show or hide the help link in tooltips.- Returns:
- the showTooltipsHelp
-
setShowTooltipsHelp
public void setShowTooltipsHelp(boolean showTooltipsHelp) Gets or sets a value which indicates that show or hide the help link in tooltips.- Parameters:
showTooltipsHelp- the showTooltipsHelp to set
-
isShowDialogsHelp
public boolean isShowDialogsHelp()Gets or sets a value which indicates that show or hide the help button in dialogs.- Returns:
- the showDialogsHelp
-
setShowDialogsHelp
public void setShowDialogsHelp(boolean showDialogsHelp) Gets or sets a value which indicates that show or hide the help button in dialogs.- Parameters:
showDialogsHelp- the showDialogsHelp to set
-
getInterfaceType
Gets or sets the interface type of the designer.- Returns:
- the interfaceType
-
setInterfaceType
Gets or sets the interface type of the designer.- Parameters:
interfaceType- the interfaceType to set
-
getDatePickerFirstDayOfWeek
Gets or sets the first day of week in the date picker.- Returns:
- the datePickerFirstDayOfWeek
-
setDatePickerFirstDayOfWeek
Gets or sets the first day of week in the date picker.- Parameters:
datePickerFirstDayOfWeek- the datePickerFirstDayOfWeek to set
-
isShowReportTree
public boolean isShowReportTree()Gets or sets a visibility of the report tree in the designer.- Returns:
- the showReportTree
-
setShowReportTree
public void setShowReportTree(boolean showReportTree) Gets or sets a visibility of the report tree in the designer.- Parameters:
showReportTree- the showReportTree to set
-
getReportDisplayMode
Gets or sets a method how will show a report in the preview mode.- Returns:
- the reportDisplayMode
-
setReportDisplayMode
Gets or sets a method how will show a report in the preview mode.- Parameters:
reportDisplayMode- the reportDisplayMode to set
-