|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.citra.pivot.table.context.SingleColumnContext
com.citra.pivot.table.context.DateColumnContext
com.citra.pivot.table.context.WeekContext
public class WeekContext
WeekContext extracts weeks from Date
values.
The format used is set as: "'Week' W".
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 | |
---|---|
WeekContext(int extractColumn)
Constructs a WeekContext. |
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 |
---|
public WeekContext(int extractColumn)
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |