| Package | Description |
|---|---|
| tecgraf.javautils.gui.selector |
Pacote do componente gráfico de seleção múltipla ContainerSelection.
|
| Modifier and Type | Method and Description |
|---|---|
static ContainerSelection.SortableContainer |
ContainerSelection.SortableContainer.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerSelection.SortableContainer[] |
ContainerSelection.SortableContainer.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ContainerSelection(ObjectTableProvider firstFormatter,
ObjectTableProvider secondFormatter,
boolean enabled,
boolean hasRestoreDefaultsButton,
String availableText,
String selectedText,
boolean hasAddAllButton,
boolean hasRemoveAllButton,
int buttonPanelAnchor,
ContainerSelection.SortableContainer sortableContainer,
boolean showButtonsText)
Constrói um componente para seleção de elementos que usa dois conjuntos: um
de elementos disponíveis e outro de elementos escolhidos.
|
ContainerSelection(ObjectTableProvider firstFormatter,
ObjectTableProvider secondFormatter,
boolean enabled,
boolean hasRestoreDefaultsButton,
String availableText,
String selectedText,
boolean hasAddAllButton,
boolean hasRemoveAllButton,
int buttonPanelAnchor,
ContainerSelection.SortableContainer sortableContainer,
boolean showButtonsText,
boolean adjustColumnsWidth)
Constrói um componente para seleção de elementos que usa dois conjuntos: um
de elementos disponíveis e outro de elementos escolhidos.
|
ContainerSelection(ObjectTableProvider firstFormatter,
ObjectTableProvider secondFormatter,
ContainerSelection.SortableContainer sortableContainer)
Constrói um componente para seleção de elementos que usa dois conjuntos: um
de elementos disponíveis e outro de elementos escolhidos.
|
Copyright © 2015 Tecgraf/PUC-Rio. All rights reserved.