Class ReferenceTableReferencerSection
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.cms.properties.section.AbstractPropertySection
org.ametys.cms.properties.section.AbstractDefaultPropertySection
org.ametys.cms.properties.section.content.AbstractContentReferencerSection
org.ametys.cms.properties.section.content.ReferenceTableReferencerSection
- All Implemented Interfaces:
PropertySection,LogEnabled,PluginAware,Prioritizable,Supporter<AmetysObject>,Configurable,Serviceable
The implementation of
ContentReferencerSection for reference table.
It displays references to the content without details.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanDetermines if the current section support only reference tables or other contents except reference tables.Methods inherited from class org.ametys.cms.properties.section.content.AbstractContentReferencerSection
_buildData, _getDefaultXSLT, buildData, service, supportsMethods inherited from class org.ametys.cms.properties.section.AbstractDefaultPropertySection
configure, getDataURL, getParameters, getXSLTMethods inherited from class org.ametys.cms.properties.section.AbstractPropertySection
getId, getPriority, setPluginInfoMethods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Constructor Details
-
ReferenceTableReferencerSection
public ReferenceTableReferencerSection()
-
-
Method Details
-
_supportReferenceTable
Description copied from class:AbstractContentReferencerSectionDetermines if the current section support only reference tables or other contents except reference tables.- Specified by:
_supportReferenceTablein classAbstractContentReferencerSection- Returns:
trueif it a section for reference table,falseotherwise.
-