

Public Member Functions | |
| void | setFilter (String flt, boolean not) |
| boolean | include (Entry<?extends AlarmTableModel,?extends Integer > entry) |
Private Attributes | |
| boolean | applyAsNot = false |
| String | filterString |
The filter of table entries.
Accepts all the entries containing the passed string in one of the visible columns.
The filter can be applied to hide entries instead of select (i.e. NOT logic)
| boolean alma::acsplugins::alarmsystem::gui::table::AlarmTable::AlarmTableFilter::include | ( | Entry<?extends AlarmTableModel,?extends Integer > | entry | ) | [inline] |
| void alma::acsplugins::alarmsystem::gui::table::AlarmTable::AlarmTableFilter::setFilter | ( | String | flt, | |
| boolean | not | |||
| ) | [inline] |
Set the filter
| flt | The string used to filter | |
| not | If true the filter is applied with a NOT policy |
References applyAsNot, and filterString.
Referenced by alma::acsplugins::alarmsystem::gui::table::AlarmTable::filter().
boolean alma::acsplugins::alarmsystem::gui::table::AlarmTable::AlarmTableFilter::applyAsNot = false [private] |
If true the selected entries are those that do not contain the filter string
Referenced by include(), and setFilter().
String alma::acsplugins::alarmsystem::gui::table::AlarmTable::AlarmTableFilter::filterString [private] |
The string to compare to the visible columns to accept the antries
Referenced by include(), and setFilter().
1.6.2