THIS - Self-referential generic THISpublic interface FluentCheckBoxGroup<THIS extends FluentCheckBoxGroup<THIS,VALUE>,VALUE> extends FluentAbstractMultiSelect<THIS,VALUE>, FluentFieldEvents.FluentFocusNotifier<THIS>, FluentFieldEvents.FluentBlurNotifier<THIS>, FluentHasDataProvider<THIS,VALUE>
CheckBoxGroupCheckBoxGroupFluentComponent.FluentFocusable<C extends FluentComponent.FluentFocusable<C>>com.vaadin.ui.Component.ErrorEvent, com.vaadin.ui.Component.Event, com.vaadin.ui.Component.Focusable, com.vaadin.ui.Component.Listenercom.vaadin.server.ClientConnector.AttachEvent, com.vaadin.server.ClientConnector.AttachListener, com.vaadin.server.ClientConnector.ConnectorErrorEvent, com.vaadin.server.ClientConnector.DetachEvent, com.vaadin.server.ClientConnector.DetachListener| Modifier and Type | Method and Description |
|---|---|
default THIS |
withHtmlContentAllowed(boolean htmlContentAllowed)
Sets whether html is allowed in the item captions.
|
default THIS |
withItemEnabledProvider(com.vaadin.server.SerializablePredicate<VALUE> itemEnabledProvider) |
default THIS |
withItemIconGenerator(com.vaadin.ui.IconGenerator<VALUE> itemIconGenerator) |
withItemCaptionGenerator, withValueChangeListenerwithCaption, withCaptionAsHtml, withComponentError, withData, withDescription, withDescription, withLocale, withResponsive, withShortcutListener, withStyleNamewithAttachListener, withDetachListenerwithContextClickListeneraddContextClickListener, removeContextClickListenerwithItems, withItems, withItemsgetDataProvider, setItems, setItems, setItemswithTabIndexwithCaption, withEnabled, withIcon, withId, withParent, withPrimaryStyleName, withStyleName, withStyleName, withVisibleaddListener, addStyleName, addStyleNames, attach, getCaption, getDescription, getIcon, getId, getLocale, getParent, getPrimaryStyleName, getStyleName, getUI, isEnabled, isVisible, readDesign, removeListener, removeStyleName, removeStyleNames, setCaption, setEnabled, setIcon, setId, setParent, setPrimaryStyleName, setStyleName, setVisible, writeDesignaddAttachListener, addDetachListener, beforeClientResponse, detach, encodeState, getErrorHandler, getExtensions, getRpcManager, getStateType, handleConnectorRequest, isAttached, isConnectorEnabled, markAsDirty, markAsDirtyRecursive, removeAttachListener, removeDetachListener, removeExtension, requestRepaint, requestRepaintAll, retrievePendingRpcCalls, setErrorHandlerwithFullHeight, withFullSize, withFullWidth, withHeight, withHeight, withSize, withUndefinedHeight, withUndefinedSize, withUndefinedWidth, withWidth, withWidthgetHeight, getHeightUnits, getWidth, getWidthUnits, setHeight, setHeight, setHeightUndefined, setSizeFull, setSizeUndefined, setWidth, setWidth, setWidthUndefinedwithSelectionListeneraddSelectionListener, deselect, deselectAll, getEmptyValue, getSelectedItems, isSelected, select, updateSelectionwithReadOnly, withRequiredIndicatorVisible, withValueaddValueChangeListener, clear, getDefaultValidator, getOptionalValue, getValue, isEmpty, isReadOnly, isRequiredIndicatorVisible, setReadOnly, setRequiredIndicatorVisible, setValuewithFocusListenerwithBlurListenerwithDataProvider, withItemsdefault THIS withItemIconGenerator(com.vaadin.ui.IconGenerator<VALUE> itemIconGenerator)
itemIconGenerator - the item icon generator to set, not nullIconGenerator,
AbstractListing.setItemIconGenerator(IconGenerator)default THIS withItemEnabledProvider(com.vaadin.server.SerializablePredicate<VALUE> itemEnabledProvider)
itemEnabledProvider - the item enabled provider to set, not nullAbstractMultiSelect.setItemEnabledProvider(SerializablePredicate)default THIS withHtmlContentAllowed(boolean htmlContentAllowed)
htmlContentAllowed - true if the captions are used as html, false if used as plain textCheckBoxGroup.setHtmlContentAllowed(boolean)Copyright © 2017 Jean-Christophe Fortier. All rights reserved.