Package org.openswing.swing.client

Interface Summary
AutoCompletitionDataLocator Title: OpenSwing Framework Description: data locator used to retrieve a list of data to show in a window.
AutoCompletitionInputControl Title: OpenSwing Framework Description: Interface used by AutoCompletitionKeyListener and implemented by input controls that support auto completition.
CodBoxContainer Title: OpenSwing Framework Description: Code container interface: it must be defined by each code container.
DataController Title: OpenSwing Framework Description: Interface used by Form and Grid to manage the following operations: insert, edit, delete, reload/cancel, save, copy.
DateChangedListener Title: OpenSwing Framework Description: Abstract cell editor, used by other column editors.
FormatterController Title: OpenSwing Framework Description: Controller linked to a formatted text input control: it used to customize some text control Copyright: Copyright (C) 2006 Mauro Carniel This file is part of OpenSwing Framework.
GenericButtonController Title: OpenSwing Framework Description: Interface called by Form/Grids components to check button disabilitation, according to some custom policy.
InputControl Title: OpenSwing Framework Description: Interface defined for each input control, used to specify attribute name and required properties.
NavigatorBarController Title: OpenSwing Framework Description: Navigator bar controller: it is implemented by Grids component.
OpenSwingTextField Title: OpenSwing Framework Description: Interface used internally by TextControl and PasswordControl.
 

