Class BaseLogin.LocaleDropDown.LocaleRenderer
- java.lang.Object
-
- org.apache.wicket.markup.html.form.ChoiceRenderer<Locale>
-
- org.apache.syncope.client.ui.commons.BaseLogin.LocaleDropDown.LocaleRenderer
-
- All Implemented Interfaces:
Serializable,IChoiceRenderer<Locale>,IDetachable,IClusterable
- Enclosing class:
- BaseLogin.LocaleDropDown
protected class BaseLogin.LocaleDropDown.LocaleRenderer extends ChoiceRenderer<Locale>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedLocaleRenderer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDisplayValue(Locale locale)-
Methods inherited from class org.apache.wicket.markup.html.form.ChoiceRenderer
getIdValue
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.wicket.markup.html.form.IChoiceRenderer
detach, getObject
-
-
-
-
Method Detail
-
getDisplayValue
public String getDisplayValue(Locale locale)
- Specified by:
getDisplayValuein interfaceIChoiceRenderer<Locale>- Overrides:
getDisplayValuein classChoiceRenderer<Locale>
-
-