| Package | stimulsoft.report.chart.view.expressions |
| Class | public class StiTitleExpression |
| Inheritance | StiTitleExpression StiExpression StiObject Object |
| Property | Defined By | ||
|---|---|---|---|
| applyFormat : Boolean [override] [read-only] | StiTitleExpression | ||
| fullConvert : Boolean [override] [read-only] Gets value, indicates that this value is be a string. | StiTitleExpression | ||
![]() | genAddEvent : Boolean [read-only] | StiExpression | |
![]() | isDefault : Boolean [read-only] | StiExpression | |
![]() | parentComponent : Object = null | StiExpression | |
![]() | value : String | StiExpression | |
| Method | Defined By | ||
|---|---|---|---|
StiTitleExpression(value:String) Creates a new expression. | StiTitleExpression | ||
![]() | clone(... args):Object [override] | StiExpression | |
![]() | deserialize(value:String):void | StiExpression | |
![]() | equals(object:Object):Boolean [override] | StiExpression | |
[override] Returns the event for processing of the expession when generation the report script. | StiTitleExpression | ||
![]() | 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] | StiExpression | |
![]() | serialize():String | StiExpression | |
![]() | toString():String | StiExpression | |
| applyFormat | property |
applyFormat:Boolean [read-only] [override] public function get applyFormat():Boolean| fullConvert | property |
fullConvert:Boolean [read-only] [override] Gets value, indicates that this value is be a string.
public function get fullConvert():Boolean| StiTitleExpression | () | Constructor |
public function StiTitleExpression(value:String)Creates a new expression.
Parametersvalue:String |
| getDefaultEvent | () | method |
override public function getDefaultEvent():StiEventReturns the event for processing of the expession when generation the report script.
ReturnsStiEvent |