Uses of Enum Class
net.sourceforge.jbizmo.commons.search.dto.SearchFieldTypeEnum
Packages that use SearchFieldTypeEnum
-
Uses of SearchFieldTypeEnum in net.sourceforge.jbizmo.commons.search.dto
Methods in net.sourceforge.jbizmo.commons.search.dto that return SearchFieldTypeEnumModifier and TypeMethodDescriptionSearchFieldDTO.getType()static SearchFieldTypeEnumReturns the enum constant of this class with the specified name.static SearchFieldTypeEnum[]SearchFieldTypeEnum.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 SearchFieldTypeEnumModifier and TypeMethodDescriptionvoidSearchFieldDTO.setType(SearchFieldTypeEnum type) Set the search field typeConstructors in net.sourceforge.jbizmo.commons.search.dto with parameters of type SearchFieldTypeEnumModifierConstructorDescriptionSearchFieldDTO(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