Package org.ametys.odf.tree
Class SharedCoursePartIndicator
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.core.ui.StaticFileImportsClientSideElement
org.ametys.odf.tree.AbstractStaticODFTreeIndicator
org.ametys.odf.tree.SharedCoursePartIndicator
- All Implemented Interfaces:
 ClientSideElement,ODFTreeIndicator,LogEnabled,PluginAware,Prioritizable,Configurable,Serviceable
ODFTreeIndicator to indicate if a course has shared course part- 
Nested Class Summary
Nested classes/interfaces inherited from interface org.ametys.core.ui.ClientSideElement
ClientSideElement.Script, ClientSideElement.ScriptFileNested classes/interfaces inherited from interface org.ametys.odf.tree.ODFTreeIndicator
ODFTreeIndicator.IndicatorData - 
Field Summary
Fields inherited from class org.ametys.core.ui.StaticFileImportsClientSideElement
_currentUserProvider, _dependencies, _featureName, _id, _pluginName, _rightManager, _rights, _rightsMode, _script - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetIndicatorData(Content content) Get the indicator values for a program item.Methods inherited from class org.ametys.odf.tree.AbstractStaticODFTreeIndicator
configure, getApplyJSFunction, getDescription, getIconGlyph, getLabel, getMatchJSFunction, getPriorityMethods inherited from class org.ametys.core.ui.StaticFileImportsClientSideElement
_configureDependencies, _configureImports, _configureRights, _configureRightsMode, _configureScript, getDependencies, getId, getPluginName, getRights, getScripts, getScripts, hasRight, service, setPluginInfo, toStringMethods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLoggerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.ametys.odf.tree.ODFTreeIndicator
getId, getScripts 
- 
Constructor Details
- 
SharedCoursePartIndicator
public SharedCoursePartIndicator() 
 - 
 - 
Method Details
- 
getIndicatorData
Description copied from interface:ODFTreeIndicatorGet the indicator values for a program item. Returnnullif the indicator is not available for this program item- Parameters:
 content- the content- Returns:
 - the indicator data for this program item. Can be null.
 
 
 -