public interface BooleanInputBuilder extends InputBuilder<Boolean,Input<Boolean>,BooleanInputBuilder>
InputConfigurator.BaseFieldConfigurator<T>
ComponentConfigurator.BaseComponentConfigurator
Modifier and Type | Method and Description |
---|---|
BooleanInputBuilder |
nullValueAsFalse(boolean nullValueAsFalse)
Sets whether to treat
null values as Boolean.FALSE values |
BooleanInputBuilder |
withBlurListener(com.vaadin.event.FieldEvents.BlurListener listener)
Add a listener for focus lost events
|
BooleanInputBuilder |
withFocusListener(com.vaadin.event.FieldEvents.FocusListener listener)
Add a listener for focus gained events
|
asField, build, deferLocalization, dragSource, dropTarget, validatable
locale, readOnly, tabIndex, withValue, withValueChangeListener
caption, caption, caption, captionAsHtml, description, description, description, disabled, errorHandler, fullHeight, fullSize, fullWidth, height, height, heightUndefined, hidden, icon, id, notVisible, primaryStyleName, replaceStyleName, responsive, sizeUndefined, styleName, width, width, widthUndefined, withAttachListener, withContextClickListener, withData, withDetachListener, withShortcutListener
BooleanInputBuilder nullValueAsFalse(boolean nullValueAsFalse)
null
values as Boolean.FALSE
valuesnullValueAsFalse
- true
to treat null
values as Boolean.FALSE
valuesBooleanInputBuilder withFocusListener(com.vaadin.event.FieldEvents.FocusListener listener)
listener
- Listener to addBooleanInputBuilder withBlurListener(com.vaadin.event.FieldEvents.BlurListener listener)
listener
- Listener to addCopyright © 2018 The Holon Platform. All rights reserved.