Uses of Interface
org.teamapps.data.extract.PropertyInjector
| Package | Description |
|---|---|
| org.teamapps.data.extract | |
| org.teamapps.ux.component.form | |
| org.teamapps.ux.component.table |
-
Uses of PropertyInjector in org.teamapps.data.extract
Subinterfaces of PropertyInjector in org.teamapps.data.extract Modifier and Type Interface Description interfacePropertyBijector<RECORD>Classes in org.teamapps.data.extract that implement PropertyInjector Modifier and Type Class Description classBeanPropertyInjector<RECORD> -
Uses of PropertyInjector in org.teamapps.ux.component.form
Methods in org.teamapps.ux.component.form that return PropertyInjector Modifier and Type Method Description PropertyInjector<RECORD>AbstractForm. getPropertyInjector()PropertyInjector<RECORD>LogicalForm. getPropertyInjector()Methods in org.teamapps.ux.component.form with parameters of type PropertyInjector Modifier and Type Method Description voidAbstractForm. setPropertyInjector(PropertyInjector<RECORD> propertyInjector)voidLogicalForm. setPropertyInjector(PropertyInjector<RECORD> propertyInjector)Constructors in org.teamapps.ux.component.form with parameters of type PropertyInjector Constructor Description LogicalForm(PropertyExtractor<RECORD> propertyExtractor, PropertyInjector<RECORD> propertyInjector)LogicalForm(PropertyProvider<RECORD> propertyProvider, PropertyInjector<RECORD> propertyInjector) -
Uses of PropertyInjector in org.teamapps.ux.component.table
Methods in org.teamapps.ux.component.table that return PropertyInjector Modifier and Type Method Description PropertyInjector<RECORD>Table. getPropertyInjector()Methods in org.teamapps.ux.component.table with parameters of type PropertyInjector Modifier and Type Method Description voidTable. setPropertyInjector(PropertyInjector<RECORD> propertyInjector)