Uses of Interface
org.jminor.framework.client.model.EntityTableModel

Packages that use EntityTableModel
org.jminor.framework.client.model   
org.jminor.framework.client.ui   
org.jminor.framework.tools.testing   
 

Uses of EntityTableModel in org.jminor.framework.client.model
 

Classes in org.jminor.framework.client.model that implement EntityTableModel
 class DefaultEntityTableModel
          A TableModel implementation for displaying and working with entities.
 

Methods in org.jminor.framework.client.model that return EntityTableModel
 EntityTableModel EntityModel.getTableModel()
           
 EntityTableModel DefaultEntityModel.getTableModel()
          
 EntityTableModel EntityTableModel.setBatchUpdateAllowed(boolean batchUpdateAllowed)
           
 EntityTableModel DefaultEntityTableModel.setBatchUpdateAllowed(boolean batchUpdateAllowed)
          
 EntityTableModel EntityTableModel.setDetailModel(boolean detailModel)
           
 EntityTableModel DefaultEntityTableModel.setDetailModel(boolean detailModel)
          
 EntityTableModel EntityTableModel.setFetchCount(int fetchCount)
          Sets the maximum number of records to fetch via the underlying query, a value of -1 means all records should be fetched
 EntityTableModel DefaultEntityTableModel.setFetchCount(int fetchCount)
          Sets the maximum number of records to fetch via the underlying query, a value of -1 means all records should be fetched
 EntityTableModel EntityTableModel.setQueryConfigurationAllowed(boolean value)
          Specifies whether or not the underlying query should be configurable
 EntityTableModel DefaultEntityTableModel.setQueryConfigurationAllowed(boolean value)
          Specifies whether or not the underlying query should be configurable
 EntityTableModel EntityTableModel.setQueryCriteriaRequired(boolean value)
           
 EntityTableModel DefaultEntityTableModel.setQueryCriteriaRequired(boolean value)
          
 EntityTableModel EntityTableModel.setReportDataSource(ReportDataWrapper reportDataSource)
          Sets the report data source to use during report generation
 EntityTableModel DefaultEntityTableModel.setReportDataSource(ReportDataWrapper reportDataSource)
          Sets the report data source to use during report generation
 

Constructors in org.jminor.framework.client.model with parameters of type EntityTableModel
DefaultEntityModel(EntityEditModel editModel, EntityTableModel tableModel)
          Instantiates a new DefaultEntityModel
DefaultEntityModel(EntityTableModel tableModel)
          Instantiates a new DefaultEntityModel
 

Uses of EntityTableModel in org.jminor.framework.client.ui
 

Methods in org.jminor.framework.client.ui that return EntityTableModel
 EntityTableModel EntityTablePanel.getEntityTableModel()
           
 EntityTableModel EntityPanel.getTableModel()
           
 

Methods in org.jminor.framework.client.ui that return types with arguments of type EntityTableModel
 Class<? extends EntityTableModel> EntityPanelProvider.getTableModelClass()
           
 

Methods in org.jminor.framework.client.ui with parameters of type EntityTableModel
protected  void EntityPanelProvider.configureTableModel(EntityTableModel tableModel)
           
static EntityUiUtil.EntityFieldPanel EntityUiUtil.createEntityFieldPanel(Property.ForeignKeyProperty foreignKeyProperty, EntityEditModel editModel, EntityTableModel lookupModel)
           
protected  EntityUiUtil.EntityFieldPanel EntityEditPanel.createEntityFieldPanel(Property.ForeignKeyProperty foreignKeyProperty, EntityTableModel lookupModel)
          Creates a JPanel containing an uneditable JTextField bound to the given property identified and a button for selecting an Entity to set as the property value
protected  JPanel EntityEditPanel.createEntityFieldPanel(String propertyID, EntityTableModel lookupModel)
          Creates a JPanel containing an uneditable JTextField bound to the property identified by propertyID and a button for selecting an Entity to set as the property value
static JPanel EntityUiUtil.createLookupFieldPanel(EntityLookupField lookupField, EntityTableModel tableModel)
           
static List<Entity> EntityUiUtil.selectEntities(EntityTableModel lookupModel, Window owner, boolean singleSelection, String dialogTitle)
           
static List<Entity> EntityUiUtil.selectEntities(EntityTableModel lookupModel, Window owner, boolean singleSelection, String dialogTitle, Dimension preferredSize)
           
 

Method parameters in org.jminor.framework.client.ui with type arguments of type EntityTableModel
 EntityPanelProvider EntityPanelProvider.setTableModelClass(Class<? extends EntityTableModel> tableModelClass)
           
 

Constructors in org.jminor.framework.client.ui with parameters of type EntityTableModel
EntityCriteriaPanel(EntityTableModel tableModel)
          Instantiates a new EntityCriteriaPanel for the given table model
EntityTableCellRenderer(EntityTableModel tableModel)
          Instantiates a new EntityTableCellRenderer
EntityTablePanel(EntityTableModel tableModel)
          Initializes a new EntityTablePanel instance
EntityTablePanel(EntityTableModel tableModel, EntityTableSearchPanel searchPanel)
          Initializes a new EntityTablePanel instance
EntityTablePanel(EntityTableModel tableModel, EntityTableSearchPanel searchPanel, EntityTableSummaryPanel summaryPanel)
          Initializes a new EntityTablePanel instance
EntityTablePanel(EntityTableModel tableModel, EntityTableSummaryPanel summaryPanel)
          Initializes a new EntityTablePanel instance
EntityTableSummaryPanel(EntityTableModel tableModel)
          Instantiates a new EntityTableSummaryPanel
EntityUiUtil.EntityFieldPanel(Property.ForeignKeyProperty foreignKeyProperty, EntityEditModel editModel, EntityTableModel lookupModel)
           
 

Uses of EntityTableModel in org.jminor.framework.tools.testing
 

Methods in org.jminor.framework.tools.testing with parameters of type EntityTableModel
static void EntityLoadTestModel.selectRandomRow(EntityTableModel tableModel)
          Selects a random row in the given table model
static void EntityLoadTestModel.selectRandomRows(EntityTableModel tableModel, double ratio)
          Selects random rows in the given table model
static void EntityLoadTestModel.selectRandomRows(EntityTableModel tableModel, int count)
          Selects random rows in the given table model