|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface defines the PivotRange item API.
| Method Summary | |
java.lang.String |
getFormula()
Returns the formula for a calculated item in US English. |
java.lang.String |
getFormulaLocal()
Returns the formula for a calculated item in the user's language. |
java.lang.String |
getName()
Returns the name of the item. |
int |
getPosition()
Returns the position of the item. |
java.lang.String |
getSourceName()
Returns the item’s name as it appears in the original source data for this PivotRange report. |
boolean |
isCalculated()
Indicates if this item is a calculated item. |
boolean |
isShowingDetail()
Indicates if this is item is showing detail. |
boolean |
isSummary()
Indicates if this is a summary item in the data field. |
boolean |
isVisible()
Indicates if this item is visible or hidden. |
void |
setFormula(java.lang.String formula)
Sets the formula for a calculated item in US English. |
void |
setFormulaLocal(java.lang.String formula)
Sets the formula for a calculated item in the user's language. |
void |
setName(java.lang.String name)
Sets the name of the item. |
void |
setPosition(int position)
Sets the position of the item. |
void |
setShowDetail(boolean showDetail)
Sets whether this item should show detail. |
void |
setVisibility(boolean isVisible)
Sets whether this item is visible or hidden. |
| Methods inherited from interface com.f1j.util.Lockable |
getLock,
releaseLock |
| Method Detail |
public java.lang.String getFormula()
public java.lang.String getFormulaLocal()
public java.lang.String getName()
public int getPosition()
public java.lang.String getSourceName()
public boolean isCalculated()
true = if item is a calculated item.public boolean isShowingDetail()
true = if item is showing detail.public boolean isSummary()
true = if item is summary.public boolean isVisible()
true = if item is visible.
public void setFormula(java.lang.String formula)
throws DataConflictException,
DuplicateNameException,
InvalidPivotRangeException,
F1Exception
formula - The formula to use in the calculated item.
public void setFormulaLocal(java.lang.String formula)
throws DataConflictException,
DuplicateNameException,
InvalidPivotRangeException,
F1Exception
formula - The formula to use in the calculated item.
public void setName(java.lang.String name)
throws InvalidPivotRangeException,
DuplicateNameException,
com.f1j.ss.pivot.InvalidNameException,
F1Exception
name - The name of the item.
public void setPosition(int position)
throws AccessDeniedException,
InvalidPivotRangeException,
DataConflictException,
SelectionException,
F1Exception
position - The position of the item.
public void setShowDetail(boolean showDetail)
throws InvalidPivotRangeException,
F1Exception
showDetail - boolean. true = if item should show detail.
public void setVisibility(boolean isVisible)
throws InvalidPivotRangeException,
F1Exception
isVisible - boolean. true = if item is visible.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||