com.esri.gpt.control.harvest
Class ReportViewer.Details
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIOutput
javax.faces.component.html.HtmlOutputText
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.
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.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 |
ReportViewer.Details
public ReportViewer.Details()
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
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.