|
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 PivotDefinition
An interface that defines the attributes of a pivot column.
Method Summary | |
---|---|
String |
getColumnValue(Object pivotValue)
Returns the value to display on the table for this pivot column having pivotValue
as its value. |
String |
getPivotColumn()
Returns the pivot column as a string. |
Class |
getPivotColumnClass()
Returns the class of the pivot column |
Method Detail |
---|
String getColumnValue(Object pivotValue)
pivotValue
as its value.
pivotValue
- the value of the pivot column as it was fetched from the database.
String getPivotColumn()
Class getPivotColumnClass()
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |