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

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

Introduction

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

The text is from its open source code.

Method

voidaddItems(Object... itemId)
Adds given items with given item ids to container.
voidaddItems(Collection itemIds)
Adds given items with given item ids to container.
PropertygetContainerProperty(Object itemId, Object propertyId)
Gets the Property identified by the given itemId and propertyId from the Container.
ObjectgetValue()
Gets the selected item id or in multiselect mode a set of selected ids.
booleanisVisible()
Tests the visibility property of the component.
booleanremoveAllItems()
Removes all items from the container.
voidsetItemCaption(Object itemId, String caption)
Override the caption of an item.
voidsetNullSelectionAllowed(boolean nullSelectionAllowed)
Allow or disallow empty selection by the user.
voidsetValue(Object newValue)
Sets the visible value of the property.