public 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.

Methods

public abstract boolean filter(Component c)Determines whether component c should be included in new set.

Method details

filter

public abstract boolean filter(Component c)
Determines whether component c should be included in new set.

Parameters

c Component
The component to test for inclusion in new set.

Returns

True if c should be included in new set. False otherwise