Package org.ametys.runtime.util
Interface Labelable
-
- All Known Subinterfaces:
ModelItem
,ModelViewItem<T>
,ModifiableLabelable
,RestrictedModelItem<T>
,Service
,ViewItem
,ViewItemGroup
- All Known Implementing Classes:
AbstractModelItem
,AbstractViewItemGroup
,AttachmentsService
,AttributeDefinition
,CompositeDefinition
,ConfigParameterCheckerDescriptor
,ContentAttributeDefinition
,ContentRestrictedCompositeDefinition
,ContentRestrictedRepeaterDefinition
,ElementDefinition
,ExplorerFolderService
,FilteredContentsService
,FilteredPagesService
,ItemCheckerDescriptor
,LinkDirectoryService
,ModelItemGroup
,ModelViewItemGroup
,RepeaterDefinition
,RichTextAttributeDefinition
,SearchPagesService
,SearchService
,ServerDirectoryService
,ServiceParameter
,SimpleViewItemGroup
,SitemapService
,StaticService
,SyndicationService
,TemporaryViewReference
,View
,ViewElement
,ViewElementAccessor
,ViewParameter
public interface Labelable
Interface to use for every component that have a label and a description
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description I18nizableText
getDescription()
Retrieves the description.I18nizableText
getLabel()
Retrieves the label.String
getName()
Get the name.
-
-
-
Method Detail
-
getLabel
I18nizableText getLabel()
Retrieves the label.- Returns:
- the label.
-
getDescription
I18nizableText getDescription()
Retrieves the description.- Returns:
- the description.
-
-