|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.crystaldecisions.sdk.occa.report.definition.BooleanFieldFormat
public class BooleanFieldFormat
This object defines how a boolean field shown by a FieldObject should be
formatted if the FieldObject is being used to display a BooleanField. To
access this object, use the following method:
If the field is not being used to represent a
FieldFormat fieldFormat = fieldObject.getFieldFormat();
BooleanFieldFormat booleanFormat = fieldFormat.getBooleanFormat();
boolean field, and you modify this object,
your changes will be ignored and discarded. When possible, use the IBooleanFieldFormat interface
to modify this object.
| Constructor Summary | |
|---|---|
BooleanFieldFormat()
|
|
BooleanFieldFormat(IBooleanFieldFormat 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. |
BooleanFieldFormatConditionFormulas |
getConditionFormulas()
Returns the condition formulas used to override the default Boolean Field format values. |
BooleanOutputFormat |
getOutputFormat()
Returns the output format for the boolean value. |
boolean |
hasContent(java.lang.Object srcBooleanFieldFormat)
|
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(BooleanFieldFormatConditionFormulas conditionFormulas)
Sets the condition formulas used to override the default Boolean Field format values. |
void |
setOutputFormat(BooleanOutputFormat outputFormat)
Sets the output format for the boolean value. |
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 BooleanFieldFormat(IBooleanFieldFormat src)
public BooleanFieldFormat()
| 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 BooleanFieldFormatConditionFormulas getConditionFormulas()
IBooleanFieldFormatReturns the condition formulas used to override the default Boolean Field format values.
getConditionFormulas in interface IBooleanFieldFormatBooleanFieldFormatConditionFormulas object containing the condition formulas
used to override the default Boolean Field format values.public BooleanOutputFormat getOutputFormat()
IBooleanFieldFormat
Returns the output format for the boolean value.
getOutputFormat in interface IBooleanFieldFormatBooleanOutputFormat object that specifies the output format for the
boolean value.public boolean hasContent(java.lang.Object srcBooleanFieldFormat)
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(BooleanFieldFormatConditionFormulas conditionFormulas)
IBooleanFieldFormatSets the condition formulas used to override the default Boolean Field format values.
setConditionFormulas in interface IBooleanFieldFormatconditionFormulas - A BooleanFieldFormatConditionFormulas object containing the condition formulas
used to override the default Boolean Field format values.public void setOutputFormat(BooleanOutputFormat outputFormat)
IBooleanFieldFormat
Sets the output format for the boolean value.
setOutputFormat in interface IBooleanFieldFormatoutputFormat - A BooleanOutputFormat object that specifies the output format for the
boolean value.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 | ||||||||