public interface EnumValueResolver
DefaultEnumEditor to retrieve all possible values for an enum or enum-like property type.| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getAllValues(String valueType,
Object value)
Returns all available values for the given type and/or initialValue.
|
Copyright © 2018. All rights reserved.