Method Summary |
|
public String | getElement() Returns the name of the element in the item band that should be set visible/invisible. |
public String | getField() Returns the field used by the function. |
public Expression | getInstance() Return a completly separated copy of this function. |
public Object | getValue() Returns the function value, in this case the visibility of the defined element. |
public boolean | isIgnoreGroupBreaks() Returns whether a group start resets the visiblity of the element. |
public boolean | isIgnorePageBreaks() Returns whether a page start resets the visiblity of the element. |
public void | itemsAdvanced(ReportEvent event) Receives notification that a row of data is being processed. |
public void | itemsStarted(ReportEvent event) Resets the state of the function when a new ItemGroup has started. |
public void | pageFinished(ReportEvent event) Receives notification that a page is completed. |
public void | pageStarted(ReportEvent event) Receives notification that a new page is being started. |
public void | reportInitialized(ReportEvent event) Receives notification that the report has started. |
public void | setElement(String name) Sets the name of the element in the item band that should be set visible/invisible. |
public void | setField(String field) Sets the field name for the function. |
public void | setIgnoreGroupBreaks(boolean ignoreGroupBreaks) Defines whether a group start resets the visiblity of the element. |
public void | setIgnorePageBreaks(boolean ignorePageBreaks) Returns whether a page start resets the visiblity of the element. |