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