|
||||||||||
| 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.core.commons.modules.bc.meta.MetaInfoFormController
public class MetaInfoFormController
This is the metadata flexiform controller with or without upload capability.
Initial Date: Jun 24, 2009
| 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 | |
|---|---|
MetaInfoFormController(UserRequest ureq,
WindowControl control,
Form parentForm)
Use this constructor in a subform |
|
MetaInfoFormController(UserRequest ureq,
WindowControl wControl,
Form parentForm,
VFSItem vfsItem)
Use this if you want to use this controller in a subform but for an already existing VFS item. |
|
MetaInfoFormController(UserRequest ureq,
WindowControl control,
VFSItem item)
Use this controller for editing meta data of an existing file. |
|
| Method Summary | |
|---|---|
java.lang.String |
getFilename()
|
FormItem |
getFormItem()
Get the form item representing this form |
MetaInfo |
getMetaInfo()
|
MetaInfo |
getMetaInfo(MetaInfo meta)
Puts the metadata of this form into the existing metaInfo object and returns it. |
boolean |
isFileRenamed()
|
| 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 MetaInfoFormController(UserRequest ureq,
WindowControl control,
VFSItem item)
ureq - control -
public MetaInfoFormController(UserRequest ureq,
WindowControl control,
Form parentForm)
ureq - control - uploadLimitKB - remainingQuotaKB -
public MetaInfoFormController(UserRequest ureq,
WindowControl wControl,
Form parentForm,
VFSItem vfsItem)
ureq - User requestwControl - Window controlparentForm - Parent formvfsItem - VFS item for which you want to edit the metadata| Method Detail |
|---|
public boolean isFileRenamed()
public java.lang.String getFilename()
public MetaInfo getMetaInfo()
public MetaInfo getMetaInfo(MetaInfo meta)
meta -
public FormItem getFormItem()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||