|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.adf.web.data.tasks.SimpleTaskInfo
com.esri.adf.web.tasks.QueryAttributesTaskInfo
public class QueryAttributesTaskInfo
| Field Summary | |
|---|---|
static String |
DEFAULT_DISPLAY_NAME
|
static String |
DEFAULT_FIND_BUTTON_TEXT
|
static String |
DEFAULT_FIND_BUTTON_TOOL_TIP
|
static String |
DEFAULT_LABEL_TEXT
|
| Constructor Summary | |
|---|---|
QueryAttributesTaskInfo()
|
|
| Method Summary | |
|---|---|
TaskActionDescriptorModel[] |
getActionDescriptors()
Claims there are no custom task action descriptors provided. |
TaskParamDescriptorModel[] |
getParamDescriptors()
Claims there are no custom task param descriptors provided. |
TaskDescriptor |
getTaskDescriptor()
Claims there is no custom TaskDescriptor provided. |
TaskLayout[] |
getTaskLayout()
Claims there are no custom task layouts provided. |
void |
refresh(QueryAttributesTask task)
Refresh the task info object based on the specified task object. |
void |
setTaskConfig(QueryAttributesTaskConfig config)
Deprecated. As of ArcGIS Java Server 9.3, instead use QueryAttributesTask to set all properties |
| Methods inherited from class com.esri.adf.web.data.tasks.SimpleTaskInfo |
|---|
getToolDescriptors, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String DEFAULT_DISPLAY_NAME
public static final String DEFAULT_LABEL_TEXT
public static final String DEFAULT_FIND_BUTTON_TEXT
public static final String DEFAULT_FIND_BUTTON_TOOL_TIP
| Constructor Detail |
|---|
public QueryAttributesTaskInfo()
| Method Detail |
|---|
public TaskDescriptor getTaskDescriptor()
SimpleTaskInfoTaskDescriptor provided.
You can override this if you wish to provide an explicit descriptor.
getTaskDescriptor in interface TaskInfogetTaskDescriptor in class SimpleTaskInfonullpublic TaskParamDescriptorModel[] getParamDescriptors()
SimpleTaskInfo
getParamDescriptors in interface TaskInfogetParamDescriptors in class SimpleTaskInfonullpublic TaskActionDescriptorModel[] getActionDescriptors()
SimpleTaskInfo
getActionDescriptors in interface TaskInfogetActionDescriptors in class SimpleTaskInfonullpublic TaskLayout[] getTaskLayout()
SimpleTaskInfo
getTaskLayout in interface TaskInfogetTaskLayout in class SimpleTaskInfonullpublic void refresh(QueryAttributesTask task)
task - the query task object@Deprecated public void setTaskConfig(QueryAttributesTaskConfig config)
QueryAttributesTask to set all properties
config - the query attributes task config object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||