Packagestimulsoft.report.components.textFormats
Classpublic class StiBooleanFormatService
InheritanceStiBooleanFormatService Inheritance StiFormatService Inheritance StiService Inheritance StiObject Inheritance Object



Public Properties
 PropertyDefined By
  falseDisplay : String
Gets or sets the string value to show the value false.
StiBooleanFormatService
  falseValue : String
Gets or sets the string value for identification the value false.
StiBooleanFormatService
 InheritedisDefault : Boolean
[read-only]
StiFormatService
 InheritedisFormatStringFromVariable : Boolean
[read-only] Internal use only.
StiFormatService
 InheritednativeFormatString : String
[read-only] Returns native format string.
StiFormatService
  nullDisplay : String
Gets or sets the string value to show the value null.
StiBooleanFormatService
  position : int
[override] [read-only]
StiBooleanFormatService
 Inheritedproperties : StiRepositoryItems
StiService
 Inheritedref : int
StiFormatService
  sample : Object
[override] [read-only] Gets value to show a sample of formatting.
StiBooleanFormatService
 InheritedserviceCategory : String
[read-only] Gets a service category.
StiService
 InheritedserviceInfo : String
[read-only] Gets a service description.
StiService
 InheritedserviceName : String
[read-only] Gets a service name.
StiService
 InheritedserviceType : Class
[read-only] Gets a service type.
StiService
 InheritedstringFormat : String
Gets or sets string of formatting.
StiFormatService
  trueDisplay : String
Gets or sets the string value to show the value true.
StiBooleanFormatService
  trueValue : String
Gets or sets string value for identification the value true.
StiBooleanFormatService
Public Methods
 MethodDefined By
  
StiBooleanFormatService(falseValue:String = null, trueValue:String = null, falseDisplay:String = null, trueDisplay:String = null, nullDisplay:String = null)
StiBooleanFormatService
  
clone(... args):Object
[override]
StiBooleanFormatService
  
equals(object:Object):Boolean
[override]
StiBooleanFormatService
 Inherited
format(arg:*):String
Formats the specified object in order of format and returns a string.
StiFormatService
  
formatStr(stringFormat:String, arg:*):String
[override] Formats the specified object on specified rule and returns the line.
StiBooleanFormatService
 Inherited
Get a short object type name (without library path).
StiObject
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
  
[override]
StiBooleanFormatService
 Inherited
StiService
Property Detail
falseDisplayproperty
falseDisplay:String

Gets or sets the string value to show the value false.


Implementation
    public function get falseDisplay():String
    public function set falseDisplay(value:String):void
falseValueproperty 
falseValue:String

Gets or sets the string value for identification the value false.


Implementation
    public function get falseValue():String
    public function set falseValue(value:String):void
nullDisplayproperty 
nullDisplay:String

Gets or sets the string value to show the value null.


Implementation
    public function get nullDisplay():String
    public function set nullDisplay(value:String):void
positionproperty 
position:int  [read-only] [override]


Implementation
    public function get position():int
sampleproperty 
sample:Object  [read-only] [override]

Gets value to show a sample of formatting.


Implementation
    public function get sample():Object
trueDisplayproperty 
trueDisplay:String

Gets or sets the string value to show the value true.


Implementation
    public function get trueDisplay():String
    public function set trueDisplay(value:String):void
trueValueproperty 
trueValue:String

Gets or sets string value for identification the value true.


Implementation
    public function get trueValue():String
    public function set trueValue(value:String):void
Constructor Detail
StiBooleanFormatService()Constructor
public function StiBooleanFormatService(falseValue:String = null, trueValue:String = null, falseDisplay:String = null, trueDisplay:String = null, nullDisplay:String = null)



Parameters
falseValue:String (default = null)
 
trueValue:String (default = null)
 
falseDisplay:String (default = null)
 
trueDisplay:String (default = null)
 
nullDisplay:String (default = null)
Method Detail
clone()method
override public function clone(... args):Object

Parameters

... args

Returns
Object
equals()method 
override public function equals(object:Object):Boolean

Parameters

object:Object

Returns
Boolean
formatStr()method 
override public function formatStr(stringFormat:String, arg:*):String

Formats the specified object on specified rule and returns the line.

Parameters

stringFormat:String
 
arg:*

Returns
String
memberwiseClone()method 
override public function memberwiseClone():Object

Returns
Object