|
|||||||||
| 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.SearchAttributesTaskInfo
public class SearchAttributesTaskInfo
| 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 | |
|---|---|
SearchAttributesTaskInfo()
|
|
| 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. |
TaskToolDescriptorModel[] |
getToolDescriptors()
Claims there are no custom task tool descriptors provided. |
void |
refresh(SearchAttributesTask task)
|
void |
setConfig(SearchAttributesTaskConfig config)
Deprecated. As of ArcGIS Java Server 9.3, instead use SearchAttributesTask |
| Methods inherited from class com.esri.adf.web.data.tasks.SimpleTaskInfo |
|---|
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 SearchAttributesTaskInfo()
| Method Detail |
|---|
@Deprecated public void setConfig(SearchAttributesTaskConfig config)
SearchAttributesTask
config - the configuration bean for search attributes taskpublic 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 TaskToolDescriptorModel[] getToolDescriptors()
SimpleTaskInfo
getToolDescriptors in interface TaskInfogetToolDescriptors 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(SearchAttributesTask task)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||