com.businessobjects.rebean.wi
Interface Form

All Superinterfaces:
Representation, TableFormBase, Unit

public interface Form
extends TableFormBase

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

getLabelDecoration

Decoration getLabelDecoration()
Returns the default graphical attributes of the form labels.

Returns:
the default graphical attributes of the form labels

getValueDecoration

Decoration getValueDecoration()
Returns the default graphical attributes of the form values.

Returns:
the default graphical attributes of the form values

getCells

CellMatrix getCells()
Returns a cell matrix containing all the cells in this form (in structure mode).

Returns:
a cell matrix containing all the cells in this form (in structure mode)

setShowEmptyFields

void setShowEmptyFields(boolean show)
Shows or hides empty fields.

Parameters:
show - when true, empty fields will be shown
Since:
11.5

isShowEmptyFields

boolean isShowEmptyFields()
Checks if empty fields will be shown or not.

Returns:
true <\code> if show empty fields is set.
Since:
11.5