📄 rendercontrolledtaskinfo.java
字号:
package com.esri.solutions.jitk.web.tasks;
@SuppressWarnings("serial")
/**
* Task info class that supports giving tasks the ability to control
* when they are rendered
*/
public class RenderControlledTaskInfo extends UncontrolledTaskInfo {
protected RenderAwareTaskDescription _taskDescriptor = null;
public RenderControlledTaskInfo() {
super();
}
public RenderAwareTaskDescription getTaskDescriptor() {
return this._taskDescriptor;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -