Uses of Class
overit.geocallapp.wfm.core.ux.datacollection.optionstable.DataCollectionOptionsTable
Packages that use DataCollectionOptionsTable
-
Uses of DataCollectionOptionsTable in overit.geocallapp.wfm.core.ux.datacollection.optionstable
Fields in overit.geocallapp.wfm.core.ux.datacollection.optionstable with type parameters of type DataCollectionOptionsTableModifier and TypeFieldDescriptionprotected List<DataCollectionOptionsTable> PanelSelectDataCollectionOptionsTable.tablesMethods in overit.geocallapp.wfm.core.ux.datacollection.optionstable that return DataCollectionOptionsTableModifier and TypeMethodDescriptionstatic <T> DataCollectionOptionsTable<T> DataCollectionOptionsTable.make(String label, SearchEvent<?, T> searchEvent, Function<T, String> codeFunction, Function<T, Object> descriptionFunction) Methods in overit.geocallapp.wfm.core.ux.datacollection.optionstable that return types with arguments of type DataCollectionOptionsTableMethods in overit.geocallapp.wfm.core.ux.datacollection.optionstable with parameters of type DataCollectionOptionsTableModifier and TypeMethodDescriptionprotected <T> List<DataCollectionNodeSelectionOption> PanelSelectDataCollectionOptionsTable.convertToOptions(List<T> items, DataCollectionOptionsTable<T> table) protected List<DataCollectionNodeSelectionOption> PanelSelectDataCollectionOptionsTable.loadOptions(DataCollectionOptionsTable table)