Uses of Interface
org.teamapps.data.extract.PropertyInjector
Packages that use PropertyInjector
Package
Description
-
Uses of PropertyInjector in org.teamapps.data.extract
Subinterfaces of PropertyInjector in org.teamapps.data.extractClasses in org.teamapps.data.extract that implement PropertyInjector -
Uses of PropertyInjector in org.teamapps.ux.component.form
Methods in org.teamapps.ux.component.form that return PropertyInjectorModifier and TypeMethodDescriptionAbstractForm.getPropertyInjector()LogicalForm.getPropertyInjector()Methods in org.teamapps.ux.component.form with parameters of type PropertyInjectorModifier and TypeMethodDescriptionvoidAbstractForm.setPropertyInjector(PropertyInjector<RECORD> propertyInjector) voidLogicalForm.setPropertyInjector(PropertyInjector<RECORD> propertyInjector) Constructors in org.teamapps.ux.component.form with parameters of type PropertyInjectorModifierConstructorDescriptionLogicalForm(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 PropertyInjectorMethods in org.teamapps.ux.component.table with parameters of type PropertyInjectorModifier and TypeMethodDescriptionvoidTable.setPropertyInjector(PropertyInjector<RECORD> propertyInjector)