| Package | Description |
|---|---|
| net.sourceforge.jbizmo.commons.search.dto |
| Modifier and Type | Method and Description |
|---|---|
SearchFieldDataTypeEnum |
SearchFieldDTO.getDataType() |
static SearchFieldDataTypeEnum |
SearchFieldDataTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchFieldDataTypeEnum[] |
SearchFieldDataTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchFieldDTO.setDataType(SearchFieldDataTypeEnum type)
Set column dataType
|
| Constructor and Description |
|---|
SearchFieldDTO(int colDisplayOrder,
String colName,
String colLabel,
SearchFieldDataTypeEnum dataType,
int width)
Constructor
|
SearchFieldDTO(SearchFieldTypeEnum type,
int colDisplayOrder,
String colName,
String colLabel,
SearchFieldDataTypeEnum dataType,
int width)
Constructor
|
SearchFieldDTO(SearchFieldTypeEnum type,
int colDisplayOrder,
String colName,
String colLabel,
SearchFieldDataTypeEnum dataType,
int width,
String lov)
Constructor
|
Copyright © 2015. All rights reserved.