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 SummaryNested ClassesModifier and TypeClassDescriptionclassBuilder class for creating attribute components.
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionAttributeComponentProvider(Messages messages, UiComponents uiComponents, Actions actions) 
- 
Method SummaryModifier 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
- 
buildprotected com.vaadin.flow.component.AbstractField<?,?> build(AttributeComponentProvider.ComponentBuilder componentBuilder) 
- 
getFieldConvertedValue
 
-