Package org.jminor.framework.client.ui

Interface Summary
EntityTableSearchPanel A UI component based on the EntityTableSearchModel
 

Class Summary
EntityApplet User: Björn Darri Date: 3.7.2010 Time: 22:49:33
EntityApplicationPanel A central application panel class.
EntityComboBox A UI component based on the EntityComboBoxModel.
EntityComboProvider A InputProvider implementation for Entity values based on a JComboBox.
EntityCriteriaPanel A panel for configuring the PropertySearchModels for a given EntityTableModel.
EntityEditPanel A UI component based on the EntityEditModel.
EntityLookupField A UI component based on the EntityLookupModel
EntityLookupProvider A InputProvider implementation for Entity values based on a EntityLookupField.
EntityPanel A panel representing a Entity via a EntityModel, which facilitates browsing and editing of records.
EntityPanelProvider A class providing EntityPanel instances.
EntityTableCellRenderer The default TableCellRenderer implementation used by EntityTablePanel.
EntityTableCellRenderer.BooleanRenderer A cell renderer for booleans.
EntityTableCellRenderer.DateRenderer A cell renderer for dates.
EntityTableCellRenderer.DoubleRenderer A cell renderer for doubles.
EntityTableCellRenderer.IntegerRenderer A cell renderer for integers.
EntityTableCellRenderer.TimestampRenderer A cell renderer for timestamps.
EntityTablePanel The EntityTablePanel is a UI class based on the EntityTableModel class.
EntityTableSearchAdvancedPanel A UI component based on the EntityTableSearchModel
EntityTableSearchSimplePanel A simple table search panel, with a single search field.
EntityTableSummaryPanel A UI component for showing summary panels for numerical properties in a EntityTableModel.
EntityUiUtil A static utility class concerned with UI related tasks.
EntityUiUtil.EntityComboBoxValueLink  
EntityUiUtil.EntityFieldPanel  
EntityUiUtil.LookupValueLink A class for linking an EntityLookupModel to a EntityEditModel foreign key property value.
ForeignKeySearchPanel A column search panel based on foreign key properties.
PropertyFilterPanel A column search panel based on properties.
PropertySearchPanel A column search panel based on the the Property class.
PropertySummaryPanel A panel that shows a summary value for a numerical column property in a EntityTableModel.