Interface ComponentSelector.Filter
- Enclosing class:
ComponentSelector
public static interface ComponentSelector.Filter
Interface used by
#filter(com.codename1.ui.ComponentSelector.Filter) to form a new set of
components based on the components in one set.-
Method Summary
-
Method Details
-
filter
Determines whether component c should be included in new set.
Parameters
c: The component to test for inclusion in new set.
Returns
True if c should be included in new set. False otherwise
-