Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.
| Class | Package | Description | |
|---|---|---|---|
| AdvancedBaseItemRenderer
| org.openzet.controls.dataGridClasses | Custom ItemRenderer class that implements dynamic styling feature of an AdvancedDataGridItemRenderer class. | |
| AdvancedSelectionDataGrid
| org.openzet.controls |
The AdvancedSelectionDataGrid control expands on the functionality of AdvancedTreeDataGrid except that it can
allow drag selection of cells in a DataGrid. |
|
| AdvancedTreeDataGrid
| org.openzet.controls |
The AdvancedTreeDataGrid control adds horizontal tree view feature on AdvancedDataGrid to
show data in a hierarchical tree way, horizontally and vertically. |
|
| AdvancedZetDataGrid
| org.openzet.controls |
The AdvancedZetDataGrid control is a subClass that extends AdvancedSelectionDataGrid. |
|
| AdvancedZetDataGridColumn
| org.openzet.controls.advancedDataGridClasses | The AdvancedZetDataGridColumn class describes a column in an AdvancedZetDataGrid control. | |
| AMFCaller
| org.openzet.rpc | Controller class for openAmf, AMFPHP use. | |
| AngularAxisRenderer
| org.openzet.charts | Custom AxisRenderer class for a RadialChart control. | |
| ArrayCollectionUtil
| org.openzet.utils | A static class that defines methods used for an ArrayCollection instance. | |
| ArrayUtil
| org.openzet.utils | A static class that defines methods used for an Array instance. | |
| BaseElement
| org.openzet.charts.chartClasses | BaseElement class extracts data from a chart control. | |
| BaseItemRenderer
| org.openzet.controls.dataGridClasses | Custom ItemRenderer class that implements dynamic styling feature of an DataGridItemRenderer class. | |
| ChartControlPanel
| org.openzet.charts.chartClasses | ChartControlPanel class dynamically changes series of a target chart control. | |
| ChartUtil
| org.openzet.utils | Static class that defines static methods used in relation with Chart controls. | |
| ChartZoomer
| org.openzet.charts.chartClasses | ChartZoomer class is used as an annotationElement for data extraction of a chart control. | |
| ChartZoomerEvent
| org.openzet.events | Event class used for ChartZoomer. | |
| ChildHierarchyUtil
| org.openzet.utils | All static utility class that implements methods with child hierarchy. | |
| ComboBox
| org.openzet.controls.dateControls | Custom ComboBox to be used to display months for ZetDateField. | |
| DashedLine
| org.openzet.utils | Drawing class used to draw dashed lines. | |
| DashedRectangle
| org.openzet.display | Drawing class that draws animated dashed rectanle with an embedded swf file. | |
| DataGridCheckBoxRenderer
| org.openzet.controls.dataGridClasses | CheckBox ItemRenderer class that extends CheckBox class. | |
| DataGridComboBoxRenderer
| org.openzet.controls.dataGridClasses | DataGrid ComboBox itemRenderer class that implements the functionality needed for a ComboBox in a DataGrid. | |
| DataGridHeaderCheckBox
| org.openzet.controls.dataGridClasses | DataGridHeaderCheckBox class is one that extends DataGridCheckBoxRenderer class and provides features like selecting and unselecting all items on a certain column. | |
| DataGridHeaderRenderer
| org.openzet.controls.dataGridClasses | DataGridHeaderRenderer Class that extends DataGridItemRenderer class to align its text value center | |
| DataGridTreeItemRenderer
| org.openzet.controls.dataGridClasses | Default DataGridTreeItemRenderer class that is used within a TreeDataGrid and AdvancedTreeDataGrid. | |
| DataGridUtil
| org.openzet.utils | Static class that defines static methods used in relation with DataGrid controls. | |
| DataUtil
| org.openzet.utils | Static class that defines static methods used in relation with various types of data. | |
| Date2DateEvent
| org.openzet.events | Event class for ZetDateField. | |
| DateControlDash
| org.openzet.controls.dateControls | Custom class to draw dash for ZetDateField control. | |
| DateField
| org.openzet.controls.dateControls | Custom DateField class to display year, month, date for ZetDateField control. | |
| DateUtil
| org.openzet.utils | All static utility class that implements methods related with dates. | |
| DGComboBox
| org.openzet.controls | DGComboBox class extends ZetComboBox by implementing a DataGrid control as its dropdown. | |
| DGComboBoxItemRenderer
| org.openzet.controls.dataGridClasses | This class extends DGComboBox class to implement an itemRenderer for a DataGrid that has a DataGrid as its dropdown. | |
| DGComboEvent
| org.openzet.events | Custom event class that defines selectionFieldChanged event for a DGComboBox control. | |
| DrawingLayer
| org.openzet.display | Drawing class that has a separate Sprite object for line drawing. | |
| EventUtil
| org.openzet.utils | Static class that defines static methods used in relation with event dispatching. | |
| FilterHelper
| org.openzet.controls.dataGridClasses.filter | A Helper class that is used to help implementing data filtering feature on a DataGrid. | |
| FilterItemRenderer
| org.openzet.controls.dataGridClasses.filter | An ItemRenderer class that implements Excel-like data filtering feautre on a DataGrid's header. | |
| FilterManager
| org.openzet.controls.dataGridClasses.filter | Filtering Manager Class that controls each FilterHelper instance. | |
| FilterPopUp
| org.openzet.controls.dataGridClasses.filter | PopUp class that extends VBox class to show distinct data of a specific column with CheckBoxes and Buttons. | |
| GroupBox
| org.openzet.containers | GroupBox component lays out child controls at absolute positions or vertically and horizontally. | |
| HangulFilter
| org.openzet.utils | Static class that defines properties and methods with regard to Hangul (Korean character) data filtering. | |
| HistoryButton
| org.openzet.controls | Custom component that stores TabNavigator or ViewStack's selectedIndex property to navigate through view indexes. | |
| HourNumericStepper
| org.openzet.controls.dateControls | Custom NumericStepper class to represent hour for ZetDateField control. | |
| HTTPLoader
| org.openzet.rpc | Custom Helper class that loads XML, text data on the web. | |
| ICellSelectable
| org.openzet.controls.dataGridClasses | Interface that defines enableDragSelection setter/getter method. | |
| IconAsset
| org.openzet.controls.dataGridClasses | Class that defines all images for each file extension. | |
| IconRenderer
| org.openzet.controls.dataGridClasses | Custom itemRenderer class to display images for each file extension in a DataGrid. | |
| ImageLoader
| org.openzet.display | ImageLoader extends Sprite to add source as its child display object. | |
| IMDI
| org.openzet.containers | IMDI interface defines methods and properties needed for an MDI | |
| IMDIWindow
| org.openzet.containers | IMDIWindow interface defines methods and properties need for an MDI instance. | |
| IMergeable
| org.openzet.controls.dataGridClasses | Interface that defines enableMerge setter/getter method. | |
| IRadarAxisRenderer
| org.openzet.charts.chartClasses | ||
| IRPCAMFCaller
| org.openzet.rpc.rpcClasses | Interface that defines methods for AMF | |
| IRPCCore
| org.openzet.rpc.rpcClasses | Interface that defines methods to be used for remote procedure alls. | |
| IRPCHTTPLoader
| org.openzet.rpc.rpcClasses | Interface that defines methods for HTTP calls. | |
| IRPCRemoteObject
| org.openzet.rpc.rpcClasses | Interface that defines methods for RemoteObejct calls. | |
| ITreeDataGrid
| org.openzet.controls.dataGridClasses | Interface that defines methods needed for a DataGrid showing data in a tree hierarchy. | |
| IZetDataGrid
| org.openzet.controls.dataGridClasses | Interface that extends ITreeDataGrid and ICellSelectable interfaces. | |
| JSControlUtil
| org.openzet.utils | All static utility class to use as a proxy between Flex and Javascript in HTML. | |
| ListBaseUtil
| org.openzet.utils | A static class that defines static methods used in relation with ListBase controls such as List, DataGrid, AdvancedDataGrid, etc. | |
| ListCollectionUtil
| org.openzet.utils | A static class that defines static methods used in relation with ListCollectionView instances. | |
| MathUtil
| org.openzet.utils | Static class that defines static methods used in relation with Math. | |
| MDI
| org.openzet.containers | MDI, short for Multiple Document Interface, provides features defined by a normal MDI class, which are naturally supported by Flex framework. | |
| MDICursorManager
| org.openzet.managers | MDICursorManager class manages cursors for MDI. | |
| MDIEvent
| org.openzet.events | Event class for MDI. | |
| MDITaskBar
| org.openzet.controls | TaskBar Class | |
| MDIWindow
| org.openzet.containers | MDIWindow container implements IMDIWindow interface and comprises titleBar, caption, status bar, border and child content area. | |
| MDIWindowDragEvent
| org.openzet.events | Custom Event class for MDIWindow's dragging. | |
| MDIWindowEvent
| org.openzet.events | Custom Event class for IMDIWindow's state. | |
| MDIWindowMoveType
| org.openzet.containers | Defins window's move type. | |
| MDIWindowResizeEvent
| org.openzet.events | Custom Event class for MDI window's resizing. | |
| MDIWindowResizeType
| org.openzet.containers | Class that specifies window's resize type. | |
| MDIWindowState
| org.openzet.containers |
Class that specifies window's status
Properties of this class are used for MDIWindow class's windowState property values. |
|
| MenuItemRenderer
| org.openzet.controls.menuClasses | Custom MenuItemRenderer class to be used for ZetMenu control. | |
| MergeHelper
| org.openzet.controls.dataGridClasses | A Custom Dictionary class to help merging data of a ZetDataGrid and AdvancedZetDataGrid. | |
| MergeItem
| org.openzet.controls.dataGridClasses | Class that holds information on each merge item. | |
| MethodUtil
| org.openzet.utils | Static class that defines methods used to call methods. | |
| MinuteNumericStepper
| org.openzet.controls.dateControls | Custom NumericStepper class to represent minute for ZetDateField control. | |
| MonthDateField
| org.openzet.controls.dateControls | Custom component to display only year and month for ZetDateField control. | |
| ObjectUtil
| org.openzet.utils | Static class that defines static methods used with regard to generic Object. | |
| PagingEvent
| org.openzet.events | Custom Event class for PagingLinkBar. | |
| PagingLinkBar
| org.openzet.controls | Custom component to display multiple pages with page indexes. | |
| PopUpUtil
| org.openzet.utils | Static class that defines static methods used to handle PopUp instances. | |
| RadarChart
| org.openzet.charts | Custom PolarChart that implements radial series features. | |
| RadarLineRenderer
| org.openzet.charts.renderers | A simple implementation of a radial segment renderer that is used by RadialSeries objects. | |
| RadarLines
| org.openzet.charts | Custom ChartElement class for a RadialChart control. | |
| RadarSeries
| org.openzet.charts.series | Defines a data series for a RadialChart control. | |
| RadarSeriesItem
| org.openzet.charts.series.items | Custom ChartItem class to represent chart Items for RadialSeries. | |
| RadarSeriesRenderData
| org.openzet.charts.series.renderData | Custom RenderData class to represent renderData for RadialSeriesSegment. | |
| RadarSeriesSegment
| org.openzet.charts.series.items | Represents the information required to render a segment in a RadialSeries. | |
| RadialAxisRenderer
| org.openzet.charts | ||
| RemoteObjectCaller
| org.openzet.rpc | Custom class to integrate with LCDS or BlazeDS's remote objects. | |
| RPCEvent
| org.openzet.events | Custom Event class for remote procedure call. | |
| SearchBox
| org.openzet.controls |
Displays related keywords as a dropdown List when users are typing in. Also provides icon and dropdown button to either initalize text or reflect search condition. |
|
| SelectionDataGrid
| org.openzet.controls |
The SelectionDataGrid control is like a TreeDataGrid except that it can
allow drag selection of cells in a DataGrid. |
|
| SelectionDataGridEvent
| org.openzet.events | Custom Event class that defines event status with regard to SelectionDataGrid or AdvancedSelectionDataGrid. | |
| SSNTextInput
| org.openzet.controls | Custom Control to validte SSN, short for Social Security Number. | |
| SSNTextInputEvent
| org.openzet.events | Custom Event class for SSNTextInput. | |
| SSNValidator
| org.openzet.validators | Custom Validator class for Korean SSN. | |
| StringUtil
| org.openzet.utils | All static utility class that implements methods for string replacement. | |
| SuggestInput
| org.openzet.controls | Flex version of SuggestInput class that extends TextInput class. | |
| TextHighlighter
| org.openzet.controls | Sets hightlight on TextArea or TextInput controls around search string. | |
| TextInput
| org.openzet.controls | This class extends mx.controls.TextInput to make it more reactive when users are typing in. | |
| TimeChooser
| org.openzet.controls | Custom components that expands on the functionality of UIComponent to easily set time. | |
| TimeStepper
| org.openzet.controls.dateControls | Custom component to display hour for ZetDateField control. | |
| TreeComboBox
| org.openzet.controls | TreeComboBox class extends ZetComboBox by implementing a Tree control as its dropdown. | |
| TreeDataGrid
| org.openzet.controls |
The TreeDataGrid expands on the functionality of DataGrid to
show data in a hierarchical tree view, horizontally and vertically. |
|
| TreeDataGridEvent
| org.openzet.events | Custom Event class for TreeDataGrid. | |
| VisibleCheckBox
| org.openzet.charts.chartClasses | As part of ZetCartesianChart, comprises marker and checkBox to selectively choose the visibility of each series. | |
| XMLUtil
| org.openzet.utils | Static class that defines static methods used with regard to XML objects. | |
| YearNumericStepper
| org.openzet.controls.dateControls | Custom NumericStepper to display year for ZetDateField control. | |
| ZetBorder
| org.openzet.skins | Defines the appearance of the default border for the GroupBox. | |
| ZetCalendarLayout
| org.openzet.controls | CalendarLayout used or ZetDateChooser. | |
| ZetCartesianChart
| org.openzet.charts.chartClasses | Custom Cartesian chart to easily control series' visibility. | |
| ZetComboBox
| org.openzet.controls | Base ComboBox class that extends ComboBox class. | |
| ZetDataGrid
| org.openzet.controls |
The ZetDataGrid control is a subClass that extends SelectionDataGrid. |
|
| ZetDataGridColumn
| org.openzet.controls.dataGridClasses | The ZetDataGridColumn class describes a column in an ZetDataGrid control. | |
| ZetDateChooser
| org.openzet.controls | Custom DateChooser class that displays Saturdays and Sundays with different colors. | |
| ZetDateField
| org.openzet.controls | Custom component that includes controls to display dates, hours, and a range of dates, such as startDate and endDate. | |
| ZetDateFieldEvent
| org.openzet.events | Custom Event class for ZetDateField. | |
| ZetMenu
| org.openzet.controls | Custom Menu class that reallocates menu items when they are about to move beyond the screen bounds. | |
| ZetTextArea
| org.openzet.controls | ZetTextArea extends TextArea to provide note like features. |