Main Page
From Openzet
Welcome to OpenZet WIKI.
org.openzet
controls
AdvancedSelectionDataGrid
AdvancedSelectionDataGrid expands on the functionality of AdvancedTreeDataGrid to provide cell-dragselection and popUp chart triggered by a context menu.
AdvancedTreeDataGrid
AdvancedTreeDataGrid expands on the functionality of AdvancedDataGrid to provide horizontal and vertical hiearchical data tree view.
AdvancedZetDataGrid
AdvancedZetDataGrid expands on the functionality of AdvancedSelectionDataGrid to provide AdvancedTreeDataGrid class's data hierachical view and AdvancedSelectionDataGrid class's cell-drag selection, along with row span functionality and easy-to-apply data filtering features.
ZetDateField
ZetDateField extends UIComponent to include date related controls concerning start date, end date, start time, end time, etc.
DataGridCheckBoxRenderer
DataGridCheckBoxRenderer extends mx.controls.CheckBox to implement an itemRenderer class for a DataGrid and AdvancedDataGrid.
DGComboBox
DGComboBox is a custom class that uses a DataGrid control as its dropdown.
DataGridComboBoxRenderer
DataGridComboBoxRenderer extends DGComboBox to be used as an itemRenderer in a DataGrid. It also has a DataGrid as its dropdown, as DGComboBox class does.
HistoryButton
HistoryButton is a custom control that can allows to navigate a ViewStack's view index back and forth.
IconRenderer
IconRenderer is a custom itemRenderer class that is used to show icons for specific file extensions, such as .doc, .xls, etc.
ZetMenu
ZetMenu expands on the functionality of mx.controls.Menu to change direction of subMenu Items that go bebyond the screen bounds.
SelectionDataGrid
SelectionDataGrid expands on the functionality of TreeDataGrid to provide cell-drag selection and a popUp chart triggered by a context menu.
SSNTextInput
SSNTextInput is a custom TextInput control that uses an SSN validator, such as org.openzet.validator.SSNValidator to validate social security number. This controls also provides optional icons for valid and invalid status.
SuggestInput
SuggestInput expands on the functionality of TextInput to show suggested keywords as sites like Google, Yahoo do when users are typing keywords.
TextHighlighter
TextHighlighter is a utility class that highlights TextArea or TextInput's search key word.
TextInput
SSNTextInput is nothing more than a TextInput control except that it sets TextField's alwaysShowSelection to true.
TimeChooser
TimeChooser extends UIComponent to easily select time.
TreeComboBox
TreeComboBox is nothing more than a ComboBox except that it uses a Tree control as its dropdown.
TreeDataGrid
TreeDataGrid expands on the functionality of DataGrid to provide horizontal, vertical hierarchical data tree view.
ZetDataGrid
ZetDataGrid expands on the functionality of SelectionDataGrid to provide TreeDataGrid class's data hierarchical view and SelectionDataGrid class's cell-drag selection feature, along with row span features.
ZetDateChooser
ZetDateChooser extends mx.controls.DateChooser to customize color for staturdays and sundays of a DateChooser.
ZetTextArea
ZetTextArea extends TextArea to show text line number and underlines in a TextArea control.
containers
GroupBox
GroupBox extends LayoutContainer to categorize subcontrols in a group with a title.
MDI
MDI, short for Multiple Document Interface, provides features defined by a normal MDI class, which are not naturally supported by Flex framework. Class groups for MDI features include MDI and MDIWindow classes andyou can register children for these containers only the instances of classes implementing IMDIWindow interface.
MDI provides features of aligning horizontally, vertically and cascadingly.MDIWindow provides features of maximizing, minimizing, restoring windows.
MDIWindow
MDIWindow container implements IMDIWindow interface and is composed of title bar, caption, status bar, border and child content area. Normally, MDIWindow container is used as a child of MDI, and has built-in support for minimize, maximize and close buttons. MDIWindow extends Panel and implements methods defined by IMDIWindow interface in addition to implementing other methods and properties.
events
ChartZoomerEvent
Used by ChartZoomer control to provide leftValue(startIndex) and rightValue(endIndex)data set by a ChartZoomer.
ZetDateFieldEvent
Custom Event class for ZetDateField control.
DGComboEvent
Dispatched by a DGComboBox when its selected field changes.
MDIEvent
Custom Event class dispatched when MDI's status changes.
MDIWindowDragEvent
Custom Event class dispatched when IMDIWindow's status changes. Any implementation of IMDIWindow should implement event dispatching logic of this event.
SSNTextInputEvent
Custom Event class for SSNTextInput control.
rpc
HTTPLoader
HTTPLoader is a utility class to easily call access data such as XML, text on the web.
RemoteObejectCaller
RemoteObejectCaller is a utility class that helps to integrate with BlazeDS or LCDS.
AMFCaller
AMFCaller is a utility class that helps to integrate with AMF web services such as openAMF or AMFPHP.
skins
OpenZetBoarder
utils
ListBaseUtil
All static utility class that contains methods related with list-like controls, such as DataGrid, List, AdvancedDataGrid, etc.
ListCollectionUtil
All static utility class that contains methods related with ListCollectionView.
MathUtil
All static utility class that contains methods related with math.
MethodUtil
All static utility class that contains methods related with method calling.
ObjectUtil
All static utility class that contains methods related with generic objects.
XMLUtil
All static utility class that contains methods related with XML.
ArrayCollectionUtil
All static utility class that contains methods related with ArrayCollection.
ArrayUtil
All static utility class that contains methods related with Array.
PopupUtil
All static utility class that contains methods related with popup instances.
DataUtil
All static utility class that contains methods related with data controling.
DashedLine
All static utility class that contains methods related with drawing dashed lines.
String Util
All static utility class that contains methods related with string.
HangulFilter
All static utility class that contains methods related with data filtering for Hangul(Korean character)'s first consonant, vowel, last consonant composition.
CursorUtil
All static utility class that contains methods related with cursor management.
GraphicUtil
All static utility class that contains methods related with drawing graphics.
Base64
All static utility class that contains methods related with base64 encoding and decoding.
DateUtil
All static utility class that contains methods related with dates.
ChartUtil
All static utility class that contains methods related with chart controls.
DataGridUtil
All static utility class that contains methods related with DataGrid.
EventUtil
All static utility class that contains methods related with event registration.
XLSConvertUtil
All static utility class that contains methods related with XLS.
validators
SSNValidator
Custom validator class that validates Korean Social Security Number.
charts
BaseElement
BaseElement is a custom control to extract specific number of data from a chart control's data provider. You can use this control to bind its data with other controls.
ZetCartesianChart
ZetCartesianChart is a custom chart that provides selective view of chart series.
ChartControlPanel
ChartControlPanel is a custom control that allows to change series of a chart control.
ChartZoomer
ChartZoomer is a custom chart renderer to provide data extraction feature for a chart control.
RadarChart
RadarChart is a custom chart control to display data, such as a person/group's tendency data, distributed radially.
PyramidChart
PyramidChartis a custom chart control that let the data in the form of pyramid.
