|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.adf.web.data.tasks.XMLSimpleTaskInfo
public class XMLSimpleTaskInfo
| Constructor Summary | |
|---|---|
XMLSimpleTaskInfo()
|
|
| Method Summary | |
|---|---|
void |
fromXML(java.io.Reader reader)
|
TaskActionDescriptorModel[] |
getActionDescriptors()
Returns an array of TaskActionDescriptorModel objects for the actions in your task. |
TaskParamDescriptorModel[] |
getParamDescriptors()
Returns an array of TaskParamDescriptorModel objects for the parameters of your task. |
TaskDescriptor |
getTaskDescriptor()
Returns the TaskDescriptor object for your task. |
TaskLayout[] |
getTaskLayout()
Returns the TaskLayout object for this task. |
TaskToolDescriptorModel[] |
getToolDescriptors()
Returns an array of TaskToolDescriptorModel objects for the tools in your task. |
void |
toXML(java.io.Writer writer)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLSimpleTaskInfo()
| Method Detail |
|---|
public TaskDescriptor getTaskDescriptor()
TaskInfoTaskDescriptor object for your task.
The TaskDescriptor provides information about the task such as
its class, visibility and title text.
getTaskDescriptor in interface TaskInfoTaskDescriptor object for your taskpublic TaskParamDescriptorModel[] getParamDescriptors()
TaskInfoTaskParamDescriptorModel objects for the parameters of your task.
The param descriptors provide information about the parameter such as its name, type, renderer, etc.
getParamDescriptors in interface TaskInfoTaskParamDescriptorModel objects for the parameters of your taskpublic TaskToolDescriptorModel[] getToolDescriptors()
TaskInfo
Returns an array of TaskToolDescriptorModel objects for the tools in your task.
The action descriptors provide information about the action such as its name, method, client-side action, icons, etc.
Note that if your task contains tools, you must minimally override this method.
getToolDescriptors in interface TaskInfoTaskToolDescriptorModel objects for the tools in your taskpublic TaskActionDescriptorModel[] getActionDescriptors()
TaskInfoTaskActionDescriptorModel objects for the actions in your task.
The action descriptors provide information about the action such as its name, method, icons, etc.
getActionDescriptors in interface TaskInfoTaskActionDescriptorModel objects for the actions in your taskpublic TaskLayout[] getTaskLayout()
TaskInfoTaskLayout object for this task.
The TaskLayout defines an interface to lay out the components contained in the task.
getTaskLayout in interface TaskInfoTaskLayout object for this taskpublic void fromXML(java.io.Reader reader)
fromXML in interface XMLTaskInfopublic void toXML(java.io.Writer writer)
toXML in interface XMLTaskInfo
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||