|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.definition.DateTimeFieldFormat
public class DateTimeFieldFormat
This object describes how a DateTime value shown by a FieldObject
object should be formatted if the
FieldObject
object is being used to display dates and/or times. When possible,
use the IDateTimeFieldFormat
interface to manipulate this object.
Constructor Summary | |
---|---|
DateTimeFieldFormat()
|
|
DateTimeFieldFormat(IDateTimeFieldFormat src)
|
|
DateTimeFieldFormat(java.util.Locale locale)
|
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)
|
DateTimeFieldFormatConditionFormulas |
getConditionFormulas()
Returns the condition formulas used to override the date field's format settings. |
ControllableMixin |
getControllableMixin()
|
DateTimeOrder |
getDateTimeOrder()
Returns the order in which the elements of DateTime field appear. |
java.lang.String |
getDateTimeSeparator()
Returns the separator between the date and time. |
boolean |
hasContent(java.lang.Object srcDateTimeFieldFormat)
|
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(DateTimeFieldFormatConditionFormulas conditionFormulas)
Sets the condition formulas used to override the date field's format settings. |
void |
setDateTimeOrder(DateTimeOrder dateTimeOrder)
Sets the order in which the elements of DateTime field appear. |
void |
setDateTimeSeparator(java.lang.String dateTimeSeparator)
Sets the separator between the date and time. |
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 DateTimeFieldFormat(IDateTimeFieldFormat src)
public DateTimeFieldFormat()
public DateTimeFieldFormat(java.util.Locale locale)
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 DateTimeFieldFormatConditionFormulas getConditionFormulas()
IDateTimeFieldFormat
Returns the condition formulas used to override the date field's format settings.
getConditionFormulas
in interface IDateTimeFieldFormat
DateTimeFieldFormatConditionFormulas
object containing the condition formulas
used to override the date field's format settings.public DateTimeOrder getDateTimeOrder()
IDateTimeFieldFormat
Returns the order in which the elements of DateTime field appear.
getDateTimeOrder
in interface IDateTimeFieldFormat
DateTimeOrder
object that specifies the order in which the elements
of DateTime field appear.public java.lang.String getDateTimeSeparator()
IDateTimeFieldFormat
Returns the separator between the date and time.
getDateTimeSeparator
in interface IDateTimeFieldFormat
String
containing the separator between the date and time.public boolean hasContent(java.lang.Object srcDateTimeFieldFormat)
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(DateTimeFieldFormatConditionFormulas conditionFormulas)
IDateTimeFieldFormat
Sets the condition formulas used to override the date field's format settings.
setConditionFormulas
in interface IDateTimeFieldFormat
conditionFormulas
- A DateTimeFieldFormatConditionFormulas
object containing the condition formulas
used to override the date field's format settings.public void setDateTimeOrder(DateTimeOrder dateTimeOrder)
IDateTimeFieldFormat
Sets the order in which the elements of DateTime field appear.
setDateTimeOrder
in interface IDateTimeFieldFormat
dateTimeOrder
- A DateTimeOrder
object that specifies the order in which the elements
of DateTime field appear.public void setDateTimeSeparator(java.lang.String dateTimeSeparator)
IDateTimeFieldFormat
Sets the separator between the date and time.
setDateTimeSeparator
in interface IDateTimeFieldFormat
dateTimeSeparator
- A String
containing the separator between the date and time.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 |