|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ObjectTableBuilder.SelectionMode>
tecgraf.javautils.gui.table.ObjectTableBuilder.SelectionMode
public static enum ObjectTableBuilder.SelectionMode
Modo de seleção das linhas da tabela.
| Enum Constant Summary | |
|---|---|
MULTIPLE_INTERVAL_SELECTION
Permite selecionar múltiplos intervalos de linhas. |
|
NO_SELECTION
Nenhuma linha é selecionável. |
|
SINGLE_INTERVAL_SELECTION
Permite selecionar um intervalo de linhas. |
|
SINGLE_SELECTION
Permite selecionar apenas uma linha por vez. |
|
| Method Summary | |
|---|---|
static ObjectTableBuilder.SelectionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ObjectTableBuilder.SelectionMode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ObjectTableBuilder.SelectionMode NO_SELECTION
public static final ObjectTableBuilder.SelectionMode SINGLE_SELECTION
public static final ObjectTableBuilder.SelectionMode SINGLE_INTERVAL_SELECTION
public static final ObjectTableBuilder.SelectionMode MULTIPLE_INTERVAL_SELECTION
| Method Detail |
|---|
public static ObjectTableBuilder.SelectionMode[] values()
for (ObjectTableBuilder.SelectionMode c : ObjectTableBuilder.SelectionMode.values()) System.out.println(c);
public static ObjectTableBuilder.SelectionMode valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||