Uses of Class
net.sourceforge.jbizmo.commons.search.dto.SearchFieldDataTypeEnum
-
Packages that use SearchFieldDataTypeEnum Package Description net.sourceforge.jbizmo.commons.search.dto net.sourceforge.jbizmo.commons.search.util -
-
Uses of SearchFieldDataTypeEnum in net.sourceforge.jbizmo.commons.search.dto
Methods in net.sourceforge.jbizmo.commons.search.dto that return SearchFieldDataTypeEnum Modifier and Type Method Description SearchFieldDataTypeEnumSearchFieldDTO. getDataType()static SearchFieldDataTypeEnumSearchFieldDataTypeEnum. 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.Methods in net.sourceforge.jbizmo.commons.search.dto with parameters of type SearchFieldDataTypeEnum Modifier and Type Method Description voidSearchFieldDTO. setDataType(SearchFieldDataTypeEnum type)Set the data type of the columnConstructors in net.sourceforge.jbizmo.commons.search.dto with parameters of type SearchFieldDataTypeEnum Constructor Description SearchFieldDTO(int colDisplayOrder, String colName, String colLabel, SearchFieldDataTypeEnum dataType, int width)ConstructorSearchFieldDTO(SearchFieldTypeEnum type, int colDisplayOrder, String colName, String colLabel, SearchFieldDataTypeEnum dataType, int width)ConstructorSearchFieldDTO(SearchFieldTypeEnum type, int colDisplayOrder, String colName, String colLabel, SearchFieldDataTypeEnum dataType, int width, String lov)Constructor -
Uses of SearchFieldDataTypeEnum in net.sourceforge.jbizmo.commons.search.util
Methods in net.sourceforge.jbizmo.commons.search.util with parameters of type SearchFieldDataTypeEnum Modifier and Type Method Description voidSearchObjectConverter. addSearchField(String selectClause, String fieldName, SearchFieldDataTypeEnum dataType)Add a field to the internal search objectvoidSearchObjectConverter. addSearchField(String selectClause, String fieldName, SearchFieldDataTypeEnum dataType, boolean dateTimeFormat)Add a field to the internal search object
-