public interface ComponentSelector.ComponentMapper

Interface used by #map(com.codename1.ui.ComponentSelector.ComponentMapper) to form a new set of components based on the components in one set.

Methods

public abstract Component map(Component c)Maps component c to a replacement component.

Method details

map

public abstract Component map(Component c)
Maps component c to a replacement component.

Parameters

c Component
The source component.

Returns

The component that should replace c in the new set.