Package org.ametys.runtime.util
Interface Labelable
- All Known Subinterfaces:
 ContentElementDefinition,ElementDefinition<T>,ModelItem,ModelViewItem<T>,ModifiableLabelable,Property<T,,X> ReferencingProperty<T,,X> RestrictedModelItem<T>,SearchUIColumn<T>,Service,SystemProperty<T,,X> ViewItem,ViewItemGroup
- All Known Implementing Classes:
 AbstractContentProperty,AbstractDateTimeSystemProperty,AbstractElementsReferencingProperty,AbstractModelItem,AbstractMultiTypedValuesProperty,AbstractMultiValuesProperty,AbstractProperty,AbstractSystemProperty,AbstractUserSystemProperty,AbstractViewItemGroup,AttachmentsService,AttributeDefinition,CalendarSearchService,CollectionsSystemProperty,CommentsSystemProperty,CompositeDefinition,ConfigParameterCheckerDescriptor,ContainerMCCWorkflowStatusProperty,ContentAttributeDefinition,ContentElementReferencingProperty,ContentIdSystemProperty,ContentPrivacySystemProperty,ContentRestrictedCompositeDefinition,ContentRestrictedRepeaterDefinition,ContentTypeSystemProperty,ContributorSystemProperty,CreationDateSystemProperty,CreatorSystemProperty,DefaultContentElementDefinition,DefaultElementDefinition,DegreeOrderProperty,DegreeTypeProperty,ElementReferencingProperty,ExplorerFolderService,FilteredContentsService,FilteredPagesService,FirstValidationSystemProperty,FirstValidatorSystemProperty,FormService,FulltextSystemProperty,HasLiveVersionSystemProperty,ItemCheckerDescriptor,LanguageSystemProperty,LastMajorValidationSystemProperty,LastMajorValidatorSystemProperty,LastModifiedSystemProperty,LastSynchronizationSystemProperty,LastSynchronizationUserSystemProperty,LastValidationSystemProperty,LastValidatorSystemProperty,LinkDirectoryService,MemberProjectProperty,ModelItemGroup,ModelViewItemGroup,MultiContentValuesProperty,MultiStringValuesProperty,ODFPrimaryContentTypeProperty,OrgUnitAncestorProperty,OrphanSystemProperty,OverridenThematicsProperty,PagesSystemProperty,ParentContentSystemProperty,ParentProgramsProperty,ParentSubProgramsProperty,PinProperty,ProfiledGroupsTagsSystemProperty,ProgramSkillsProperty,RepeaterDefinition,RepeaterSearchUIColumn,RichTextAttributeDefinition,SearchPagesService,SearchService,SelfAndParentOrgUnitsProperty,SemanticAnnotationSystemProperty,ServerDirectoryService,ServiceParameter,SharedProperty,SharedSystemProperty,SimpleViewItemGroup,SitemapService,SiteSystemProperty,SiteTypeSystemProperty,StaticService,SubProgramParentProgramProperty,SurveyService,SyndicationService,TagsSystemProperty,TagsSystemProperty,TemporaryViewReference,View,ViewBasedFullTextSystemProperty,ViewElement,ViewElementAccessor,ViewElementAccessorSearchUIColumn,ViewElementSearchUIColumn,ViewParameter,WorkflowArgument,WorkflowNameSystemProperty,WorkflowStepSystemProperty,WorkflowStepSystemProperty
public interface Labelable
Interface to use for every component that have a label and a description
- 
Method Details
- 
getName
Get the name.- Returns:
 - the name.
 
 - 
getLabel
Retrieves the label.- Returns:
 - the label.
 
 - 
getDescription
Retrieves the description.- Returns:
 - the description.
 
 
 -