|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIOutput
javax.faces.component.html.HtmlOutputText
com.esri.gpt.control.harvest.ReportViewer.Summary
public static class ReportViewer.Summary
Report summary.
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.Summary()
|
Method Summary | |
---|---|
void |
encodeBegin(FacesContext context)
|
void |
encodeChildren(FacesContext context)
|
void |
encodeEnd(FacesContext context)
|
String |
getHtml()
Gets inner HTML representing report section. |
MessageBroker |
getMsgBroker()
Gets message broker. |
void |
setMsgBroker(MessageBroker msgBroker)
Sets message broker. |
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReportViewer.Summary()
Method Detail |
---|
public void setRequestContext(RequestContext context)
context
- request contextpublic void setRecord(HeRecord record)
record
- recordpublic MessageBroker getMsgBroker()
public void setMsgBroker(MessageBroker msgBroker)
msgBroker
- message brokerpublic void encodeBegin(FacesContext context) throws IOException
encodeBegin
in class UIComponentBase
IOException
public void encodeChildren(FacesContext context) throws IOException
encodeChildren
in class UIComponentBase
IOException
public void encodeEnd(FacesContext context) throws IOException
encodeEnd
in class UIComponentBase
IOException
public void transform(Writer writer) throws Exception
ReportViewer.ISection
transform
in interface ReportViewer.ISection
writer
- writer
Exception
- if transforming failspublic String getHtml()
ReportViewer.ISection
getHtml
in interface ReportViewer.ISection
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |