Class UILabel.DefaultLabelCaptionProvider
- java.lang.Object
-
- org.linkki.core.ui.element.annotation.UILabel.DefaultLabelCaptionProvider
-
- All Implemented Interfaces:
ItemCaptionProvider<Object>
- Enclosing class:
- UILabel
public static class UILabel.DefaultLabelCaptionProvider extends Object implements ItemCaptionProvider<Object>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.linkki.core.defaults.ui.element.ItemCaptionProvider
ItemCaptionProvider.DefaultCaptionProvider, ItemCaptionProvider.ToStringCaptionProvider
-
-
Constructor Summary
Constructors Constructor Description DefaultLabelCaptionProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCaption(Object o)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.linkki.core.defaults.ui.element.ItemCaptionProvider
getNullCaption, getUnsafeCaption
-
-
-
-
Method Detail
-
getCaption
public String getCaption(Object o)
- Specified by:
getCaptionin interfaceItemCaptionProvider<Object>
-
-