| Package | Description |
|---|---|
| no.g9.client.core.view.table | |
| no.g9.client.core.view.tree |
| Modifier and Type | Method and Description |
|---|---|
static <U extends Comparable<U>,T extends ListRow> |
RowFilter.comparableFilter(DialogObjectConstant column,
U filterValue,
RowFilter.FilterType filterType)
Create a filter that uses a java.lang.Comparable filter value.
|
static <T extends ListRow> |
RowFilter.regexpFilter(DialogObjectConstant column,
String regexp)
Create a filter that uses the a regular expression to filter values.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<RowFilter<?,ListRow>> |
DefaultTableModel.getRowFilters() |
Collection<RowFilter<?,ListRow>> |
TableModel.getRowFilters()
Get the registered row filters for this table model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultTableModel.addRowFilter(RowFilter<?,ListRow> rowFilter) |
void |
TableModel.addRowFilter(RowFilter<?,ListRow> rowFilter)
Add the row filter to this table model.
|
void |
DefaultTableModel.removeRowFilter(RowFilter<?,ListRow> rowFilter) |
void |
TableModel.removeRowFilter(RowFilter<?,ListRow> rowFilter)
Remove the row filter from this table model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultTableModel.addRowFilters(Collection<RowFilter<?,ListRow>> rowFilters) |
void |
TableModel.addRowFilters(Collection<RowFilter<?,ListRow>> rowFilters)
Add the row filters to this table model.
|
void |
DefaultTableModel.removeRowFilters(Collection<RowFilter<?,ListRow>> rowFilters) |
void |
TableModel.removeRowFilters(Collection<RowFilter<?,ListRow>> rowFilters)
Remove the row filters from this table model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeModel.addRowFilter(RowFilter<?,ListRow> rowFilter)
Add the row filter to this tree model.
|
void |
TreeModel.removeRowFilter(RowFilter<?,ListRow> rowFilter)
Remove the row filter from this tree model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeModel.addRowFilters(Collection<RowFilter<?,ListRow>> rowFilters)
Add the row filters to this tree model.
|
void |
TreeModel.removeRowFilters(Collection<RowFilter<?,ListRow>> rowFilters)
Remove the row filters from this tree model.
|
Copyright © 2006–2017 Esito AS. All rights reserved.