Packagestimulsoft.report.styles
Classpublic class StiDialogStyle
InheritanceStiDialogStyle Inheritance StiBaseStyle Inheritance StiObject Inheritance Object



Public Properties
 PropertyDefined By
  allowUseBackColor : Boolean
Gets or sets a value which indicates whether a report engine can use BackColor for dialog controls.
StiDialogStyle
  allowUseFont : Boolean
Gets or sets a value which indicates whether a report engine can use Font for dialog controls.
StiDialogStyle
  allowUseForeColor : Boolean
Gets or sets a value which indicates whether a report engine can use ForeColor for dialog controls.
StiDialogStyle
  backColor : StiColor
Gets or sets a background color for drawing this style.
StiDialogStyle
 InheritedcollectionName : String
Gets or sets a name of the styles collection.
StiBaseStyle
 Inheritedconditions : StiStyleConditionsCollection
Gets or sets a collection of the style conditions.
StiBaseStyle
 Inheriteddescription : String
Gets or sets the style description.
StiBaseStyle
  font : StiFont
Gets or sets the font for drawing this style.
StiDialogStyle
  foreColor : StiColor
Gets or sets a foreground color for drawing this style.
StiDialogStyle
 Inheritedname : String
Gets or sets a style name.
StiBaseStyle
 Inheritedref : int
StiBaseStyle
 Inheritedreport : StiReport
StiBaseStyle
Public Methods
 MethodDefined By
  
StiDialogStyle(name:String, description:String, report:StiReport = null)
StiDialogStyle
 Inherited
clone(... args):Object
[override]
StiBaseStyle
 Inherited
drawBox(g:StiGraphics, rect:StiRectangle, paintValue:Boolean, paintImage:Boolean):void
StiBaseStyle
 Inherited
drawStyle(g:StiGraphics, rect:StiRectangle, paintValue:Boolean, paintImage:Boolean):void
StiBaseStyle
 Inherited
StiBaseStyle
 Inherited
equals(object:Object):Boolean
[override]
StiBaseStyle
 Inherited
Get a short object type name (without library path).
StiObject
 Inherited
getStyle(component:StiComponent, styleElements:int):StiBaseStyle
[static]
StiBaseStyle
 Inherited
getStyleFromComponent(component:StiComponent, styleElements:int):void
StiBaseStyle
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
 Inherited
[override]
StiBaseStyle
 Inherited
StiBaseStyle
Property Detail
allowUseBackColorproperty
allowUseBackColor:Boolean

Gets or sets a value which indicates whether a report engine can use BackColor for dialog controls.


Implementation
    public function get allowUseBackColor():Boolean
    public function set allowUseBackColor(value:Boolean):void
allowUseFontproperty 
allowUseFont:Boolean

Gets or sets a value which indicates whether a report engine can use Font for dialog controls.


Implementation
    public function get allowUseFont():Boolean
    public function set allowUseFont(value:Boolean):void
allowUseForeColorproperty 
allowUseForeColor:Boolean

Gets or sets a value which indicates whether a report engine can use ForeColor for dialog controls.


Implementation
    public function get allowUseForeColor():Boolean
    public function set allowUseForeColor(value:Boolean):void
backColorproperty 
backColor:StiColor

Gets or sets a background color for drawing this style.


Implementation
    public function get backColor():StiColor
    public function set backColor(value:StiColor):void
fontproperty 
font:StiFont

Gets or sets the font for drawing this style.


Implementation
    public function get font():StiFont
    public function set font(value:StiFont):void
foreColorproperty 
foreColor:StiColor

Gets or sets a foreground color for drawing this style.


Implementation
    public function get foreColor():StiColor
    public function set foreColor(value:StiColor):void
Constructor Detail
StiDialogStyle()Constructor
public function StiDialogStyle(name:String, description:String, report:StiReport = null)



Parameters
name:String
 
description:String
 
report:StiReport (default = null)