Package io.jmix.ui.component
Interface HasFormatter<V>
- All Known Subinterfaces:
EntityComboBox<V>
,EntityPicker<V>
,EntitySuggestionField<V>
,GroupTable.GroupColumn<E>
,Label<V>
,NotificationsIndicator
,SuggestionField<V>
,SuggestionFieldComponent<V,
,I> Table.Column<E>
,TagField<V>
,TagPicker<V>
,TextField<V>
,UserIndicator
,ValuePicker<V>
,ValuesPicker<V>
- All Known Implementing Classes:
AbstractSuggestionField
,AbstractTable.ColumnImpl
,EntityComboBoxImpl
,EntityPickerImpl
,EntitySuggestionFieldImpl
,GroupTableImpl.GroupColumnImpl
,LabelImpl
,NotificationsIndicatorImpl
,SearchFieldImpl
,SuggestionFieldImpl
,TagFieldImpl
,TagPickerImpl
,TextFieldImpl
,UserIndicatorImpl
,ValuePickerImpl
,ValuesPickerImpl
public interface HasFormatter<V>
Object having a formatter.
-
Method Summary
-
Method Details
-
getFormatter
-
setFormatter
@StudioElementsGroup(xmlElement="formatter", caption="Formatter", icon="io/jmix/ui/icon/element/formatters.svg") void setFormatter(@Nullable Formatter<? super V> formatter)
-