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 protected
LocaleRenderer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayValue(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:
getDisplayValue
in interfaceIChoiceRenderer<Locale>
- Overrides:
getDisplayValue
in classChoiceRenderer<Locale>
-
-