| Modifier and Type | Method and Description |
|---|---|
void |
MultiRowDataTable.modelChanged(ITableModel<T> model)
Called when there are sweeping changes to the model.
|
void |
MultiRowDataTable.rowAdded(ITableModel<T> model,
int index,
T value)
Row add.
|
void |
MultiRowDataTable.rowDeleted(ITableModel<T> model,
int index,
T value)
Delete the row specified.
|
void |
MultiRowDataTable.rowModified(ITableModel<T> model,
int index,
T value)
Merely force a full redraw of the appropriate row.
|
| Constructor and Description |
|---|
MultiRowDataTable(ITableModel<T> m) |
MultiRowDataTable(ITableModel<T> m,
IRowRenderer<T> r) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ITableModel<OT> |
LookupInputBase.createTableModel(QCriteria<QT> query)
This must create the table model for the output type from the query on the input type.
|
protected ITableModel<T> |
LookupInput.createTableModel(QCriteria<T> query) |
| Modifier and Type | Method and Description |
|---|---|
void |
KeyWordSearchInput.showResultsHintPopup(ITableModel<T> popupResults) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpandingEditTable.modelChanged(ITableModel<T> model)
Called when there are sweeping changes to the model.
|
void |
ExpandingEditTable.rowAdded(ITableModel<T> model,
int index,
T value)
A record is added.
|
void |
ExpandingEditTable.rowDeleted(ITableModel<T> model,
int index,
T value)
Delete the row specified.
|
void |
ExpandingEditTable.rowModified(ITableModel<T> model,
int index,
T value)
When a row is modified we redraw the row in collapsed mode; if it was in edit mode before bad luck.
|
| Constructor and Description |
|---|
ExpandingEditTable(Class<T> actualClass,
ITableModel<T> m,
IRowRenderer<T> r) |
ExpandingEditTable(ITableModel<T> m,
IRowRenderer<T> r) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IKeyedTableModel<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTableModel<T>
This uses a list as the base for the model.
|
class |
SimpleCollectionModel<T>
Deprecated.
|
class |
SimpleKeyModel<T,P>
Model for key-value list data.
|
class |
SimpleListModel<T>
DO NOT USE IF YOUR DATA CAN CHANGE AND YOU ARE NOT UPDATING THOSE CHANGES HERE!!
This model uses a list to populate a table.
|
class |
SimpleSearchModel<T> |
class |
SortableListModel<T>
This is a list model where the list instance will be maintained by the model, and where the
values can be sorted using property based sorting.
|
class |
TableKeyModelBase<K,T>
This model maintains a set of Keys K, and translates those keys to Model items T where needed.
|
class |
TableListModelBase<T> |
class |
TableModelBase<T> |
| Modifier and Type | Method and Description |
|---|---|
<M extends ITableModel<T>> |
ISortHelper.adjustSort(M model,
boolean descending)
Configure the model passed in such a way that it sorts in some specific way.
|
<M extends ITableModel<T>> |
SimpleSearchModel.SortHelper.adjustSort(M model,
boolean descending) |
<M extends ITableModel<T>> |
SimpleSearchModel.ByComparatorSortHelper.adjustSort(M model,
boolean descending) |
| Modifier and Type | Method and Description |
|---|---|
ITableModel<T> |
ISelectableTableComponent.getModel() |
ITableModel<T> |
TableModelTableBase.getModel()
Return the current model being used.
|
ITableModel<S> |
IShuttleModel.getSourceModel()
Get the model for the SOURCE side of the shuttle.
|
ITableModel<T> |
IShuttleModel.getTargetModel()
Get the model for the TARGET side of the shuttle.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PageableTabularComponentBase.fireModelChanged(ITableModel<T> old,
ITableModel<T> model) |
protected void |
PageableTabularComponentBase.fireModelChanged(ITableModel<T> old,
ITableModel<T> model) |
protected void |
TableModelTableBase.fireModelChanged(ITableModel<T> old,
ITableModel<T> nw) |
protected void |
TableModelTableBase.fireModelChanged(ITableModel<T> old,
ITableModel<T> nw) |
void |
ListShuttle.modelChanged(ITableModel<Object> model)
The source model has changed.
|
void |
DataCellTable.modelChanged(ITableModel<T> model) |
void |
ScrollableDataTable.modelChanged(ITableModel<T> model)
Deprecated.
Called when there are sweeping changes to the model.
|
void |
DataTable.modelChanged(ITableModel<T> model)
Called when there are sweeping changes to the model.
|
void |
ITableModelListener.modelChanged(ITableModel<T> model)
Called when the entire content of the model changed.
|
void |
IDataTableChangeListener.modelChanged(TableModelTableBase<?> tbl,
ITableModel<?> old,
ITableModel<?> nw)
Called when the datatable as accepted a different model.
|
void |
IDataTableChangeListener.modelChanged(TableModelTableBase<?> tbl,
ITableModel<?> old,
ITableModel<?> nw)
Called when the datatable as accepted a different model.
|
void |
DataPager.modelChanged(TableModelTableBase<?> tbl,
ITableModel<?> old,
ITableModel<?> nw) |
void |
DataPager.modelChanged(TableModelTableBase<?> tbl,
ITableModel<?> old,
ITableModel<?> nw) |
void |
ListShuttle.rowAdded(ITableModel<Object> model,
int index,
Object value)
A row was moved (back) to the source model: change it.
|
void |
DataCellTable.rowAdded(ITableModel<T> model,
int index,
T value) |
void |
ScrollableDataTable.rowAdded(ITableModel<T> model,
int index,
T value)
Deprecated.
Row add.
|
void |
DataTable.rowAdded(ITableModel<T> model,
int index,
T value)
Row add.
|
void |
ITableModelListener.rowAdded(ITableModel<T> model,
int index,
T value)
Called after a row is added to the model.
|
void |
ListShuttle.rowDeleted(ITableModel<Object> model,
int index,
Object value) |
void |
DataCellTable.rowDeleted(ITableModel<T> model,
int index,
T value) |
void |
ScrollableDataTable.rowDeleted(ITableModel<T> model,
int index,
T value)
Deprecated.
Delete the row specified.
|
void |
DataTable.rowDeleted(ITableModel<T> model,
int index,
T value)
Delete the row specified.
|
void |
ITableModelListener.rowDeleted(ITableModel<T> model,
int index,
T value)
Called after a row has been deleted.
|
void |
ListShuttle.rowModified(ITableModel<Object> model,
int index,
Object value) |
void |
DataCellTable.rowModified(ITableModel<T> model,
int index,
T value) |
void |
ScrollableDataTable.rowModified(ITableModel<T> model,
int index,
T value)
Deprecated.
Merely force a full redraw of the appropriate row.
|
void |
DataTable.rowModified(ITableModel<T> model,
int index,
T value)
Merely force a full redraw of the appropriate row.
|
void |
ITableModelListener.rowModified(ITableModel<T> model,
int index,
T value)
Called after a row has been changed.
|
void |
ISelectionModel.selectAll(ITableModel<T> in)
This must add all (recoverable) items in the model and add them as selected as efficiently
as possible.
|
void |
InstanceSelectionModel.selectAll(ITableModel<T> in) |
void |
KeySelectionModel.selectAll(ITableModel<T> in) |
<T> void |
ISelectionAllHandler.selectAll(ITableModel<T> sourcemodel,
ISelectionModel<T> selectionModel) |
<T> void |
DefaultSelectAllHandler.selectAll(ITableModel<T> sourceModel,
ISelectionModel<T> selectionModel) |
void |
MultipleSelectionDataTable.setModel(ITableModel<T> model)
Set a new model for this table.
|
void |
TableModelTableBase.setModel(ITableModel<T> model)
Set a new model for this table.
|
void |
CheckBoxDataTable.setModel(ITableModel<T> model)
Deprecated.
Set a new model for this table.
|
| Constructor and Description |
|---|
CheckBoxDataTable(ITableModel<T> m,
IRowRenderer<T> r)
Deprecated.
|
DataCellTable(ITableModel<T> model) |
DataTable(ITableModel<T> m) |
DataTable(ITableModel<T> m,
IRowRenderer<T> r) |
MultipleSelectionDataTable(Class<T> dataClass,
ITableModel<T> m,
IRowRenderer<T> r) |
PageableTabularComponentBase(ITableModel<T> model) |
ScrollableDataTable(ITableModel<T> m)
Deprecated.
|
ScrollableDataTable(ITableModel<T> m,
IRowRenderer<T> r)
Deprecated.
|
SelectableTabularComponent(ITableModel<T> model) |
TableModelTableBase(ITableModel<T> model) |
| Modifier and Type | Method and Description |
|---|---|
ITableModel<DT> |
ITableModelFactory.createTableModel(IQueryHandler<QT> handler,
QCriteria<QT> query) |
ITableModel<T> |
SameTypeModelFactory.createTableModel(IQueryHandler<T> handler,
QCriteria<T> query) |
| Modifier and Type | Method and Description |
|---|---|
<A,B,L extends LookupInputBase2<A,B>> |
DefaultPopupOpener.createDialog(L control,
ITableModel<B> initialModel,
IExecute callOnWindowClose) |
<A,B,L extends LookupInputBase2<A,B>> |
LookupInputBase2.IPopupOpener.createDialog(L control,
ITableModel<B> initialModel,
IExecute callOnWindowClose) |
void |
DefaultLookupInputDialog.setInitialModel(ITableModel<OT> initialModel) |
void |
LookupInputBase2.showResults(ITableModel<OT> model) |
| Modifier and Type | Class and Description |
|---|---|
class |
ObservableListModelAdapter<T>
This adapter creates a
ITableModel from an IObservableList instance. |
Copyright © 2017 etc.to. All rights reserved.