Class RibbonExclude
java.lang.Object
org.ametys.core.ui.ribbonconfiguration.RibbonExclude
The class represent an exclusion declared in a ribbon file
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Target of exclusion in the ribbon configurationstatic enum
Type of exclusion in the ribbon configuration -
Constructor Summary
ConstructorDescriptionRibbonExclude
(Configuration configuration, Logger logger) Configure a new exclusion -
Method Summary
-
Constructor Details
-
RibbonExclude
Configure a new exclusion- Parameters:
configuration
- The ribbon configuration for the exclude taglogger
- The logger- Throws:
ConfigurationException
- If an error occurs
-
-
Method Details
-
getType
Get the type of exclusion- Returns:
- The type
-
getTarget
Get the target of exclusion- Returns:
- The target
-
getValue
Get the exclusion value- Returns:
- The value
-