|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FreeCell
Warning: This interface is no longer functional from the SAP BusinessObjects 4.0 release onwards.
ACell
holding a text value, not linked to any report expression.
ReportBody.createFreeCell(String)
,
SectionContainer.createFreeCell(String)
Method Summary | |
---|---|
boolean |
getContainsMacro()
Deprecated. The [page] and [pages] macros are no longer supported by RESDK. |
java.lang.String |
getValue()
Returns the current text value contained in the FreeCell . |
void |
setContainsMacro(boolean b)
Deprecated. The [page] and [pages] macros are no longer supported by RESDK. |
void |
setValue(java.lang.String value)
Changes the current text value |
ReportCell |
toReportCell()
Turns a FreeCell into a ReportCell . |
Methods inherited from interface com.businessobjects.rebean.wi.Cell |
---|
avoidPageBreak, avoidPageBreak, estimateMinimalHeight, getContentType, getHeight, getHorizontalPadding, getVerticalPadding, getWidth, isAutoFitHeight, isAutoFitWidth, isShowWhenEmpty, repeatOnEveryPage, repeatOnEveryPage, setAutoFitHeight, setAutoFitWidth, setContentType, setHeight, setHorizontalPadding, setShowWhenEmpty, setVerticalPadding, setWidth |
Methods inherited from interface com.businessobjects.rebean.wi.ReportElement |
---|
getFather, getID, getReportElement, getReportElement, getReportElementCount |
Methods inherited from interface com.businessobjects.rebean.wi.TreeNode |
---|
getChildAt, getChildCount, getIndex, getParent, isLeaf |
Methods inherited from interface com.businessobjects.rebean.wi.Decoration |
---|
getAlignment, getAttributes, getBackgroundAlignment, getFont, setAlignment, setAttributes, setBackgroundAlignment, setFont |
Methods inherited from interface com.businessobjects.rebean.wi.Attachable |
---|
deleteAttachment, getAttachTo, getHAttachTo, getHorizontalAnchor, getVAttachTo, getVerticalAnchor, setAttachTo, setAttachTo |
Methods inherited from interface com.businessobjects.rebean.wi.Position |
---|
getX, getY, setLocation, setX, setY |
Methods inherited from interface com.businessobjects.rebean.wi.Unit |
---|
getUnit, setUnit |
Methods inherited from interface com.businessobjects.rebean.wi.Alertable |
---|
getAlerters |
Method Detail |
---|
java.lang.String getValue()
FreeCell
.
void setValue(java.lang.String value)
value
- the new text value
java.lang.NullPointerException
- when value
is null
boolean getContainsMacro()
Cells containing these 2 macros will change type from FreeCell
to ReportCell
with the function page().
Custom applications that create document on the fly using
getContainsMacro()
and setContainsMacro()
need
to have their behavior changed to the following:
ReportCell
in place of a FreeCell
.ReportCell
Note: Attention, these formulae are localized
Original API Documentation below.
Checks if the contents of this cell should be checked for macros or not.
Valid macros are:
true
when the cell should be checked for macrosvoid setContainsMacro(boolean b)
Cells containing these 2 macros will change type from FreeCell
to ReportCell
with the function page().
Custom applications that create document on the fly using
getContainsMacro()
and setContainsMacro()
need
to have their behavior changed to the following:
ReportCell
in place of a FreeCell
.ReportCell
Note: Attention, these formulae are localized
Original API Documentation below.
Determines if the contents of this cell should be checked for macros or not.
b
- when true
, the cell will be checked for macrosFreeCell.getContainsMacro()
ReportCell toReportCell()
FreeCell
into a ReportCell
.
The resulting cell retains its original attributes.
contains a formula representation of the current text value.
After calling this function, this cell is
no longer part of the report and the new cell has taken its exact place.
ReportCell.toFreeCell()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |