|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.definition.SubreportObjectConditionFormulas
public class SubreportObjectConditionFormulas
A collection of conditional formatting formulas for a subreport.
SubreportObject.setSubreportObjectConditionFormulas(SubreportObjectConditionFormulas)
Constructor Summary | |
---|---|
SubreportObjectConditionFormulas()
Creates an empty SubreportObjectConditionFormulas collection. |
|
SubreportObjectConditionFormulas(SubreportObjectConditionFormulas src)
Creates a copy of the given SubreportObjectConditionFormulas collection. |
Method Summary | |
---|---|
void |
clear()
Removes all of the formulas. |
java.lang.Object |
clone(boolean deepClone)
|
void |
copyTo(java.lang.Object destObject,
boolean deepCopy)
|
int |
count()
For internal use only. |
java.lang.Object |
createMember(java.lang.String eleName,
org.xml.sax.Attributes attrs,
XMLSerializationContext ctxt,
java.util.Map objState,
boolean[] bLoaded)
For internal use only. |
void |
doControllerModification(java.lang.Object newObject)
|
void |
endElement(java.lang.String eleName,
java.util.Map objState)
For internal use only. |
void |
enumerateMembers(IMemberVisitor visitor)
|
IConditionFormula |
get(java.lang.Object key)
Deprecated. |
ControllableMixin |
getControllableMixin()
|
IConditionFormula |
getFormula(SubreportObjectConditionFormulaType formulaType)
Gets the IConditionFormula in the collection for the given formula type. |
boolean |
hasContent(java.lang.Object objFormulas)
|
boolean |
isDirectlyControllable()
|
void |
put(java.lang.Object key,
IConditionFormula newFormula)
Deprecated. |
void |
readElement(java.lang.String eleName,
java.lang.String sVal,
org.xml.sax.Attributes attrs,
java.util.Map objState)
For internal use only. |
void |
remove(SubreportObjectConditionFormulaType formulaType)
Remove the IConditionFormula for the given SubreportObjectConditionFormulaType . |
void |
save(XMLWriter writer,
java.lang.String sTag,
XMLSerializationContext ctxt)
For internal use only. |
void |
save(XMLWriter writer,
XMLSerializationContext ctxt)
For internal use only. |
void |
saveContents(XMLWriter writer,
XMLSerializationContext ctxt)
|
void |
setFormula(SubreportObjectConditionFormulaType formulaType,
IConditionFormula newFormula)
Adds or replaces a formula in the collection for the specified formula type. |
void |
startElement(java.lang.String eleName,
java.util.Map objState,
org.xml.sax.Attributes attrs)
For internal use only. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SubreportObjectConditionFormulas(SubreportObjectConditionFormulas src)
SubreportObjectConditionFormulas
collection.
This constructor makes a deep copy of the src collection.
- Parameters:
src
- the formula collection to copy
public SubreportObjectConditionFormulas()
SubreportObjectConditionFormulas
collection.
Method Detail |
---|
public IConditionFormula getFormula(SubreportObjectConditionFormulaType formulaType)
IConditionFormula
in the collection for the given formula type.
formulaType
- the type of formula to retrieve
IConditionFormula
for the specified formula typepublic void readElement(java.lang.String eleName, java.lang.String sVal, org.xml.sax.Attributes attrs, java.util.Map objState)
public void remove(SubreportObjectConditionFormulaType formulaType)
IConditionFormula
for the given SubreportObjectConditionFormulaType
.
formulaType
- the formula type to remove from the collectionpublic void setFormula(SubreportObjectConditionFormulaType formulaType, IConditionFormula newFormula)
formulaType
- the type of formula to add or replacenewFormula
- the formula to be used for the specified formula typepublic void clear()
Removes all of the formulas.
public java.lang.Object clone(boolean deepClone)
public void copyTo(java.lang.Object destObject, boolean deepCopy)
public int count()
For internal use only.
public java.lang.Object createMember(java.lang.String eleName, org.xml.sax.Attributes attrs, XMLSerializationContext ctxt, java.util.Map objState, boolean[] bLoaded)
For internal use only.
public void endElement(java.lang.String eleName, java.util.Map objState)
For internal use only.
public IConditionFormula get(java.lang.Object key)
public boolean hasContent(java.lang.Object objFormulas)
public void put(java.lang.Object key, IConditionFormula newFormula)
public void save(XMLWriter writer, XMLSerializationContext ctxt) throws java.io.IOException
For internal use only.
java.io.IOException
public void save(XMLWriter writer, java.lang.String sTag, XMLSerializationContext ctxt) throws java.io.IOException
For internal use only.
java.io.IOException
public void saveContents(XMLWriter writer, XMLSerializationContext ctxt) throws java.io.IOException
java.io.IOException
public void startElement(java.lang.String eleName, java.util.Map objState, org.xml.sax.Attributes attrs)
For internal use only.
public ControllableMixin getControllableMixin()
public void doControllerModification(java.lang.Object newObject)
public boolean isDirectlyControllable()
public void enumerateMembers(IMemberVisitor visitor)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |