net.sf.jasperreports.jsf.component
Class UISubreport

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by net.sf.jasperreports.jsf.component.UIReport
              extended by net.sf.jasperreports.jsf.component.UISubreport
All Implemented Interfaces:
javax.faces.component.StateHolder

public class UISubreport
extends UIReport

Faces subreport component.

Author:
A. Alonso Dominguez

Field Summary
static String COMPONENT_TYPE
          The subreport component type.
 
Fields inherited from class net.sf.jasperreports.jsf.component.UIReport
COMPONENT_FAMILY
 
Fields inherited from class javax.faces.component.UIComponent
bindings
 
Constructor Summary
UISubreport()
           
 
Method Summary
 
Methods inherited from class net.sf.jasperreports.jsf.component.UIReport
decodeReport, decodeSource, executeDecodes, executeValidate, getFamily, getJRFacesContext, getName, getReportConverter, getSource, getSourceConverter, getSubmittedPrint, getSubmittedReport, getSubmittedSource, getValidator, getValue, isLocalValueSet, isValid, processDecodes, processValidators, resetValue, restoreState, saveState, setName, setReportConverter, setSource, setSourceConverter, setSubmittedPrint, setSubmittedReport, setSubmittedSource, setValid, setValidator, setValue, validate
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, processUpdates, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getContainerClientId, getValueExpression, setValueExpression
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPONENT_TYPE

public static final String COMPONENT_TYPE
The subreport component type.

Constructor Detail

UISubreport

public UISubreport()


Copyright © 2011 SourceForge.net. All Rights Reserved.