Class StiWebDesignerOptions.AppearanceOptions

java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.webdesigner.StiWebDesignerOptions.AppearanceOptions
All Implemented Interfaces:
IStiSerializable, IStiSerializableRef
Enclosing class:
StiWebDesignerOptions

public class StiWebDesignerOptions.AppearanceOptions extends StiSerializedObject
  • 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

      public String getCustomCss()
      Gets or sets a path to the custom css file for the designer.
      Returns:
      the customCss
    • setCustomCss

      public void setCustomCss(String customCss)
      Gets or sets a path to the custom css file for the designer.
      Parameters:
      customCss - the customCss to set
    • getDefaultUnit

      public StiReportUnitType getDefaultUnit()
      Gets or sets a default value of the report unit in the designer.
      Returns:
      the defaultUnit
    • setDefaultUnit

      public void setDefaultUnit(StiReportUnitType defaultUnit)
      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

      public StiInterfaceType getInterfaceType()
      Gets or sets the interface type of the designer.
      Returns:
      the interfaceType
    • setInterfaceType

      public void setInterfaceType(StiInterfaceType interfaceType)
      Gets or sets the interface type of the designer.
      Parameters:
      interfaceType - the interfaceType to set
    • getDatePickerFirstDayOfWeek

      public StiFirstDayOfWeek getDatePickerFirstDayOfWeek()
      Gets or sets the first day of week in the date picker.
      Returns:
      the datePickerFirstDayOfWeek
    • setDatePickerFirstDayOfWeek

      public void setDatePickerFirstDayOfWeek(StiFirstDayOfWeek datePickerFirstDayOfWeek)
      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

      public StiReportDisplayMode getReportDisplayMode()
      Gets or sets a method how will show a report in the preview mode.
      Returns:
      the reportDisplayMode
    • setReportDisplayMode

      public void setReportDisplayMode(StiReportDisplayMode reportDisplayMode)
      Gets or sets a method how will show a report in the preview mode.
      Parameters:
      reportDisplayMode - the reportDisplayMode to set