Package org.ametys.odf.tree
Class ShareStatusIndicator
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.core.ui.StaticFileImportsClientSideElement
org.ametys.odf.tree.AbstractStaticODFTreeIndicator
org.ametys.odf.tree.ShareStatusIndicator
- All Implemented Interfaces:
ClientSideElement,ODFTreeIndicator,LogEnabled,PluginAware,Prioritizable,Configurable,Serviceable
ODFTreeIndicator to display the share status-
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.voidservice(ServiceManager smanager) 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, 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
-
ShareStatusIndicator
public ShareStatusIndicator()
-
-
Method Details
-
service
- Specified by:
servicein interfaceServiceable- Overrides:
servicein classStaticFileImportsClientSideElement- Throws:
ServiceException
-
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.
-