Uses of Enum Class
net.sourceforge.jbizmo.commons.search.dto.SearchFieldDataTypeEnum
Packages that use SearchFieldDataTypeEnum
Package
Description
-
Uses of SearchFieldDataTypeEnum in net.sourceforge.jbizmo.commons.search.dto
Methods in net.sourceforge.jbizmo.commons.search.dto that return SearchFieldDataTypeEnumModifier and TypeMethodDescriptionSearchFieldDTO.getDataType()static SearchFieldDataTypeEnumReturns the enum constant of this class with the specified name.static SearchFieldDataTypeEnum[]SearchFieldDataTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.sourceforge.jbizmo.commons.search.dto with parameters of type SearchFieldDataTypeEnumModifier and TypeMethodDescriptionSearchDTO.addSearchField(String colName, SearchFieldDataTypeEnum dataType) Add a new search fieldvoidSearchFieldDTO.setDataType(SearchFieldDataTypeEnum type) Set the data type of the columnConstructors in net.sourceforge.jbizmo.commons.search.dto with parameters of type SearchFieldDataTypeEnumModifierConstructorDescriptionSearchFieldDTO(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 SearchFieldDataTypeEnumModifier and TypeMethodDescriptionvoidSearchObjectConverter.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