| Package | Description |
|---|---|
| tecgraf.javautils.gui.field |
Pacote do componente gráfico para campos.
|
| Modifier and Type | Field and Description |
|---|---|
static LatLongDocument.Orientation |
LatLongField.LATITUDE |
static LatLongDocument.Orientation |
LatLongField.LONGITUDE |
| Modifier and Type | Method and Description |
|---|---|
static LatLongDocument.Orientation |
LatLongDocument.Orientation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LatLongDocument.Orientation[] |
LatLongDocument.Orientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
LatLongDocument(LatLongDocument.Orientation orientation)
Default: exibir erro em validação desligado ; quantidade de casas decimais
para segundos é 2 ; representando hemisfério via sinal de negativo
|
LatLongDocument(LatLongDocument.Orientation orientation,
boolean hemisphereEnabled)
Default: quantidade de casas decimais para segundos é 2
|
LatLongDocument(LatLongDocument.Orientation orientation,
int decimal)
Default: exibir erro em validação é false ; representando hemisfério via
sinal de negativo
|
LatLongDocument(LatLongDocument.Orientation orientation,
int decimal,
boolean hemisphereEnabled)
Construtor
|
LatLongField(LatLongDocument.Orientation orientation)
Default: exibir erro em validação desligado ; quantidade de casas decimais
para segundos é 2 ; representando hemisfério via sinal de negativo
|
LatLongField(LatLongDocument.Orientation orientation,
boolean showValidation)
Default: quantidade de casas decimais para segundos é 2 ; representando
hemisfério via sinal de negativo
|
LatLongField(LatLongDocument.Orientation orientation,
boolean showValidation,
boolean hemisphereEnabled)
Default: quantidade de casas decimais para segundos é 2
|
LatLongField(LatLongDocument.Orientation orientation,
int decimal)
Default: exibir erro em validação é false ; representando hemisfério via
sinal de negativo
|
LatLongField(LatLongDocument.Orientation orientation,
int decimal,
boolean showValidation)
Default: representando hemisfério via sinal de negativo
|
LatLongField(LatLongDocument.Orientation orientation,
int decimal,
boolean showValidation,
boolean hemisphereEnabled)
Construtor
|
Copyright © 2020 Tecgraf/PUC-Rio. All rights reserved.