Java com.vaadin.v7.ui OptionGroup fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.v7.ui OptionGroup fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.v7.ui OptionGroup.

The text is from its open source code.

Subclass

com.vaadin.v7.ui.OptionGroup has subclasses.
Click this link to see all its subclasses.

Constructor

Method

ItemaddItem(Object itemId)
Create a new item into container.
voidaddItems(Object... itemId)
Adds given items with given item ids to container.
ObjectgetValue()
Gets the selected item id or in multiselect mode a set of selected ids.
booleanremoveItem(Object itemId)
voidremoveStyleName(String style)
Removes one or more style names from component.
voidselect(Object itemId)
Selects an item.
voidsetCaption(String caption)
Sets the caption of the component.
voidsetEnabled(boolean enabled)
Enables or disables the component.
voidsetItemCaption(Object itemId, String caption)
Override the caption of an item.
voidsetMultiSelect(boolean multiSelect)
Sets the multiselect mode.
voidsetValue(Object newValue)
Sets the visible value of the property.
voidsetVisible(boolean visible)
Sets the visibility of the component.
voidsetWidth(float width, Unit unit)
Sets the width of the object.
voidsetWidthUndefined()
Clears any defined width.
intsize()
Gets the number of items in the container.