|
|||||||||
| Home >> All >> app >> [ data overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
app.data
Class DataValueType

java.lang.Objectapp.data.DataValueType
- public class DataValueType
- extends java.lang.Object
Título: Gestión de pedidos Descripcion: Copyright: Copyright (c) 2001 Empresa:
- Version:
- 1.0
| Field Summary | |
static DataValueType |
DATE
Tipo fecha |
static DataValueType |
FIELD
Tipo campo (hace referencia al valor de un campo) |
static DataValueType |
MONEY
Tipo money |
static DataValueType |
NUMBER
Tipo número |
static DataValueType |
TEXT
Tipo texto (String) |
| Constructor Summary | |
DataValueType()
|
|
| Method Summary | |
static app.DateTextField |
getDateInputField()
Componente visual para la entrada de fechas |
static javax.swing.JComponent |
getInputField(DataValueType type)
|
static app.MoneyTextField |
getMoneyInputField()
Componente visual para la entrada de moneda |
static app.NumberTextField |
getNumberInputField()
Componente visual para la entrada de numeros |
static javax.swing.JTextField |
getTextInputField()
Componente visual para la entrada de texto |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
TEXT
public static final DataValueType TEXT
- Tipo texto (String)
NUMBER
public static final DataValueType NUMBER
- Tipo número
DATE
public static final DataValueType DATE
- Tipo fecha
MONEY
public static final DataValueType MONEY
- Tipo money
FIELD
public static final DataValueType FIELD
- Tipo campo (hace referencia al valor de un campo)
| Constructor Detail |
DataValueType
public DataValueType()
| Method Detail |
getInputField
public static javax.swing.JComponent getInputField(DataValueType type)
getTextInputField
public static javax.swing.JTextField getTextInputField()
- Componente visual para la entrada de texto
getNumberInputField
public static app.NumberTextField getNumberInputField()
- Componente visual para la entrada de numeros
getMoneyInputField
public static app.MoneyTextField getMoneyInputField()
- Componente visual para la entrada de moneda
getDateInputField
public static app.DateTextField getDateInputField()
- Componente visual para la entrada de fechas
|
|||||||||
| Home >> All >> app >> [ data overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
app.data.DataValueType