| Package | stimulsoft.report.components.textFormats |
| Class | public class StiBooleanFormatService |
| Inheritance | StiBooleanFormatService StiFormatService StiService StiObject Object |
| Property | Defined 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 | ||
![]() | isDefault : Boolean [read-only] | StiFormatService | |
![]() | isFormatStringFromVariable : Boolean [read-only] Internal use only. | StiFormatService | |
![]() | nativeFormatString : 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 | ||
![]() | properties : StiRepositoryItems | StiService | |
![]() | ref : int | StiFormatService | |
| sample : Object [override] [read-only] Gets value to show a sample of formatting. | StiBooleanFormatService | ||
![]() | serviceCategory : String [read-only] Gets a service category. | StiService | |
![]() | serviceInfo : String [read-only] Gets a service description. | StiService | |
![]() | serviceName : String [read-only] Gets a service name. | StiService | |
![]() | serviceType : Class [read-only] Gets a service type. | StiService | |
![]() | stringFormat : 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 | ||
| Method | Defined 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 | ||
![]() | 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 | ||
![]() | getShortTypeName():String Get a short object type name (without library path). | StiObject | |
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
![]() | isSimple(object:*):Boolean [static] | StiObject | |
memberwiseClone():Object [override] | StiBooleanFormatService | ||
![]() | packService():void | StiService | |
| falseDisplay | property |
falseDisplay:StringGets or sets the string value to show the value false.
public function get falseDisplay():String public function set falseDisplay(value:String):void| falseValue | property |
falseValue:StringGets or sets the string value for identification the value false.
public function get falseValue():String public function set falseValue(value:String):void| nullDisplay | property |
nullDisplay:StringGets or sets the string value to show the value null.
public function get nullDisplay():String public function set nullDisplay(value:String):void| position | property |
position:int [read-only] [override] public function get position():int| sample | property |
sample:Object [read-only] [override] Gets value to show a sample of formatting.
public function get sample():Object| trueDisplay | property |
trueDisplay:StringGets or sets the string value to show the value true.
public function get trueDisplay():String public function set trueDisplay(value:String):void| trueValue | property |
trueValue:StringGets or sets string value for identification the value true.
public function get trueValue():String public function set trueValue(value:String):void| StiBooleanFormatService | () | Constructor |
public function StiBooleanFormatService(falseValue:String = null, trueValue:String = null, falseDisplay:String = null, trueDisplay:String = null, nullDisplay:String = null)falseValue:String (default = null) | |
trueValue:String (default = null) | |
falseDisplay:String (default = null) | |
trueDisplay:String (default = null) | |
nullDisplay:String (default = null) |
| clone | () | method |
override public function clone(... args):ObjectParameters
... args |
Object |
| equals | () | method |
override public function equals(object:Object):BooleanParameters
object:Object |
Boolean |
| formatStr | () | method |
override public function formatStr(stringFormat:String, arg:*):StringFormats the specified object on specified rule and returns the line.
Parameters
stringFormat:String | |
arg:* |
String |
| memberwiseClone | () | method |
override public function memberwiseClone():ObjectReturnsObject |