public static interface ComponentSelector.Filter
ComponentSelector.filter(com.codename1.ui.ComponentSelector.Filter)
to form a new set of
components based on the components in one set.Modifier and Type | Method and Description |
---|---|
boolean |
filter(Component c)
Determines whether component c should be included in new set.
|
boolean filter(Component c)
c
- The component to test for inclusion in new set.