RowStatus.ActiveRowsFilter
, RowStatus.RowStatusFilter
public interface MOTableRowFilter<R extends MOTableRow>
MOTableRowFilter
interface can be used to filter rows. The
RowStatus.ActiveRowsFilter
class,
for example, can be used to filter only active rows.Modifier and Type | Method | Description |
---|---|---|
boolean |
passesFilter(R row) |
Checks whether the supplied row passes the filter criteria implemented by
this row filter.
|
boolean passesFilter(R row)
row
- a MOTableRow
instance.true
if the row passes the filter or false
if not.Copyright © 2018 SNMP4J.org. All rights reserved.