|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.adf.web.tasks.ajax.PrintTaskRenderer
public class PrintTaskRenderer
A
| Constructor Summary | |
|---|---|
PrintTaskRenderer()
|
|
| Method Summary | |
|---|---|
protected void |
generateLegend(PrintTask printTask,
org.w3c.dom.Element printTaskTag)
|
java.lang.Class<TaskControl> |
getControlClass()
Return the class of the control to be passed for processing |
java.lang.Object |
getOriginalState(javax.faces.component.UIComponent component)
Returns the initial state of the task control |
void |
renderAjaxResponse(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
java.lang.Object origState,
boolean isEventSource,
org.w3c.dom.Element parentElement)
Rendering the printing task response in a XML format. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PrintTaskRenderer()
| Method Detail |
|---|
public java.lang.Class<TaskControl> getControlClass()
AJAXRendererReturn the class of the control to be passed for processing
return MyClassName.class
getControlClass in interface AJAXRendererpublic java.lang.Object getOriginalState(javax.faces.component.UIComponent component)
getOriginalState in interface AJAXRenderercomponent - Component who's class is the same as that returned by getControlClass method
public void renderAjaxResponse(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
java.lang.Object origState,
boolean isEventSource,
org.w3c.dom.Element parentElement)
renderAjaxResponse in interface AJAXRendererfacesContext - - FacesContextorigState - - Object (String in this case)isEventSource - - boolean, true/falseparentElement - - parent node of XMLcomponent - Component who's class is the same as that returned by getControlClass method
protected void generateLegend(PrintTask printTask,
org.w3c.dom.Element printTaskTag)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||