|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.crystaldecisions.sdk.occa.report.definition.CommonFieldFormat
public class CommonFieldFormat
This object provides the formatting options that are common to all ReportObjects.
When possible, use the ICommonFieldFormat interface.
| Constructor Summary | |
|---|---|
CommonFieldFormat()
|
|
CommonFieldFormat(ICommonFieldFormat src)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone(boolean deepClone)
|
void |
copyTo(java.lang.Object destObject,
boolean deepCopy)
|
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 |
endElement(java.lang.String eleName,
java.util.Map objState)
For internal use only. |
CommonFieldFormatConditionFormulas |
getConditionFormulas()
Returns the condition formulas used to override the common field's format settings. |
boolean |
getEnableSuppressIfDuplicated()
Returns whether duplicate fields are printed or not. |
boolean |
getEnableSystemDefault()
Returns true if the system default format is used, and false otherwise. |
boolean |
hasContent(java.lang.Object srcCommonFieldFormat)
|
void |
readElement(java.lang.String eleName,
java.lang.String sVal,
org.xml.sax.Attributes attrs,
java.util.Map objState)
For internal use only. |
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)
For internal use only. |
void |
setConditionFormulas(CommonFieldFormatConditionFormulas conditionFormulas)
Sets the condition formulas used to override the common field's format settings. |
void |
setEnableSuppressIfDuplicated(boolean enableSuppressIfDuplicated)
Sets whether duplicate fields are printed or not. |
void |
setEnableSystemDefault(boolean EnableSystemDefault)
Sets whether the system default format is used. |
boolean |
skipWritingIdenticalObject()
For internal use only. |
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 CommonFieldFormat(ICommonFieldFormat src)
public CommonFieldFormat()
| Method Detail |
|---|
public java.lang.Object clone(boolean deepClone)
public void copyTo(java.lang.Object destObject,
boolean deepCopy)
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 CommonFieldFormatConditionFormulas getConditionFormulas()
ICommonFieldFormatReturns the condition formulas used to override the common field's format settings.
getConditionFormulas in interface ICommonFieldFormatCommonFieldFormatConditionFormulas object containing the condition formulas
used to override the common field's format settings.public boolean getEnableSuppressIfDuplicated()
ICommonFieldFormatReturns whether duplicate fields are printed or not.
getEnableSuppressIfDuplicated in interface ICommonFieldFormattrue if duplicate fields are not printed, and false otherwise.public boolean getEnableSystemDefault()
ICommonFieldFormat
Returns true if the system default format is used, and false otherwise.
If this is set to true, other format object settings will be ignored.
getEnableSystemDefault in interface ICommonFieldFormattrue if the system default format is used, and false otherwise.public boolean hasContent(java.lang.Object srcCommonFieldFormat)
public void readElement(java.lang.String eleName,
java.lang.String sVal,
org.xml.sax.Attributes attrs,
java.util.Map objState)
For internal use only.
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
For internal use only.
java.io.IOExceptionpublic void setConditionFormulas(CommonFieldFormatConditionFormulas conditionFormulas)
ICommonFieldFormatSets the condition formulas used to override the common field's format settings.
setConditionFormulas in interface ICommonFieldFormatconditionFormulas - A CommonFieldFormatConditionFormulas object containing the condition formulas
used to override the common field's format settings.public void setEnableSuppressIfDuplicated(boolean enableSuppressIfDuplicated)
ICommonFieldFormatSets whether duplicate fields are printed or not.
setEnableSuppressIfDuplicated in interface ICommonFieldFormatenableSuppressIfDuplicated - true if duplicate fields are not printed, and false otherwise.public void setEnableSystemDefault(boolean EnableSystemDefault)
ICommonFieldFormat
Sets whether the system default format is used.
If this is set to true, other format object settings will be ignored.
setEnableSystemDefault in interface ICommonFieldFormatEnableSystemDefault - true if the system default format is used, and false otherwise.public boolean skipWritingIdenticalObject()
For internal use only.
public void startElement(java.lang.String eleName,
java.util.Map objState,
org.xml.sax.Attributes attrs)
For internal use only.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||