| Package | Description |
|---|---|
| net.sourceforge.jbizmo.commons.search.dto | |
| net.sourceforge.jbizmo.commons.search.util |
| 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
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchObjectConverter.addSearchField(String selectClause,
String fieldName,
SearchFieldDataTypeEnum dataType)
Add field to internal search object
|
Copyright © 2018. All rights reserved.