Package org.salespointframework.desktop.formsheets

Class Summary
DataExchangeFormSheet A FormSheet that will display the contents of two data containers, a source and a destination, and will allow the user to move items between the two.
DataExchangeFormSheet.DataExchangeOption Common options for Components DataExchangeFormSheet.ListViewDataExchangeOption defines additional options for JListViews DataExchangeFormSheet.TableDataExchangeOption defines additional options for JAbstractTables
DataExchangeFormSheet.DataExchangeOptions This class defines specific options for source and destination components and the DataExchangeFormSheet.DataExchangeView There are four default options available: DataExchangeFormSheet.OPTION_LISTVIEW_LISTVIEW : source and destination are JListViews DataExchangeFormSheet.OPTION_LISTVIEW_TABLE : source is JListView, destination is JAbstractTable DataExchangeFormSheet.OPTION_TABLE_LISTVIEW : source is JAbstractTable, destination is JListView DataExchangeFormSheet.OPTION_TABLE_TABLE : source and destination are both JAbstractTables you can also set the DataExchangeFormSheet.OPTION_DEFAULT to set default options.
DataExchangeFormSheet.ListViewDataExchangeOption This option defines options for the JListView
DataExchangeFormSheet.TableDataExchangeOption Options for JAbstractTables
DescriptiveFormSheet A FormSheet that can extend Single- and TwoTableFormSheets and ListViewFormSheets by a description element.
ListViewFormSheet The List view formsheet represents a JList with an Slider for dynamic cell scaling and a JModelFilter for search.
ListViewFormSheet.SLVFSContentCreator Abstract content creator for the ListViewFormSheet
LogOnForm FormSheet that can be used for log on procedures.
LogTableForm FormSheet displaying the contents of a log file.
MessageForm The MessageForm class displays confirmation, information, ... dialogs like the JOptionPane in SalesPoint style and uses the PreferenceStorage to save decisions made by the user, if selected.
MessageForm.MessageFormSheet FormSheet for MessageForm
MessageForm.MessageFormSheetContentCreator FormSheetContentCreator for MessageForm
MsgForm Deprecated. replaced by MessageForm.MessageFormSheet
SingleTableFormSheet A FormSheet displaying the contents of a Catalog, Stock or DataBasket.
SingleTableFormSheet.STFSContentCreator Helper class forming the foundation of all SingleTableFormSheet content creators.
TextInputForm A simple FormSheet that displays a label and an input line.
UserTableFormSheet A FormSheet displaying the contents of a UserManager.
 

Enum Summary
DataExchangeFormSheet.DataExchangeView The view defines where both components will be place on formshete
MessageForm.MessageFormIcon Icons available for MessageForm
MessageForm.MessageFormResult Possible results of MessageForm.show()
MessageForm.MessageFormType This enumeration contains the possible types for MessageForm