public class StiDialogStyle extends StiBaseStyle
StiBaseStyle.StiStyleSaverreportREFERENCE_EMPTY, REFERENCE_REPORT| Constructor and Description |
|---|
StiDialogStyle()
Creates a new object of the type StiStyle.
|
StiDialogStyle(java.lang.String name)
Creates a new object of the type StiStyle.
|
StiDialogStyle(java.lang.String name,
java.lang.String description)
Creates a new object of the type StiStyle.
|
StiDialogStyle(java.lang.String name,
java.lang.String description,
StiReport report)
Creates a new object of the type StiStyle.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
boolean |
getAllowUseBackColor()
Gets or sets a value which indicates whether a report engine can use BackColor for dialog
controls.
|
boolean |
getAllowUseFont()
Gets or sets a value which indicates whether a report engine can use Font for dialog
controls.
|
boolean |
getAllowUseForeColor()
Gets or sets a value which indicates whether a report engine can use ForeColor for dialog
controls.
|
StiColor |
getBackColor()
Gets or sets a background color for drawing this style.
|
StiFont |
getFont()
Gets or sets the font for drawing this style.
|
StiColor |
getForeColor()
Gets or sets a foreground color for drawing this style.
|
void |
GetStyleFromComponent(StiComponent component,
StiStyleElements styleElements)
Gets a style from the component.
|
void |
LoadFromJsonObject(JSONObject jObject) |
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode) |
void |
setAllowUseBackColor(boolean value) |
void |
setAllowUseFont(boolean value) |
void |
setAllowUseForeColor(boolean value) |
void |
setBackColor(StiColor value) |
void |
setFont(StiFont value) |
void |
setForeColor(StiColor value) |
void |
SetStyleToComponent(StiComponent component)
Sets style to a component.
|
equals, getCollectionName, getConditions, getDescription, getName, getStyle, getStyle, getStyle, getStyle, GetStyleFromComponents, loadStyleFromString, saveToString, setCollectionName, setConditions, setDescription, setName, toStringcleanReference, getReference, setReferencepublic StiDialogStyle(java.lang.String name,
java.lang.String description,
StiReport report)
name - Style name.description - Style description.public StiDialogStyle(java.lang.String name,
java.lang.String description)
name - Style name.description - Style description.public StiDialogStyle(java.lang.String name)
name - Style name.public StiDialogStyle()
public java.lang.Object clone()
clone in class StiBaseStylepublic final StiFont getFont()
public final void setFont(StiFont value)
public final StiColor getForeColor()
public final void setForeColor(StiColor value)
public final StiColor getBackColor()
public final void setBackColor(StiColor value)
public final boolean getAllowUseFont()
public final void setAllowUseFont(boolean value)
public final boolean getAllowUseBackColor()
public final void setAllowUseBackColor(boolean value)
public final boolean getAllowUseForeColor()
public final void setAllowUseForeColor(boolean value)
public void GetStyleFromComponent(StiComponent component, StiStyleElements styleElements)
StiBaseStyleGetStyleFromComponent in class StiBaseStylecomponent - Component.public void SetStyleToComponent(StiComponent component)
SetStyleToComponent in class StiBaseStylecomponent - Component.public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectSaveToJsonObject in class StiBaseStyleJSONExceptionpublic void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectLoadFromJsonObject in class StiBaseStyleJSONExceptionCopyright © 2019 Stimulsoft. All Rights Reserved.