|
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.olap.gui.OlapAssistant
public class OlapAssistant
OlapAssistant provides pivot tables with auxiliary support, such as filtering and drilling.
Field Summary | |
---|---|
protected PivotTable |
pivotTable
the associated pivot table |
protected DefaultOlapProvider |
provider
the associated olap provider |
Constructor Summary | |
---|---|
OlapAssistant(PivotTable table,
DefaultOlapProvider provider)
Constructs an OlapAssistant. |
Method Summary | |
---|---|
DefaultOlapProvider |
getOlapProvider()
Retrieves the olap provider. |
PivotTable |
getTable()
Retrieves the associated pivot table. |
void |
setOlapProvider(DefaultOlapProvider provider)
Assigns the olap provider. |
void |
setTable(PivotTable pivotTable)
Assigns the pivot table. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected PivotTable pivotTable
protected DefaultOlapProvider provider
Constructor Detail |
---|
public OlapAssistant(PivotTable table, DefaultOlapProvider provider)
Method Detail |
---|
public DefaultOlapProvider getOlapProvider()
public PivotTable getTable()
public void setOlapProvider(DefaultOlapProvider provider)
provider
- the default olap provider to assignpublic void setTable(PivotTable pivotTable)
pivotTable
- the pivot table to assign
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |