Copyright © 2011 Citra Technologies. All Rights Reserved.

com.citra.pivot.table.context
Class DayContext

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.DayContext
All Implemented Interfaces:
TableContext

public class DayContext
extends DateColumnContext

DayContext extracts days from Date values. The format used is set as: "MMMM d, yyyy".


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
DayContext(int extractColumn)
          Constructs a DayContext.
 
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

DayContext

public DayContext(int extractColumn)
Constructs a DayContext.


Copyright © 2011 Citra Technologies. All Rights Reserved.