Uses of Interface
org.teamapps.data.extract.PropertyExtractor
-
-
Uses of PropertyExtractor in org.teamapps.data.extract
Subinterfaces of PropertyExtractor in org.teamapps.data.extract Modifier and Type Interface Description interfacePropertyBijector<RECORD>Classes in org.teamapps.data.extract that implement PropertyExtractor Modifier and Type Class Description classBeanPropertyExtractor<RECORD>classPropertyProvider<RECORD> -
Uses of PropertyExtractor in org.teamapps.ux.component.calendar
Methods in org.teamapps.ux.component.calendar that return PropertyExtractor Modifier and Type Method Description PropertyExtractor<CEVENT>Calendar. getPropertyExtractor()Methods in org.teamapps.ux.component.calendar with parameters of type PropertyExtractor Modifier and Type Method Description voidCalendar. setPropertyExtractor(PropertyExtractor<CEVENT> propertyExtractor) -
Uses of PropertyExtractor in org.teamapps.ux.component.charting.forcelayout
Methods in org.teamapps.ux.component.charting.forcelayout that return PropertyExtractor Modifier and Type Method Description PropertyExtractor<RECORD>ForceLayoutGraph. getPropertyExtractor()Methods in org.teamapps.ux.component.charting.forcelayout with parameters of type PropertyExtractor Modifier and Type Method Description voidForceLayoutGraph. setPropertyExtractor(PropertyExtractor<RECORD> propertyExtractor) -
Uses of PropertyExtractor in org.teamapps.ux.component.field
Methods in org.teamapps.ux.component.field that return PropertyExtractor Modifier and Type Method Description PropertyExtractor<RECORD>Button. getPropertyExtractor()Methods in org.teamapps.ux.component.field with parameters of type PropertyExtractor Modifier and Type Method Description voidButton. setPropertyExtractor(PropertyExtractor<RECORD> propertyExtractor) -
Uses of PropertyExtractor in org.teamapps.ux.component.field.combobox
Methods in org.teamapps.ux.component.field.combobox that return PropertyExtractor Modifier and Type Method Description PropertyExtractor<RECORD>AbstractComboBox. getPropertyExtractor()Methods in org.teamapps.ux.component.field.combobox with parameters of type PropertyExtractor Modifier and Type Method Description voidAbstractComboBox. setPropertyExtractor(PropertyExtractor<RECORD> propertyExtractor) -
Uses of PropertyExtractor in org.teamapps.ux.component.field.upload
Methods in org.teamapps.ux.component.field.upload that return PropertyExtractor Modifier and Type Method Description PropertyExtractor<RECORD>FileField. getFileItemPropertyExtractor()PropertyExtractorFileField. getUploadButtonPropertyExtractor()Methods in org.teamapps.ux.component.field.upload with parameters of type PropertyExtractor Modifier and Type Method Description voidFileField. setFileItemPropertyExtractor(PropertyExtractor<RECORD> fileItemPropertyExtractor)voidFileField. setUploadButtonPropertyExtractor(PropertyExtractor uploadButtonPropertyExtractor) -
Uses of PropertyExtractor in org.teamapps.ux.component.form
Methods in org.teamapps.ux.component.form that return PropertyExtractor Modifier and Type Method Description PropertyExtractor<RECORD>AbstractForm. getPropertyExtractor()PropertyExtractor<RECORD>LogicalForm. getPropertyExtractor()Methods in org.teamapps.ux.component.form with parameters of type PropertyExtractor Modifier and Type Method Description voidAbstractForm. setPropertyExtractor(PropertyExtractor<RECORD> propertyExtractor)voidLogicalForm. setPropertyExtractor(PropertyExtractor<RECORD> propertyExtractor)Constructors in org.teamapps.ux.component.form with parameters of type PropertyExtractor Constructor Description LogicalForm(PropertyExtractor<RECORD> propertyExtractor, PropertyInjector<RECORD> propertyInjector) -
Uses of PropertyExtractor in org.teamapps.ux.component.infiniteitemview
Methods in org.teamapps.ux.component.infiniteitemview that return PropertyExtractor Modifier and Type Method Description PropertyExtractor<RECORD>InfiniteItemView. getItemPropertyExtractor()Methods in org.teamapps.ux.component.infiniteitemview with parameters of type PropertyExtractor Modifier and Type Method Description voidInfiniteItemView. setItemPropertyExtractor(PropertyExtractor<RECORD> itemPropertyExtractor) -
Uses of PropertyExtractor in org.teamapps.ux.component.itemview
Methods in org.teamapps.ux.component.itemview that return PropertyExtractor Modifier and Type Method Description PropertyExtractor<HEADERRECORD>ItemView. getHeaderPropertyExtractor()PropertyExtractor<RECORD>ItemGroup. getItemPropertyExtractor()Methods in org.teamapps.ux.component.itemview with parameters of type PropertyExtractor Modifier and Type Method Description voidItemView. setHeaderPropertyExtractor(PropertyExtractor<HEADERRECORD> headerPropertyExtractor)voidItemGroup. setItemPropertyExtractor(PropertyExtractor<RECORD> itemPropertyExtractor) -
Uses of PropertyExtractor in org.teamapps.ux.component.map
Methods in org.teamapps.ux.component.map that return PropertyExtractor Modifier and Type Method Description PropertyExtractor<RECORD>MapView. getMarkerPropertyExtractor()Methods in org.teamapps.ux.component.map with parameters of type PropertyExtractor Modifier and Type Method Description voidMapView. setMarkerPropertyExtractor(PropertyExtractor<RECORD> markerPropertyExtractor) -
Uses of PropertyExtractor in org.teamapps.ux.component.table
Methods in org.teamapps.ux.component.table that return PropertyExtractor Modifier and Type Method Description PropertyExtractor<RECORD>Table. getPropertyExtractor()Methods in org.teamapps.ux.component.table with parameters of type PropertyExtractor Modifier and Type Method Description voidTable. setPropertyExtractor(PropertyExtractor<RECORD> propertyExtractor) -
Uses of PropertyExtractor in org.teamapps.ux.component.toolbar
Methods in org.teamapps.ux.component.toolbar that return PropertyExtractor Modifier and Type Method Description PropertyExtractorToolbarButton. getAppliedPropertyExtractor()PropertyExtractorToolbarButtonGroup. getAppliedPropertyExtractor()PropertyExtractorAbstractToolContainer. getPropertyExtractor()PropertyExtractorToolbarButton. getPropertyExtractor()PropertyExtractorToolbarButtonGroup. getPropertyExtractor()Methods in org.teamapps.ux.component.toolbar with parameters of type PropertyExtractor Modifier and Type Method Description voidAbstractToolContainer. setPropertyExtractor(PropertyExtractor propertyExtractor)ToolbarButtonToolbarButton. setPropertyExtractor(PropertyExtractor propertyExtractor)voidToolbarButtonGroup. setPropertyExtractor(PropertyExtractor propertyExtractor) -
Uses of PropertyExtractor in org.teamapps.ux.component.tree
Methods in org.teamapps.ux.component.tree that return PropertyExtractor Modifier and Type Method Description PropertyExtractor<RECORD>Tree. getPropertyExtractor()Methods in org.teamapps.ux.component.tree with parameters of type PropertyExtractor Modifier and Type Method Description voidTree. setPropertyExtractor(PropertyExtractor<RECORD> propertyExtractor)
-