|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.report.styles.StiBaseStyle
com.stimulsoft.report.styles.StiDialogStyle
public class StiDialogStyle
Describes the class that contains a style for dialog controls.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.stimulsoft.report.styles.StiBaseStyle |
---|
StiBaseStyle.StiStyleSaver |
Field Summary |
---|
Fields inherited from class com.stimulsoft.report.styles.StiBaseStyle |
---|
report |
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
---|
REFERENCE_EMPTY, REFERENCE_REPORT |
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
Methods inherited from class com.stimulsoft.report.styles.StiBaseStyle |
---|
equals, getCollectionName, getConditions, getDescription, getName, getStyle, getStyle, getStyle, getStyle, GetStyleFromComponents, loadStyleFromString, saveToString, setCollectionName, setConditions, setDescription, setName, toString |
Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject |
---|
cleanReference, getReference, setReference |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public 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()
Method Detail |
---|
public java.lang.Object clone()
clone
in class StiBaseStyle
public 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)
StiBaseStyle
GetStyleFromComponent
in class StiBaseStyle
component
- Component.public void SetStyleToComponent(StiComponent component)
SetStyleToComponent
in class StiBaseStyle
component
- Component.public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in interface IStiJsonReportObject
SaveToJsonObject
in class StiBaseStyle
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
LoadFromJsonObject
in class StiBaseStyle
JSONException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |