Uses of Interface
org.teamapps.data.extract.ValueExtractor
Packages that use ValueExtractor
-
Uses of ValueExtractor in org.teamapps.data.extract
Methods in org.teamapps.data.extract that return ValueExtractorModifier and TypeMethodDescriptionprotected ValueExtractor<RECORD, ?> BeanPropertyExtractor.getValueExtractor(Class clazz, String propertyName) Methods in org.teamapps.data.extract with parameters of type ValueExtractorModifier and TypeMethodDescriptionBeanPropertyExtractor.addProperty(String propertyName, ValueExtractor<RECORD, ?> valueExtractor) -
Uses of ValueExtractor in org.teamapps.ux.component.table
Methods in org.teamapps.ux.component.table that return ValueExtractorMethods in org.teamapps.ux.component.table with parameters of type ValueExtractorModifier and TypeMethodDescriptionTableColumn.setValueExtractor(ValueExtractor<RECORD, VALUE> valueExtractor)