Method Summary |
|
public String | getElement() Returns the element name. |
public boolean | getInitialState() Returns the initial visibility that is used on the start of a new report, a new group or a new page. |
public boolean | getInitialTriggerValue() Gets the initial value for the visible trigger, either "true" or "false". |
public Color | getInvisibleBackground() Returns the background color that is used if the row-banding background should be invisible. |
public Boolean | getNewPageState() Returns the visibility state that should be used on new pages. |
public int | getNumberOfElements() Returns the number of rows that must be processed before the visibility can switch again. |
public Object | getValue() Returns the defined visibility of the element. |
public Color | getVisibleBackground() Returns the background color that is used if the row-banding background should be visible. |
public void | itemsAdvanced(ReportEvent event) Triggers the visibility of an element. |
public void | itemsStarted(ReportEvent event) Receives notification that the items are being processed. |
public void | pageFinished(ReportEvent event) Receives notification that a page is completed. |
public void | pageStarted(ReportEvent event) Receives notification that a page has started. |
public void | reportInitialized(ReportEvent event) Receives notification that report generation initializes the current run. |
public void | setElement(String name) Sets the element name. |
public void | setInitialState(boolean initialState) Defines the initial visibility that is used on the start of a new report, a new group or a new page. |
public void | setInvisibleBackground(Color invisibleBackground) Defines the background color that is used if the row-banding background should be invisible. |
public void | setNewPageState(Boolean newPageState) Defines the visibility state that should be used on new pages. |
public void | setNumberOfElements(int numberOfElements) Defines the number of rows that must be processed before the visibility can switch again. |
public void | setVisibleBackground(Color visibleBackground) Defines the background color that is used if the row-banding background should be visible. |