AddEnum(Type, Converter<Object, String>)
|
enumType, displayTextConverter
|
Populates this RepositoryItemRadioGroup with items generated from values of the specific enumeration and replaces default item descriptions.
|
AddEnum(Type)
|
enumType
|
Populates this RepositoryItemRadioGroup with items generated from values of the specific enumeration.
|
AddEnum<TEnum>()
|
none
|
Populates this RepositoryItemRadioGroup with items generated from values of the specific enumeration.
|
AddEnum<TEnum>(Converter<TEnum, String>)
|
displayTextConverter
|
Populates this RepositoryItemRadioGroup with items generated from values of the specific enumeration and replaces default item descriptions.
|