|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.data.GroupOptions
com.crystaldecisions.sdk.occa.report.data.DateGroupOptions
public class DateGroupOptions
This object is used to contain options
that are available if data is grouped by a
date field. Use the IDateGroupOptions
interface
to manipulate this object.
Constructor Summary | |
---|---|
DateGroupOptions()
|
|
DateGroupOptions(IDateGroupOptions src)
|
Method Summary | |
---|---|
java.lang.Object |
clone(boolean deepClone)
|
void |
copyTo(java.lang.Object destObject,
boolean deepCopy)
|
DateCondition |
getDateCondition()
Returns the date condition that is used when data is grouped by the date field. |
boolean |
hasContent(java.lang.Object srcDateGroupOptions)
|
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 |
setDateCondition(DateCondition dateCondition)
Returns the date condition that is used when data is grouped by the date field. |
Methods inherited from class com.crystaldecisions.sdk.occa.report.data.GroupOptions |
---|
createMember, doControllerModification, endElement, enumerateMembers, getConditionFormulas, getControllableMixin, getHierarchicalOptions, isDirectlyControllable, isSortedHierarchically, setConditionFormulas, setHierarchicalOptions, startElement |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.crystaldecisions.sdk.occa.report.data.IGroupOptions |
---|
getConditionFormulas, getHierarchicalOptions, isSortedHierarchically, setConditionFormulas, setHierarchicalOptions |
Constructor Detail |
---|
public DateGroupOptions(IDateGroupOptions src)
public DateGroupOptions()
Method Detail |
---|
public java.lang.Object clone(boolean deepClone)
clone
in class GroupOptions
public void copyTo(java.lang.Object destObject, boolean deepCopy)
copyTo
in class GroupOptions
public DateCondition getDateCondition()
IDateGroupOptions
Returns the date condition that is used when data is grouped by the date field.
getDateCondition
in interface IDateGroupOptions
DateCondition
object.public boolean hasContent(java.lang.Object srcDateGroupOptions)
hasContent
in class GroupOptions
public void readElement(java.lang.String eleName, java.lang.String sVal, org.xml.sax.Attributes attrs, java.util.Map objState)
For internal use only.
readElement
in class GroupOptions
public void save(XMLWriter writer, XMLSerializationContext ctxt) throws java.io.IOException
For internal use only.
save
in class GroupOptions
java.io.IOException
public void save(XMLWriter writer, java.lang.String sTag, XMLSerializationContext ctxt) throws java.io.IOException
For internal use only.
save
in class GroupOptions
java.io.IOException
public void saveContents(XMLWriter writer, XMLSerializationContext ctxt) throws java.io.IOException
For internal use only.
saveContents
in class GroupOptions
java.io.IOException
public void setDateCondition(DateCondition dateCondition)
IDateGroupOptions
Returns the date condition that is used when data is grouped by the date field.
setDateCondition
in interface IDateGroupOptions
dateCondition
- The DateCondition
object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |