| Package | Description |
|---|---|
| net.sourceforge.jbizmo.commons.search.dto |
| Modifier and Type | Method and Description |
|---|---|
SearchFieldTypeEnum |
SearchFieldDTO.getType() |
static SearchFieldTypeEnum |
SearchFieldTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchFieldTypeEnum[] |
SearchFieldTypeEnum.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.setType(SearchFieldTypeEnum type)
Set search field type
|
| Constructor and Description |
|---|
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.