Style Intelligence v12.0

inetsoft.report.filter
Class HighlightGroup.HighlightAppliedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
HighlightGroup.HighlightAppliedEvent(Object source, String level, String name)
          Creates a new instance of HighlightAppliedEvent.
 
Method Summary
 String getLevel()
          Gets the name of the grouping level.
 String getName()
          Gets the name of the highlight.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.
Method Detail

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.

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.