Uses of Class
com.caplin.motif.fx.config.definitions.Field
-
Packages that use Field Package Description com.caplin.motif.fx.config.definitions -
-
Uses of Field in com.caplin.motif.fx.config.definitions
Methods in com.caplin.motif.fx.config.definitions that return Field Modifier and Type Method Description Field
Field. addOptionsItem(DropdownOption optionsItem)
Field
Field. displayName(String displayName)
Field
Field. field(String field)
Field
Field. options(List<DropdownOption> options)
Field
Field. type(FieldType type)
Methods in com.caplin.motif.fx.config.definitions that return types with arguments of type Field Modifier and Type Method Description @NotNull @Valid List<Field>
HistoricSearchExecution. getSearchFields()
Get searchFields@NotNull @Valid List<Field>
HistoricSearchMoneyMarket. getSearchFields()
Get searchFields@Valid List<Field>
RFS. getSubmitFields()
Get submitFieldsMethods in com.caplin.motif.fx.config.definitions with parameters of type Field Modifier and Type Method Description HistoricSearchExecution
HistoricSearchExecution. addSearchFieldsItem(Field searchFieldsItem)
HistoricSearchMoneyMarket
HistoricSearchMoneyMarket. addSearchFieldsItem(Field searchFieldsItem)
RFS
RFS. addSubmitFieldsItem(Field submitFieldsItem)
Method parameters in com.caplin.motif.fx.config.definitions with type arguments of type Field Modifier and Type Method Description HistoricSearchExecution
HistoricSearchExecution. searchFields(List<Field> searchFields)
HistoricSearchMoneyMarket
HistoricSearchMoneyMarket. searchFields(List<Field> searchFields)
void
HistoricSearchExecution. setSearchFields(List<Field> searchFields)
void
HistoricSearchMoneyMarket. setSearchFields(List<Field> searchFields)
void
RFS. setSubmitFields(List<Field> submitFields)
RFS
RFS. submitFields(List<Field> submitFields)
-