Copyright © 2011 Citra Technologies. All Rights Reserved.

com.citra.pivot.table.context
Class MonthContext

java.lang.Object
  extended by com.citra.pivot.table.context.SingleColumnContext
      extended by com.citra.pivot.table.context.DateColumnContext
          extended by com.citra.pivot.table.context.MonthContext
All Implemented Interfaces:
TableContext

public class MonthContext
extends DateColumnContext

MonthContext extracts months from Date values. The format used is set as: "MMM-yy".


Nested Class Summary
 
Nested classes/interfaces inherited from class com.citra.pivot.table.context.DateColumnContext
DateColumnContext.DateContext
 
Field Summary
 
Fields inherited from class com.citra.pivot.table.context.DateColumnContext
calendar, format
 
Fields inherited from class com.citra.pivot.table.context.SingleColumnContext
captionColumn, columnsByLocale, comparator, extractColumn, nameColumn
 
Constructor Summary
MonthContext(int extractColumn)
          Constructs a MonthContext.
 
Method Summary
 
Methods inherited from class com.citra.pivot.table.context.DateColumnContext
applyFormat, compareMemberValues, extractMemberValue, getCaption, getDateFormat, getDescription, getName, hasField, setField
 
Methods inherited from class com.citra.pivot.table.context.SingleColumnContext
getColumnForLocale, setColumnForLocale
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonthContext

public MonthContext(int extractColumn)
Constructs a MonthContext.


Copyright © 2011 Citra Technologies. All Rights Reserved.