net.sf.jasperreports.jsf.component.html
Class HtmlReportFrame

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.UIOutputReport
                  extended by net.sf.jasperreports.jsf.component.html.HtmlReportFrame
All Implemented Interfaces:
javax.faces.component.StateHolder

public class HtmlReportFrame
extends UIOutputReport

Report frame faces component.

Author:
A. Alonso Dominguez

Field Summary
static String COMPONENT_TYPE
          The 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
HtmlReportFrame()
          Instantiates a new html report.
 
Method Summary
 boolean getFrameborder()
          Gets the frameborder.
 String getHeight()
          Gets the height.
 String getLayout()
          Obtains the layout.
 String getMarginheight()
          Gets the marginheight.
 String getMarginwidth()
          Gets the marginwidth.
 String getStyle()
          Obtains the CSS style attributes.
 String getStyleClass()
          Obtains the CSS style class.
 String getWidth()
          Gets the width.
 void restoreState(javax.faces.context.FacesContext context, Object state)
           
 Object saveState(javax.faces.context.FacesContext context)
           
 void setFrameborder(boolean frameborder)
          Sets the frameborder.
 void setHeight(String height)
          Sets the height.
 void setLayout(String layout)
          Establishes the new layout.
 void setMarginheight(String marginheight)
          Sets the marginheight.
 void setMarginwidth(String marginwidth)
          Sets the marginwidth.
 void setStyle(String style)
          Establishes the new CSS style attributes.
 void setStyleClass(String styleClass)
          Establishes a new CSS style class.
 void setWidth(String width)
          Sets the width.
 
Methods inherited from class net.sf.jasperreports.jsf.component.UIOutputReport
encodeContent, encodeHeaders, getExporter, getFormat, setExporter, setFormat, updateModel
 
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, 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 component type.

Constructor Detail

HtmlReportFrame

public HtmlReportFrame()
Instantiates a new html report.

Method Detail

getLayout

public final String getLayout()
Obtains the layout.

Returns:
the layout.

setLayout

public final void setLayout(String layout)
Establishes the new layout.

Parameters:
layout - the new layout.

getFrameborder

public final boolean getFrameborder()
Gets the frameborder.

Returns:
the frameborder

setFrameborder

public final void setFrameborder(boolean frameborder)
Sets the frameborder.

Parameters:
frameborder - the new frameborder

getMarginheight

public final String getMarginheight()
Gets the marginheight.

Returns:
the marginheight

setMarginheight

public final void setMarginheight(String marginheight)
Sets the marginheight.

Parameters:
marginheight - the new marginheight

getMarginwidth

public final String getMarginwidth()
Gets the marginwidth.

Returns:
the marginwidth

setMarginwidth

public final void setMarginwidth(String marginwidth)
Sets the marginwidth.

Parameters:
marginwidth - the new marginwidth

getHeight

public final String getHeight()
Gets the height.

Returns:
the height

setHeight

public final void setHeight(String height)
Sets the height.

Parameters:
height - the new height

getWidth

public final String getWidth()
Gets the width.

Returns:
the width

setWidth

public final void setWidth(String width)
Sets the width.

Parameters:
width - the new width

getStyle

public final String getStyle()
Obtains the CSS style attributes.

Returns:
the CSS style attributes.

setStyle

public final void setStyle(String style)
Establishes the new CSS style attributes.

Parameters:
style - the new CSS style.

getStyleClass

public final String getStyleClass()
Obtains the CSS style class.

Returns:
the CSS style class.

setStyleClass

public final void setStyleClass(String styleClass)
Establishes a new CSS style class.

Parameters:
styleClass - the CSS style class.

restoreState

public void restoreState(javax.faces.context.FacesContext context,
                         Object state)
Specified by:
restoreState in interface javax.faces.component.StateHolder
Overrides:
restoreState in class UIReport

saveState

public Object saveState(javax.faces.context.FacesContext context)
Specified by:
saveState in interface javax.faces.component.StateHolder
Overrides:
saveState in class UIReport


Copyright © 2011 SourceForge.net. All Rights Reserved.