Package io.jmix.jmxconsole
Class AttributeComponentProvider.ComponentBuilder
java.lang.Object
io.jmix.jmxconsole.AttributeComponentProvider.ComponentBuilder
- Enclosing class:
- AttributeComponentProvider
Builder class for creating attribute components.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncom.vaadin.flow.component.AbstractField<?,?> build()withMaxWidth(String maxWidth) 
- 
Constructor Details- 
ComponentBuilderpublic ComponentBuilder()
 
- 
- 
Method Details- 
withType
- 
withValue
- 
withWidth
- 
withMaxWidth
- 
buildpublic com.vaadin.flow.component.AbstractField<?,?> build()
 
-