Uses of Class
net.sourceforge.jbizmo.commons.search.dto.SearchFieldTypeEnum
-
Packages that use SearchFieldTypeEnum Package Description net.sourceforge.jbizmo.commons.search.dto -
-
Uses of SearchFieldTypeEnum in net.sourceforge.jbizmo.commons.search.dto
Methods in net.sourceforge.jbizmo.commons.search.dto that return SearchFieldTypeEnum Modifier and Type Method Description SearchFieldTypeEnumSearchFieldDTO. getType()static SearchFieldTypeEnumSearchFieldTypeEnum. 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.Methods in net.sourceforge.jbizmo.commons.search.dto with parameters of type SearchFieldTypeEnum Modifier and Type Method Description voidSearchFieldDTO. setType(SearchFieldTypeEnum type)Set the search field typeConstructors in net.sourceforge.jbizmo.commons.search.dto with parameters of type SearchFieldTypeEnum Constructor Description SearchFieldDTO(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
-