public class ConditionConfigEasyController extends FormBasicController implements GenericEventListener
Initial Date: 13.06.2007
LAYOUT_CUSTOM, LAYOUT_DEFAULT, LAYOUT_HORIZONTAL, LAYOUT_VERTICAL
构造器和说明 |
---|
ConditionConfigEasyController(UserRequest ureq,
WindowControl wControl,
Condition cond,
java.lang.String title,
java.lang.String formName,
java.util.List<CourseNode> nodeIdentList,
CourseEditorEnv env)
with default layout _content/easycondedit.html
|
限定符和类型 | 方法和说明 |
---|---|
void |
event(Event event) |
Condition |
getCondition() |
boolean |
isControllerAndNotDisposed() |
dispose, setFormInfo
addControllerListener, addLoggingResourceable, dispatchEvent, dispatchEvent, getControllerCount, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed, toString
public ConditionConfigEasyController(UserRequest ureq, WindowControl wControl, Condition cond, java.lang.String title, java.lang.String formName, java.util.List<CourseNode> nodeIdentList, CourseEditorEnv env)
ureq
- wControl
- groupMgr
- The course group managercond
- condition for initialisationtitle
- The title that should be displayed for this conditionformName
- Name of the condition form - must be unique within a HTML pagenodeIdentList
- euce
- public void event(Event event)
event
在接口中 GenericEventListener
public Condition getCondition()
public boolean isControllerAndNotDisposed()
isControllerAndNotDisposed
在接口中 GenericEventListener