TypedObject
Direct Subclass:
BaseEvent, CellInfo, CellUtils, ChangeInfo, ClassFactory, ComponentAdditionResult, ComponentInfo, CurrencyFormatter, DateFormatter, DateRange, DateUtils, ExportController, Exporter, FactoryKey, Filter, FilterContainerImpl, FilterExpression, FilterSort, GridPreferencesInfo, InsertionLocationInfo, ItemLoadInfo, ItemPositionInfo, KeyValuePairCollection, LevelSelectionInfo, NumberFormatter, ObjectUtil, PageSize, Point, PreferenceInfo, PrintExportOptions, Rectangle, RendererCache, RowPositionInfo, SelectionInfo, SortInfo, SpinnerBehavior, StyleDefaults, ToolbarAction, TooltipBehavior, UIUtils, UserSettingsController, UserSettingsOptions, VirtualScrollLoadInfo
Indirect Subclass:
AdvancedFilter, CsvExporter, DocExporter, Excel2007Exporter, ExcelExporter, ExportEvent, ExportOptions, ExtendedExportController, ExtendedFilterPageSortChangeEvent, FilterPageSortChangeEvent, FlexDataGridEvent, FlexDataGridItemEditEvent, FlexDataGridPrintEvent, FlexDataGridVirtualScrollEvent, HtmlExporter, PdfExporter, PreferencePersistenceEvent, PrintExportFilter, PrintOptions, TxtExporter, WrapperEvent, XmlExporter
This class is the base class for all Flexicious classes. It defines the basis for the Object oriented design, by implementing the "implementsOrExtends" function, which is a replacement for the "is" keyword from other OO languages.
Constructor Summary
Public Constructor | ||
public |
|
Member Summary
Public Members | ||
public |
typeCache: {} |
Method Summary
Public Methods | ||
public |
|
|
public |
Returns a list of strings that represent the object hierarchy for this object. |
|
public |
implementsOrExtends(name: *): Boolean Returns true if the class name to check is in the list of class names defined for this class. |