inetsoft.report.filter
Class HighlightGroup.HighlightAppliedEvent
java.lang.Object
java.util.EventObject
inetsoft.report.filter.HighlightGroup.HighlightAppliedEvent
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- HighlightGroup
public static final class HighlightGroup.HighlightAppliedEvent
- extends EventObject
Event that signals that a highlight was applied.
- Since:
- 12.0
- See Also:
- Serialized Form
HighlightGroup.HighlightAppliedEvent
public HighlightGroup.HighlightAppliedEvent(Object source,
String level,
String name)
- Creates a new instance of HighlightAppliedEvent.
- Parameters:
source - the source of the event.level - the name of the grouping level.name - the name of the highlight.
getLevel
public String getLevel()
- Gets the name of the grouping level.
- Returns:
- the level name.
getName
public String getName()
- Gets the name of the highlight.
- Returns:
- the highlight name.