

Protected Member Functions | |
| Property | getPropertyFor (Node node, Property prop) |
Package Functions | |
| SelectiveTableModel (Class[] displayBeans) | |
Private Attributes | |
| final Class[] | displayBeans |
Model that redirects the call to the super class if the Bean class is a subclass of the one set with ListTableView.setProperties(). Otherwise it returns null. The goal is to display only the rows of the beans instead of creating its getPropertySets. Not used in this implementation. To use it, pass it as an argument to ListTableView()
| cern::gp::explorer::TableHolderImpl::SelectiveTableModel::SelectiveTableModel | ( | Class[] | displayBeans | ) | [inline, package] |
| Property cern::gp::explorer::TableHolderImpl::SelectiveTableModel::getPropertyFor | ( | Node | node, | |
| Property | prop | |||
| ) | [inline, protected] |
Only return valid properties if the bean corresponding to this node shall be displayed in the ListTable. Otherwise return null.
References displayBeans.
final Class [] cern::gp::explorer::TableHolderImpl::SelectiveTableModel::displayBeans [private] |
Referenced by getPropertyFor().
1.6.2