Uses of Interface
org.teamapps.data.extract.ValueExtractor
| Package | Description |
|---|---|
| org.teamapps.data.extract | |
| org.teamapps.ux.component.table |
-
Uses of ValueExtractor in org.teamapps.data.extract
Methods in org.teamapps.data.extract that return ValueExtractor Modifier and Type Method Description protected ValueExtractor<RECORD>BeanPropertyExtractor. getValueExtractor(java.lang.Class clazz, java.lang.String propertyName)Methods in org.teamapps.data.extract with parameters of type ValueExtractor Modifier and Type Method Description BeanPropertyExtractor<RECORD>BeanPropertyExtractor. addProperty(java.lang.String propertyName, ValueExtractor<RECORD> valueExtractor) -
Uses of ValueExtractor in org.teamapps.ux.component.table
Methods in org.teamapps.ux.component.table that return ValueExtractor Modifier and Type Method Description ValueExtractor<RECORD>TableColumn. getValueExtractor()Methods in org.teamapps.ux.component.table with parameters of type ValueExtractor Modifier and Type Method Description TableColumn<RECORD>TableColumn. setValueExtractor(ValueExtractor<RECORD> valueExtractor)