Uses of Class
com.caplin.motif.fx.config.definitions.HistoricSearchField
-
Packages that use HistoricSearchField Package Description com.caplin.motif.fx.config.definitions -
-
Uses of HistoricSearchField in com.caplin.motif.fx.config.definitions
Methods in com.caplin.motif.fx.config.definitions that return HistoricSearchField Modifier and Type Method Description HistoricSearchField
HistoricSearchField. addOptionsItem(HistoricSearchDropdownOption optionsItem)
HistoricSearchField
HistoricSearchField. displayName(java.lang.String displayName)
HistoricSearchField
HistoricSearchField. field(java.lang.String field)
HistoricSearchField
HistoricSearchField. options(java.util.List<HistoricSearchDropdownOption> options)
HistoricSearchField
HistoricSearchField. type(HistoricSearchSearchType type)
Methods in com.caplin.motif.fx.config.definitions that return types with arguments of type HistoricSearchField Modifier and Type Method Description @NotNull @Valid java.util.List<HistoricSearchField>
HistoricSearchExecution. getSearchFields()
Get searchFieldsMethods in com.caplin.motif.fx.config.definitions with parameters of type HistoricSearchField Modifier and Type Method Description HistoricSearchExecution
HistoricSearchExecution. addSearchFieldsItem(HistoricSearchField searchFieldsItem)
Method parameters in com.caplin.motif.fx.config.definitions with type arguments of type HistoricSearchField Modifier and Type Method Description HistoricSearchExecution
HistoricSearchExecution. searchFields(java.util.List<HistoricSearchField> searchFields)
void
HistoricSearchExecution. setSearchFields(java.util.List<HistoricSearchField> searchFields)
-