|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.olat.core.gui.control.DefaultController
org.olat.core.gui.control.controller.BasicController
org.olat.core.gui.components.form.flexible.impl.FormBasicController
org.olat.course.condition.AttributeEasyRowAdderController
public class AttributeEasyRowAdderController
Description:
A subform that implement the shibboleth easy mode config rows.
Initial Date: 23.10.2006
| Field Summary |
|---|
| Fields inherited from class org.olat.core.gui.components.form.flexible.impl.FormBasicController |
|---|
LAYOUT_CUSTOM, LAYOUT_DEFAULT, LAYOUT_HORIZONTAL, LAYOUT_VERTICAL |
| Constructor Summary | |
|---|---|
AttributeEasyRowAdderController(UserRequest ureq,
WindowControl wControl,
Form parentForm)
Constructor for a shibboleth attribute rule creator form. |
|
AttributeEasyRowAdderController(UserRequest ureq,
WindowControl wControl,
Form parentForm,
java.lang.String[] attributes)
Constructor for a log attribute rule creator form. |
|
| Method Summary | |
|---|---|
void |
cleanup()
Call this to cleanup everything |
java.util.List<ExtendedCondition> |
getAttributeConditions()
Method to get a list of extended conditions represented in this form |
FormItem |
getFormItem()
Get the form item that forms this subform |
boolean |
hasError()
Checks if this form produces an error |
void |
init()
Call this to initialize the form |
void |
setAttributeConditions(java.util.List<ExtendedCondition> cond)
Method to initialize this form with the given extended conditions |
| Methods inherited from class org.olat.core.gui.components.form.flexible.impl.FormBasicController |
|---|
dispose, event |
| Methods inherited from class org.olat.core.gui.control.DefaultController |
|---|
addControllerListener, addLoggingResourceable, dispatchEvent, dispatchEvent, getControllerCount, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeEasyRowAdderController(UserRequest ureq,
WindowControl wControl,
Form parentForm)
ureq - wControl - parentForm -
public AttributeEasyRowAdderController(UserRequest ureq,
WindowControl wControl,
Form parentForm,
java.lang.String[] attributes)
ureq - wControl - parentForm - | Method Detail |
|---|
public void cleanup()
public void init()
public java.util.List<ExtendedCondition> getAttributeConditions()
public void setAttributeConditions(java.util.List<ExtendedCondition> cond)
cond - public boolean hasError()
public FormItem getFormItem()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||