Class Summary
AttributeNameEditor Title: OpenSwing Framework Description: Editor used in design time to select an attribute name from the value object.
AutoCompletitionListener Title: OpenSwing Framework Description: KeyListener that can be added to a text/number type input control to listen for a key pressed event: after listening a key press event, the AutoCompletitionDataLocator class is invoked to retrieve a list of data that starts with the text/number just typed; this list of data is showed in a window and user can select one of these data to auto complete the content of the input field.
BaseInputControl Title: OpenSwing Framework Description: Class that could be used as bease class for an input control.
BooleanAttributeNameEditor Title: OpenSwing Framework Description: Editor used in design time to select an attribute name from the value object, filtering by boolean/Boolean attribute types.
ButtonBehaviorEditor Title: OpenSwing Framework Description: Bean Editor for button behavior.
BytesAttributeNameEditor Title: OpenSwing Framework Description: Editor used in design time to select an attribute name from the value object, filtering by byte[] attribute types.
CheckBoxControl Title: OpenSwing Framework Description: check-box whose text is translated according to internalization settings.
CheckBoxControlBeanInfo Title: OpenSwing Framework Description: Copyright: Copyright (C) 2006 Mauro Carniel
CheckBoxListControl Title: OpenSwing Framework Description: List input control with check-box: its items are retrieved through ClientSettings.getDomain method, that uses domainId property to identify the correct domain to use.
CheckBoxListControlBeanInfo Title: OpenSwing Framework Description: Copyright: Copyright (C) 2006 Mauro Carniel
CodBox Title: OpenSwing Framework Description: Input Control used to digit a code.
CodLookupControl Title: OpenSwing Framework Description: Lookup input Control used to digit a code.
CodLookupControlBeanInfo Title: OpenSwing Framework Description: Copyright: Copyright (C) 2006 Mauro Carniel
ComboBoxControl Title: OpenSwing Framework Description: Combo box input control: its items are retrieved from ClientSettings.getDomain method, that uses domainId property to identify the correct domain to use.
ComboBoxControlBeanInfo Title: OpenSwing Framework Description: Copyright: Copyright (C) 2006 Mauro Carniel
ComboBoxVOControl Title: OpenSwing Framework Description: Combo box input control: its items are retrieved through the combo box controller, that returns a list of value object; for each value object there exists a row in the combo box: v.o. attributes can be mapped as columns in an item.
ComboBoxVOControlBeanInfo Title: OpenSwing Framework Description: Copyright: Copyright (C) 2006 Mauro Carniel
CopyButton Title: OpenSwing Framework Description: Edit button, linked to GridControl or Form components.
CopyButtonBeanInfo Title: OpenSwing Framework Description:
CurrencyControl Title: OpenSwing Framework Description: Currency (numeric) input control.
CurrencyControlBeanInfo Title: OpenSwing Framework Description: Copyright: Copyright (C) 2006 Mauro Carniel
DateAttributeNameEditor Title: OpenSwing Framework Description: Editor used in design time to select an attribute name from the value object, filtering by java.util.Date/java.sql.Date/java.sql.Timestamp attribute types.
DateControl Title: OpenSwing Framework Description: Date input control: contains a text input control when digit the date and a button for opening a calendar.
DateControlBeanInfo Title: OpenSwing Framework Description: Copyright: Copyright (C) 2006 Mauro Carniel
DeleteButton Title: OpenSwing Framework Description: Delete button, linked to GridControl or Form components.
DeleteButtonBeanInfo Title: OpenSwing Framework Description:
EditButton Title: OpenSwing Framework Description: Edit button, linked to GridControl or Form components.
EditButtonBeanInfo Title: OpenSwing Framework Description:
ExpandableRowController Title: OpenSwing Framework Description: controller used to manage row expansion in grid control.
ExportButton Title: OpenSwing Framework Description: Export button, linked to GridControl component.
ExportButtonBeanInfo Title: OpenSwing Framework Description:
FilterButton Title: OpenSwing Framework Description: Delete button, linked to GridControl or Form components.
FilterButtonBeanInfo Title: OpenSwing Framework Description:
FilterPanelOnGridPolicyEditor Title: OpenSwing Framework Description: Bean Editor used to select the filter panel on grid hiding policy.
FormattedTextControl Title: OpenSwing Framework Description: Formatted text input control: it is a wrapper of JFormattedTextField.
FormattedTextControlBeanInfo Title: OpenSwing Framework Description: Copyright: Copyright (C) 2006 Mauro Carniel
GenericButton Title: OpenSwing Framework Description: Based button, derived by insert/edit/reload/save/delete buttons.
GenericButtonBeanInfo Title: OpenSwing Framework Description: Copyright: Copyright (C) 2006 Mauro Carniel
GridControl Title: OpenSwing Framework Description: Grid based on VOListTableModel.
GridControlBeanInfo  
ImageControl Title: OpenSwing Framework Description: Input Control used to show an image or to set an image.
ImageControlBeanInfo Title: OpenSwing Framework Description: Copyright: Copyright (C) 2006 Mauro Carniel
ImagePanel Title: OpenSwing Framework Description: Panel based on a JScrollPane that can shows an image.
ImagePanelBeanInfo Title: OpenSwing Framework Description: Copyright: Copyright (C) 2006 Mauro Carniel
ImportButton Title: OpenSwing Framework Description: Import button, linked to GridControl component.
ImportButtonBeanInfo Title: OpenSwing Framework Description:
InputControlPopupMenu Title: OpenSwing Framework Description: Class that could be used as bease class for an input control.
InsertButton Title: OpenSwing Framework Description: Insert button, linked to GridControl or Form components.
InsertButtonBeanInfo Title: OpenSwing Framework Description:
LabelControl Title: OpenSwing Framework Description: label whose text is translated according to internalization settings.
LabelControlBeanInfo Title: OpenSwing Framework Description: Copyright: Copyright (C) 2006 Mauro Carniel
LinkButton Title: OpenSwing Framework Description: button having a "link like" look 'n feel, whose text is translated according to internalization settings.
LinkButtonBeanInfo Title: OpenSwing Framework Description: Copyright: Copyright (C) 2006 Mauro Carniel
ListControl Title: OpenSwing Framework Description: List input control: its items are retrieved through ClientSettings.getDomain method, that uses domainId property to identify the correct domain to use.
ListControlBeanInfo Title: OpenSwing Framework Description: Copyright: Copyright (C) 2006 Mauro Carniel
ListVOControl Title: OpenSwing Framework Description: List input control: its items are retrieved through the items controller, that returns a list of value objects; for each value object there is a row in the list control: v.o. attributes can be mapped as columns in an item.
ListVOControlBeanInfo Title: OpenSwing Framework Description: Copyright: Copyright (C) 2006 Mauro Carniel
MultiCodLookupControl Title: OpenSwing Framework Description: Panel that contains a lookup that allows to select more than one code and stores a list of codes, in order to filter data according to a list of codes.
MultiLineLabelControl Title: OpenSwing Framework Description: Multi-line label.
MultiLineLabelControlBeanInfo Title: OpenSwing Framework Description: Multi-line label bean info.
NavigatorBar Title: OpenSwing Framework Description: Navigator bar: contains first, previous, next and last buttons.
NavigatorBarBeanInfo Title: OpenSwing Framework Description: Copyright: Copyright (C) 2006 Mauro Carniel
NumericAttributeNameEditor Title: OpenSwing Framework Description: Editor used in design time to select an attribute name from the value object, filtering by Short/Integer/Long/Float/BigDecimal/Double attribute types and primitive types.
NumericControl Title: OpenSwing Framework Description: Numeric input control.
NumericControlBeanInfo Title: OpenSwing Framework Description: Copyright: Copyright (C) 2006 Mauro Carniel
OptionPane Title: OpenSwing Framework Description: Singleton class that contains a set of static methods for viewing Dialog objects.
PasswordControl Title: OpenSwing Framework Description: Password input control.
PasswordControlBeanInfo Title: OpenSwing Framework Description: Copyright: Copyright (C) 2006 Mauro Carniel
ProgressBarControl Title: OpenSwing Framework Description: Progress bar control: this is a ready only control that shows in a progress bar the current attribute value.
ProgressBarControlBeanInfo Title: OpenSwing Framework Description: Copyright: Copyright (C) 2006 Mauro Carniel
PropertyGridControl Title: OpenSwing Framework Description: Grid control having two columns: property name and property value, where each row (each property) has its own data type (text, numeric, date, check-box, lookup, etc.), expressed as input control.
PropertyGridControlBeanInfo Title: OpenSwing Framework Description: Copyright: Copyright (C) 2006 Mauro Carniel
QuickFilterCriteriaEditor Title: OpenSwing Framework Description: Bean Editor used to select the quick filter criteria.
RadioButtonControl Title: OpenSwing Framework Description: radio button whose text is translated according to internalization settings.
RadioButtonControlBeanInfo Title: OpenSwing Framework Description: Copyright: Copyright (C) 2006 Mauro Carniel
ReloadButton Title: OpenSwing Framework Description: Reload/Cancel button, linked to GridControl or Form components.
ReloadButtonBeanInfo Title: OpenSwing Framework Description:
SaveButton Title: OpenSwing Framework Description: Save button, linked to GridControl or Form components.
SaveButtonBeanInfo Title: OpenSwing Framework Description:
SpinnerListControl Title: OpenSwing Framework Description: Spinner list input control.
SpinnerListControlBeanInfo Title: OpenSwing Framework Description: Copyright: Copyright (C) 2006 Mauro Carniel
SpinnerNumberControl Title: OpenSwing Framework Description: Spinner number input control.
SpinnerNumberControlBeanInfo Title: OpenSwing Framework Description: Copyright: Copyright (C) 2006 Mauro Carniel
SplashScreen Title: OpenSwing Framework Description: SplashScreen class.
StringAttributeNameEditor Title: OpenSwing Framework Description: Editor used in design time to select an attribute name from the value object, filtering by String attribute types.
TextAreaControl Title: OpenSwing Framework Description: Text Area control.
TextAreaControlBeanInfo Title: OpenSwing Framework Description: Copyright: Copyright (C) 2006 Mauro Carniel
TextControl Title: OpenSwing Framework Description: Text input control.
TextControlBeanInfo Title: OpenSwing Framework Description: Copyright: Copyright (C) 2006 Mauro Carniel