Package io.jmix.jmxconsole
Class AttributeComponentProvider
java.lang.Object
io.jmix.jmxconsole.AttributeComponentProvider
@Component("jmxcon_AttributeComponentProvider")
public class AttributeComponentProvider
extends Object
Provides components for attribute fields.
-
Nested Class Summary
Modifier and TypeClassDescriptionclass
Builder class for creating attribute components. -
Field Summary
-
Constructor Summary
ConstructorDescriptionAttributeComponentProvider
(Messages messages, UiComponents uiComponents, Actions actions) -
Method Summary
Modifier and TypeMethodDescriptionprotected com.vaadin.flow.component.AbstractField<?,
?> build
(AttributeComponentProvider.ComponentBuilder componentBuilder) builder()
getFieldConvertedValue
(com.vaadin.flow.component.HasValueAndElement<?, ?> field, String type, boolean allowNull)
-
Field Details
-
messages
-
uiComponents
-
actions
-
-
Constructor Details
-
AttributeComponentProvider
-
-
Method Details
-
builder
-
build
protected com.vaadin.flow.component.AbstractField<?,?> build(AttributeComponentProvider.ComponentBuilder componentBuilder) -
getFieldConvertedValue
-