|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.olat.core.gui.components.Component
org.olat.core.gui.components.form.Form
org.olat.repository.PropPupForm
public class PropPupForm
Initial Date: 08.07.2003
| Field Summary |
|---|
| Fields inherited from class org.olat.core.gui.components.form.Form |
|---|
CANCEL_IDENTIFICATION, ELEM_BUTTON_COMMAND_ID, EVNT_FORM_CANCELLED, EVNT_VALIDATION_NOK, EVNT_VALIDATION_OK, SUBMIT_IDENTIFICATION |
| Constructor Summary | |
|---|---|
PropPupForm(java.lang.String name,
Translator translator,
RepositoryEntry entry)
The details form is initialized with data collected from entry and typeName. |
|
| Method Summary | |
|---|---|
boolean |
canCopy()
Return true when 'canCopy' is selected. |
boolean |
canDownload()
Return true when 'canDownload' is selected. |
boolean |
canLaunch()
Return true when 'canLaunch' is selected. |
boolean |
canReference()
Return true when 'canReference' is selected. |
int |
getAccess()
Return selected access key (ACC_OWNERS, ACC_OWNERS_AUTHORS, ACC_USERS, ACC_USERS_GUESTS) |
java.lang.String |
getAuthor()
|
java.lang.String |
getResourceName()
|
java.lang.String |
getType()
|
void |
init()
Initialize form data based on repository entry. |
void |
setEntry(RepositoryEntry newEntry)
Set entry and re-initialize the form based on data of this entry. |
boolean |
validate()
|
| Methods inherited from class org.olat.core.gui.components.Component |
|---|
addListener, debuginfoGetListeners, dispatchRequest, getAndClearLatestFiredEvent, getComponentName, getDispatchID, getExtendedDebugInfo, getLatestDispatchedController, getListenerInfo, getParent, getSpanAsDomReplaceable, getTimestamp, getTranslator, isDirty, isDirtyForUser, isDomReplaceable, isEnabled, isVisible, setDirty, setDomReplaceable, setEnabled, setSpanAsDomReplaceable, setVisible, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PropPupForm(java.lang.String name,
Translator translator,
RepositoryEntry entry)
name - t - entry - typeName - enableAuthorView - doDisplayOnly - | Method Detail |
|---|
public void init()
public boolean validate()
validate in class Formorg.olat.core.gui.components.Form#validate(org.olat.core.gui.UserRequest)public java.lang.String getResourceName()
public java.lang.String getAuthor()
public java.lang.String getType()
public void setEntry(RepositoryEntry newEntry)
newEntry - public boolean canCopy()
public boolean canReference()
public boolean canLaunch()
public boolean canDownload()
public int getAccess()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||