public class SelectionProviderLogic extends Object
Modifier and Type | Field and Description |
---|---|
static String |
copyright |
static org.slf4j.Logger |
logger |
Constructor and Description |
---|
SelectionProviderLogic() |
Modifier and Type | Method and Description |
---|---|
static DefaultSelectionProvider |
createSelectionProvider(String name,
Collection objects,
Class objectClass,
TextFormat[] textFormats,
String[] propertyNames) |
static DefaultSelectionProvider |
createSelectionProvider(String name,
Collection objects,
PropertyAccessor[] propertyAccessors,
TextFormat[] textFormats) |
static DefaultSelectionProvider |
createSelectionProvider(String name,
int fieldCount,
Class[] fieldTypes,
Collection<Object[]> objects) |
public static final String copyright
public static final org.slf4j.Logger logger
public static DefaultSelectionProvider createSelectionProvider(String name, int fieldCount, Class[] fieldTypes, Collection<Object[]> objects)
public static DefaultSelectionProvider createSelectionProvider(String name, Collection objects, PropertyAccessor[] propertyAccessors, @Nullable TextFormat[] textFormats)
public static DefaultSelectionProvider createSelectionProvider(String name, Collection objects, Class objectClass, @Nullable TextFormat[] textFormats, String[] propertyNames)