sos.reports
Interface ObjectElement

All Superinterfaces:
Element
All Known Implementing Classes:
AbstractReport.AbstractObjectElement, AbstractReport.DefaultObjectElement

public interface ObjectElement
extends Element

A report element representing an object. An ObjectElement's view may determine that the element should be rendered using a nested report. Hence there are methods to get and set the root element of the nested report.

Since:
1.0
See Also:
TableElement

Method Summary
 Element getNestedRootElement()
          Returns the nested root element, or null, if none.
 void setNestedRootElement(Element element)
          Sets the nested root element.
 
Methods inherited from interface sos.reports.Element
getAttributes, getName, getObject, getParentElement, getPrototypeObject, getReport, setParentElement
 

Method Detail

getNestedRootElement

public Element getNestedRootElement()
Returns the nested root element, or null, if none.

Returns:
the nested root element, or null, if none
See Also:
setNestedRootElement(sos.reports.Element)

setNestedRootElement

public void setNestedRootElement(Element element)
Sets the nested root element.

Parameters:
element - the nested root element (may be null)
See Also:
getNestedRootElement()


Copyright 2003, 2004 Side of Software (SOS). All rights reserved.