|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Form
Warning: This interface is no longer functional from the SAP BusinessObjects 4.0 release onwards.
Representation of a form.
Note that since version 6.5.0, a number of methods from this class have
been moved to the new super class TableFormBase.
| Method Summary | |
|---|---|
CellMatrix |
getCells()
Returns a cell matrix containing all the cells in this form (in structure mode). |
Decoration |
getLabelDecoration()
Returns the default graphical attributes of the form labels. |
Decoration |
getValueDecoration()
Returns the default graphical attributes of the form values. |
boolean |
isShowEmptyFields()
Checks if empty fields will be shown or not. |
void |
setShowEmptyFields(boolean show)
Shows or hides empty fields. |
| Methods inherited from interface com.businessobjects.rebean.wi.TableFormBase |
|---|
getAlternateColor, getAlternateColorFrequency, getBodyTableDecoration, getCellPadding, getCellSpacing, getTableCell, setAlternateColor, setCellPadding, setCellSpacing |
| Methods inherited from interface com.businessobjects.rebean.wi.Representation |
|---|
getBlock, getType, setType |
| Methods inherited from interface com.businessobjects.rebean.wi.Unit |
|---|
getUnit, setUnit |
| Method Detail |
|---|
Decoration getLabelDecoration()
Decoration getValueDecoration()
CellMatrix getCells()
void setShowEmptyFields(boolean show)
show - when true, empty fields will be shownboolean isShowEmptyFields()
true <\code> if show empty fields is set.- Since:
- 11.5
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||