public final class ComboBoxCellViewFactory extends java.lang.Object implements CellViewFactory
Células de ComboBoxes: cria células de
comboboxes.| Constructor and Description |
|---|
ComboBoxCellViewFactory()
Cria a fábrica.
|
| Modifier and Type | Method and Description |
|---|---|
ComboBoxCellView |
create()
Cria uma visão de célula.
|
ComboBoxCellViewFactory |
withItems(java.util.List<ComboBoxCellViewItem> items)
Atribui os ítens disponíveis para seleção nesta célula.
|
public ComboBoxCellView create()
create in interface CellViewFactorypublic ComboBoxCellViewFactory withItems(java.util.List<ComboBoxCellViewItem> items)
items - Os ítens disponíveis (Não aceita null e não pode estar
vazio).Copyright © 2018. All Rights Reserved.