|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.webdesigner.StiWebDesignerOptions.AppearanceOptions
public class StiWebDesignerOptions.AppearanceOptions
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 |
---|
public StiWebDesignerOptions.AppearanceOptions()
Method Detail |
---|
public java.lang.String getCustomCss()
public void setCustomCss(java.lang.String customCss)
customCss
- the customCss to setpublic StiReportUnitType getDefaultUnit()
public void setDefaultUnit(StiReportUnitType defaultUnit)
defaultUnit
- the defaultUnit to setpublic boolean isShowAnimation()
public void setShowAnimation(boolean showAnimation)
showAnimation
- the showAnimation to setpublic boolean isShowTooltips()
public void setShowTooltips(boolean showTooltips)
showTooltips
- the showTooltips to setpublic boolean isShowTooltipsHelp()
public void setShowTooltipsHelp(boolean showTooltipsHelp)
showTooltipsHelp
- the showTooltipsHelp to setpublic boolean isShowDialogsHelp()
public void setShowDialogsHelp(boolean showDialogsHelp)
showDialogsHelp
- the showDialogsHelp to setpublic StiInterfaceType getInterfaceType()
public void setInterfaceType(StiInterfaceType interfaceType)
interfaceType
- the interfaceType to setpublic StiFirstDayOfWeek getDatePickerFirstDayOfWeek()
public void setDatePickerFirstDayOfWeek(StiFirstDayOfWeek datePickerFirstDayOfWeek)
datePickerFirstDayOfWeek
- the datePickerFirstDayOfWeek to setpublic boolean isShowReportTree()
public void setShowReportTree(boolean showReportTree)
showReportTree
- the showReportTree to setpublic StiReportDisplayMode getReportDisplayMode()
public void setReportDisplayMode(StiReportDisplayMode reportDisplayMode)
reportDisplayMode
- the reportDisplayMode to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |