(String prefKey)
| 43 | private final PropertyContext filterContext; |
| 44 | |
| 45 | public FilterButton(String prefKey) |
| 46 | { |
| 47 | this(prefKey, false); |
| 48 | } |
| 49 | |
| 50 | public FilterButton(String prefKey, boolean defaultSelectedState) |
| 51 | { |
nothing calls this directly
no test coverage detected