C - Concrete component typeB - Concrete builder typepublic interface ComponentBuilder<C extends com.vaadin.ui.Component,B extends ComponentBuilder<C,B>> extends ComponentConfigurator<B>
Components.ComponentConfigurator.BaseComponentConfigurator| Modifier and Type | Method and Description |
|---|---|
C |
build()
Build and returns the component
|
B |
deferLocalization()
Instructs the builder to resolve any message localization (for example component caption and description) only
after the component is attached to parent layout.
|
caption, caption, caption, captionAsHtml, description, description, description, disabled, errorHandler, fullHeight, fullSize, fullWidth, height, height, heightUndefined, hidden, icon, id, immediate, notVisible, primaryStyleName, replaceStyleName, responsive, sizeUndefined, styleName, width, width, widthUndefined, withAttachListener, withContextClickListener, withData, withDetachListener, withShortcutListenerB deferLocalization()
C build()
Copyright © 2019 The Holon Platform. All rights reserved.