|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface XFormulaRepository
XFormulaRepository contains formula infos.
| Method Summary | |
|---|---|
void |
addFormula(inetsoft.report.internal.binding.FormulaInfo info)
Add a formula from the repository. |
boolean |
containsFormula(inetsoft.report.internal.binding.FormulaInfo info)
Check if an attribute or expression is already defined in the selection. |
inetsoft.report.internal.binding.FormulaInfo |
getFormula(String source,
String name)
Get a formula matches a formula name. |
inetsoft.report.internal.binding.FormulaInfo[] |
getFormulas()
Get all the formulas. |
inetsoft.report.internal.binding.FormulaInfo[] |
getFormulas(String source,
int type)
Get a formula matches a source name. |
void |
removeFormula(inetsoft.report.internal.binding.FormulaInfo info)
Remove a formula from the repository. |
| Method Detail |
|---|
void removeFormula(inetsoft.report.internal.binding.FormulaInfo info)
void addFormula(inetsoft.report.internal.binding.FormulaInfo info)
inetsoft.report.internal.binding.FormulaInfo[] getFormulas()
inetsoft.report.internal.binding.FormulaInfo getFormula(String source,
String name)
name - the specified formula name.
inetsoft.report.internal.binding.FormulaInfo[] getFormulas(String source,
int type)
name - the specified formula name.
boolean containsFormula(inetsoft.report.internal.binding.FormulaInfo info)
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||