Package org.ametys.runtime.util
Interface Labelable
- 
- All Known Subinterfaces:
 ModelItem,ModifiableLabelable,RestrictedModelItem<T>,Service
- All Known Implementing Classes:
 AbstractModelItem,AttachmentsService,AttributeDefinition,CompareView.CompareElementDefinition,CompositeDefinition,ConfigParameterCheckerDescriptor,ContentAttributeDefinition,ContentRestrictedCompositeDefinition,ContentRestrictedRepeaterDefinition,ElementDefinition,ExplorerFolderService,FilteredContentsService,FilteredPagesService,ItemCheckerDescriptor,LinkDirectoryService,ModelItemGroup,RepeaterDefinition,RichTextAttributeDefinition,SearchPagesService,SearchService,ServiceParameter,SimpleViewItemGroup,SitemapService,StaticService,SyndicationService,View,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 I18nizableTextgetDescription()Retrieves the description.I18nizableTextgetLabel()Retrieves the label.StringgetName()Get the name. 
 - 
 
- 
- 
Method Detail
- 
getLabel
I18nizableText getLabel()
Retrieves the label.- Returns:
 - the label.
 
 
- 
getDescription
I18nizableText getDescription()
Retrieves the description.- Returns:
 - the description.
 
 
 - 
 
 -