com.stimulsoft.webdesigner
Class StiWebDesignerOptions.AppearanceOptions

java.lang.Object
  extended by com.stimulsoft.webdesigner.StiWebDesignerOptions.AppearanceOptions
Enclosing class:
StiWebDesignerOptions

public class StiWebDesignerOptions.AppearanceOptions
extends java.lang.Object


Constructor Summary
StiWebDesignerOptions.AppearanceOptions()
           
 
Method Summary
 java.lang.String getCustomCss()
          Gets or sets a path to the custom css file for the designer.
 StiFirstDayOfWeek getDatePickerFirstDayOfWeek()
          Gets or sets the first day of week in the date picker.
 StiReportUnitType getDefaultUnit()
          Gets or sets a default value of the report unit in the designer.
 StiInterfaceType getInterfaceType()
          Gets or sets the interface type of the designer.
 StiReportDisplayMode getReportDisplayMode()
          Gets or sets a method how will show a report in the preview mode.
 boolean isShowAnimation()
          Gets or sets a value which indicates that animation of the user interface is enabled.
 boolean isShowDialogsHelp()
          Gets or sets a value which indicates that show or hide the help button in dialogs.
 boolean isShowReportTree()
          Gets or sets a visibility of the report tree in the designer.
 boolean isShowTooltips()
          Gets or sets a value which indicates that show or hide tooltips.
 boolean isShowTooltipsHelp()
          Gets or sets a value which indicates that show or hide the help link in tooltips.
 void setCustomCss(java.lang.String customCss)
          Gets or sets a path to the custom css file for the designer.
 void setDatePickerFirstDayOfWeek(StiFirstDayOfWeek datePickerFirstDayOfWeek)
          Gets or sets the first day of week in the date picker.
 void setDefaultUnit(StiReportUnitType defaultUnit)
          Gets or sets a default value of the report unit in the designer.
 void setInterfaceType(StiInterfaceType interfaceType)
          Gets or sets the interface type of the designer.
 void setReportDisplayMode(StiReportDisplayMode reportDisplayMode)
          Gets or sets a method how will show a report in the preview mode.
 void setShowAnimation(boolean showAnimation)
          Gets or sets a value which indicates that animation of the user interface is enabled.
 void setShowDialogsHelp(boolean showDialogsHelp)
          Gets or sets a value which indicates that show or hide the help button in dialogs.
 void setShowReportTree(boolean showReportTree)
          Gets or sets a visibility of the report tree in the designer.
 void setShowTooltips(boolean showTooltips)
          Gets or sets a value which indicates that show or hide tooltips.
 void setShowTooltipsHelp(boolean showTooltipsHelp)
          Gets or sets a value which indicates that show or hide the help link in tooltips.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiWebDesignerOptions.AppearanceOptions

public StiWebDesignerOptions.AppearanceOptions()
Method Detail

getCustomCss

public java.lang.String getCustomCss()
Gets or sets a path to the custom css file for the designer.

Returns:
the customCss

setCustomCss

public void setCustomCss(java.lang.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