|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISpecialField
This interface allows you to add date and time fields into your report. You do not have to go through a
controller to create or define these special fields. You can use this object in the RowsetController
and the ReportDefController
.
Method Summary | |
---|---|
SpecialFieldType |
getSpecialType()
Returns the type of special field. |
void |
setSpecialType(SpecialFieldType specialType)
Sets the type of special field. |
Methods inherited from interface com.crystaldecisions.sdk.occa.report.data.IField |
---|
getDescription, getDisplayName, getFormulaForm, getHeadingText, getIsRecurring, getKind, getLength, getLongName, getName, getShortName, getType, setDescription, setHeadingText, setLength, setName, setType |
Method Detail |
---|
SpecialFieldType getSpecialType()
Returns the type of special field.
SpecialFieldType
object that specifies the type of the special field.void setSpecialType(SpecialFieldType specialType)
Sets the type of special field.
specialType
- A SpecialFieldType
object that specifies the type of the special field.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |