|
|||||||||
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 |
doControllerModification(java.lang.Object newObject)
|
void |
endElement(java.lang.String eleName,
java.util.Map objState)
For internal use only. |
void |
enumerateMembers(IMemberVisitor visitor)
|
CommonFieldFormatConditionFormulas |
getConditionFormulas()
Returns the condition formulas used to override the common field's format settings. |
ControllableMixin |
getControllableMixin()
|
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)
|
boolean |
isDirectlyControllable()
|
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()
ICommonFieldFormat
Returns the condition formulas used to override the common field's format settings.
getConditionFormulas
in interface ICommonFieldFormat
CommonFieldFormatConditionFormulas
object containing the condition formulas
used to override the common field's format settings.public boolean getEnableSuppressIfDuplicated()
ICommonFieldFormat
Returns whether duplicate fields are printed or not.
getEnableSuppressIfDuplicated
in interface ICommonFieldFormat
true
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 ICommonFieldFormat
true
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.IOException
public void setConditionFormulas(CommonFieldFormatConditionFormulas conditionFormulas)
ICommonFieldFormat
Sets the condition formulas used to override the common field's format settings.
setConditionFormulas
in interface ICommonFieldFormat
conditionFormulas
- A CommonFieldFormatConditionFormulas
object containing the condition formulas
used to override the common field's format settings.public void setEnableSuppressIfDuplicated(boolean enableSuppressIfDuplicated)
ICommonFieldFormat
Sets whether duplicate fields are printed or not.
setEnableSuppressIfDuplicated
in interface ICommonFieldFormat
enableSuppressIfDuplicated
- 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 ICommonFieldFormat
EnableSystemDefault
- 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.
public void doControllerModification(java.lang.Object newObject)
public void enumerateMembers(IMemberVisitor visitor)
public ControllableMixin getControllableMixin()
public boolean isDirectlyControllable()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |