| Package | Description |
|---|---|
| csbase.client.util.table |
| Modifier and Type | Method and Description |
|---|---|
static TextFieldCellView.HorizontalAlignment |
TextFieldCellView.HorizontalAlignment.getDefault()
Obtém o valor-padrão (
LEFT). |
static TextFieldCellView.HorizontalAlignment |
TextFieldCellView.HorizontalAlignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextFieldCellView.HorizontalAlignment[] |
TextFieldCellView.HorizontalAlignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TextFieldCellView(TextFieldCellView.HorizontalAlignment horizontalAlignment,
Converter converter,
Validator... validators)
Cria uma célula de campo de texto.
|
TextFieldCellViewFactory(TextFieldCellView.HorizontalAlignment horizontalAlignment,
Converter converter,
Validator... validators)
Cria uma fábrica de células de texto.
|
Copyright © 2017. All rights reserved.