|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TableContext
TableContext is an interface used for dynamically creating an olap hierarchy.
Method Summary | |
---|---|
int |
compareMemberValues(Object memberValue1,
Object memberValue2)
Compares two values that have been previously extracted in the extractMemberValue method. |
Object |
extractMemberValue(List row)
Extracts a member value from a row that corresponds to the underlying table model. |
String |
getCaption(Object memberValue,
List row,
Locale locale)
Determines the caption that will be displayed for the given member value and locale. |
String |
getDescription(Object memberValue,
List row,
Locale locale)
Determines the description that will be displayed for the given member value and locale. |
String |
getName(Object memberValue,
List row)
Determines the name that will be displayed for the given member value. |
Method Detail |
---|
int compareMemberValues(Object memberValue1, Object memberValue2)
extractMemberValue
method.
memberValue1
- the first value to comparememberValue2
- the second value to compare
Object extractMemberValue(List row)
row
- the row to the table model
String getCaption(Object memberValue, List row, Locale locale)
memberValue
- the member valuerow
- the row to the table modellocale
- the locale for which the caption is returned
String getDescription(Object memberValue, List row, Locale locale)
memberValue
- the member valuerow
- the row to the table modellocale
- the locale for which the description is returned
String getName(Object memberValue, List row)
memberValue
- the member valuerow
- the row to the table model
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |