ReportMill 11 API

com.reportmill.base
Class RMTableOfContents.RowGroup

java.lang.Object
  extended by com.reportmill.base.RMTableOfContents.RowGroup
All Implemented Interfaces:
RMKey.Get
Enclosing class:
RMTableOfContents

public static class RMTableOfContents.RowGroup
extends java.lang.Object
implements RMKey.Get

An inner class to assist flattening.


Constructor Summary
RMTableOfContents.RowGroup(RMShape row, java.lang.Object group)
          Creates a new table of contents entry.
 
Method Summary
 boolean equals(java.lang.Object anObj)
          Standard equals implementation.
 java.lang.Object getKeyValue(java.lang.String aKey)
          Implements this method to provide page info.
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMTableOfContents.RowGroup

public RMTableOfContents.RowGroup(RMShape row,
                                  java.lang.Object group)
Creates a new table of contents entry.

Method Detail

getKeyValue

public java.lang.Object getKeyValue(java.lang.String aKey)
Implements this method to provide page info.

Specified by:
getKeyValue in interface RMKey.Get

equals

public boolean equals(java.lang.Object anObj)
Standard equals implementation.

Overrides:
equals in class java.lang.Object

ReportMill 11 API