Uses of Class
org.teamapps.data.extract.PropertyProvider
-
Packages that use PropertyProvider Package Description org.teamapps.ux.application.model org.teamapps.ux.application.validation -
-
Uses of PropertyProvider in org.teamapps.ux.application.model
Methods in org.teamapps.ux.application.model that return PropertyProvider Modifier and Type Method Description PropertyProvider<RECORD>AbstractPerspectiveDataModel. getPropertyProvider()Constructors in org.teamapps.ux.application.model with parameters of type PropertyProvider Constructor Description AbstractPerspectiveDataModel(PropertyProvider<RECORD> propertyProvider)ListPerspectiveDataModel(PropertyProvider<RECORD> propertyProvider) -
Uses of PropertyProvider in org.teamapps.ux.application.validation
Methods in org.teamapps.ux.application.validation with parameters of type PropertyProvider Modifier and Type Method Description java.util.List<RecordValue>RecordChangeSet. getRecordValues(PropertyProvider<RECORD> propertyProvider, java.lang.String... requiredPropertyNames)
-