Esri Geoportal Server
1.0

com.esri.gpt.control.harvest
Class ReportViewer.Details

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIOutput
              extended by javax.faces.component.html.HtmlOutputText
                  extended by com.esri.gpt.control.harvest.ReportViewer.Details
All Implemented Interfaces:
ReportViewer.ISection, EventListener, PartialStateHolder, StateHolder, ValueHolder, ComponentSystemEventListener, FacesListener, SystemEventListenerHolder
Enclosing class:
ReportViewer

public static class ReportViewer.Details
extends HtmlOutputText
implements ReportViewer.ISection

Report details.


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.faces.component.html.HtmlOutputText
HtmlOutputText.PropertyKeys
 
Field Summary
 
Fields inherited from class javax.faces.component.html.HtmlOutputText
COMPONENT_TYPE
 
Fields inherited from class javax.faces.component.UIOutput
COMPONENT_FAMILY
 
Fields inherited from class javax.faces.component.UIComponent
BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY
 
Constructor Summary
ReportViewer.Details()
           
 
Method Summary
 void encodeBegin(FacesContext context)
           
 void encodeChildren(FacesContext context)
           
 void encodeEnd(FacesContext context)
           
 String getHtml()
          Gets inner HTML representing report section.
 void setRecord(HeRecord record)
          Sets record.
 void setRequestContext(RequestContext context)
          Sets request context.
 void transform(Writer writer)
          Transform section and writes into writer
 
Methods inherited from class javax.faces.component.html.HtmlOutputText
getDir, getLang, getStyle, getStyleClass, getTitle, isEscape, setDir, setEscape, setLang, setStyle, setStyleClass, setTitle
 
Methods inherited from class javax.faces.component.UIOutput
clearInitialState, getConverter, getFamily, getLocalValue, getValue, markInitialState, restoreState, saveState, setConverter, setValue
 
Methods inherited from class javax.faces.component.UIComponentBase
addClientBehavior, addFacesListener, broadcast, decode, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportViewer.Details

public ReportViewer.Details()
Method Detail

setRequestContext

public void setRequestContext(RequestContext context)
Sets request context.

Parameters:
context - request context

setRecord

public void setRecord(HeRecord record)
Sets record.

Parameters:
record - record

encodeBegin

public void encodeBegin(FacesContext context)
                 throws IOException
Overrides:
encodeBegin in class UIComponentBase
Throws:
IOException

encodeChildren

public void encodeChildren(FacesContext context)
                    throws IOException
Overrides:
encodeChildren in class UIComponentBase
Throws:
IOException

encodeEnd

public void encodeEnd(FacesContext context)
               throws IOException
Overrides:
encodeEnd in class UIComponentBase
Throws:
IOException

transform

public void transform(Writer writer)
               throws Exception
Description copied from interface: ReportViewer.ISection
Transform section and writes into writer

Specified by:
transform in interface ReportViewer.ISection
Parameters:
writer - writer
Throws:
Exception - if transforming fails

getHtml

public String getHtml()
Description copied from interface: ReportViewer.ISection
Gets inner HTML representing report section.

Specified by:
getHtml in interface ReportViewer.ISection
Returns:
inner HTML representing report section

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.