Uses of Interface
org.teamapps.data.extract.ValueInjector
-
Packages that use ValueInjector Package Description org.teamapps.data.extract org.teamapps.ux.component.table -
-
Uses of ValueInjector in org.teamapps.data.extract
Methods in org.teamapps.data.extract with parameters of type ValueInjector Modifier and Type Method Description <VALUE> BeanPropertyInjector<RECORD>BeanPropertyInjector. addProperty(java.lang.String propertyName, ValueInjector<RECORD,VALUE> valueInjector) -
Uses of ValueInjector in org.teamapps.ux.component.table
Methods in org.teamapps.ux.component.table that return ValueInjector Modifier and Type Method Description ValueInjector<RECORD,VALUE>TableColumn. getValueInjector()Methods in org.teamapps.ux.component.table with parameters of type ValueInjector Modifier and Type Method Description TableColumn<RECORD,VALUE>TableColumn. setValueInjector(ValueInjector<RECORD,VALUE> valueInjector)
-