I - item typepublic interface RadioButtonGroup<I> extends OptionsField<I,I>, LookupComponent, Component.Focusable, HasOrientation
Options.Field.Validator<T>HasValue.ValueChangeEvent<V>Component.Alignment, Component.BelongToFrame, Component.Disposable, Component.Editable, Component.Focusable, Component.HasCaption, Component.HasDescription, Component.HasIcon, Component.HasXmlDescriptor, Component.OptionsStyleProvider, Component.WrapperHasContextHelp.ContextHelpIconClickEventLookupComponent.LookupSelectionChangeEvent<T extends Entity>, LookupComponent.LookupSelectionChangeNotifier<T extends Entity>HasOrientation.Orientation| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
AUTO_SIZE, AUTO_SIZE_PX, FULL_SIZE, UNITS_PERCENTAGE, UNITS_PIXELS| Modifier and Type | Method and Description |
|---|---|
java.util.function.Function<? super I,java.lang.String> |
getOptionDescriptionProvider() |
java.util.function.Function<? super I,java.lang.String> |
getOptionIconProvider() |
void |
setOptionDescriptionProvider(java.util.function.Function<? super I,java.lang.String> optionDescriptionProvider)
Sets the option description provider.
|
void |
setOptionIconProvider(java.util.function.Function<? super I,java.lang.String> optionIconProvider)
Set the icon provider for the LookupField.
|
getOptions, getOptionsDatasource, getOptionsEnum, getOptionsList, getOptionsMap, setOptions, setOptionsDatasource, setOptionsEnum, setOptionsList, setOptionsMapaddValidator, addValidators, getRequiredMessage, getValidators, isRequired, removeValidator, setRequired, setRequiredMessagegetDatasource, getMetaProperty, getMetaPropertyPath, setDatasourceaddValueChangeListener, clear, getEmptyValue, getValue, isEmpty, removeValueChangeListener, setValueaddStyleName, getAlignment, getHeight, getHeightSizeUnit, getHeightUnits, getId, getParent, getStyleName, getWidth, getWidthSizeUnit, getWidthUnits, isEnabled, isEnabledItself, isEnabledRecursive, isResponsive, isVisible, isVisibleItself, isVisibleRecursive, removeStyleName, requestFocus, setAlignment, setEnabled, setHeight, setHeightAuto, setHeightFull, setId, setParent, setResponsive, setSizeAuto, setSizeFull, setStyleName, setVisible, setWidth, setWidthAuto, setWidthFull, unwrap, unwrapComposition, unwrapCompositionOrNull, unwrapOrNull, withUnwrapped, withUnwrappedCompositiongetValueSource, setValueSourceisEditable, isEditableWithParent, setEditablegetFrame, setFrameisValid, isValidateOnCommit, validategetIcon, setIcon, setIconFromSetgetContextHelpIconClickHandler, getContextHelpText, isContextHelpTextHtmlEnabled, setContextHelpIconClickHandler, setContextHelpText, setContextHelpTextHtmlEnabledisCaptionAsHtml, setCaptionAsHtmlgetCaption, setCaptiongetDescription, setDescriptionisDescriptionAsHtml, setDescriptionAsHtmlisHtmlSanitizerEnabled, setHtmlSanitizerEnabledgetOptionCaptionProvider, setOptionCaptionProvidergetCaptionMode, getCaptionProperty, setCaptionMode, setCaptionPropertygetLookupSelectedItems, setLookupSelectHandlerfocus, getTabIndex, isFocusable, setFocusable, setTabIndexgetOrientation, setOrientationstatic final java.lang.String NAME
java.util.function.Function<? super I,java.lang.String> getOptionIconProvider()
void setOptionIconProvider(java.util.function.Function<? super I,java.lang.String> optionIconProvider)
optionIconProvider - provider which provides icons for optionsjava.util.function.Function<? super I,java.lang.String> getOptionDescriptionProvider()
void setOptionDescriptionProvider(java.util.function.Function<? super I,java.lang.String> optionDescriptionProvider)
optionDescriptionProvider - provider which provides descriptions for options