com.liferay.portlet.documentlibrary.display.context
Interface DLEditFileEntryDisplayContext
- All Superinterfaces:
- DisplayContext, DLDisplayContext
- All Known Implementing Classes:
- BaseDLEditFileEntryDisplayContext
public interface DLEditFileEntryDisplayContext
- extends DLDisplayContext
getDLFilePicker
DLFilePicker getDLFilePicker(String onFilePickCallback)
throws PortalException
- Throws:
PortalException
getMaximumUploadRequestSize
long getMaximumUploadRequestSize()
throws PortalException
- Throws:
PortalException
getMaximumUploadSize
long getMaximumUploadSize()
throws PortalException
- Throws:
PortalException
getPublishButtonLabel
String getPublishButtonLabel()
throws PortalException
- Throws:
PortalException
getSaveButtonLabel
String getSaveButtonLabel()
throws PortalException
- Throws:
PortalException
isCancelCheckoutDocumentButtonDisabled
boolean isCancelCheckoutDocumentButtonDisabled()
throws PortalException
- Throws:
PortalException
isCancelCheckoutDocumentButtonVisible
boolean isCancelCheckoutDocumentButtonVisible()
throws PortalException
- Throws:
PortalException
isCheckinButtonDisabled
boolean isCheckinButtonDisabled()
throws PortalException
- Throws:
PortalException
isCheckinButtonVisible
boolean isCheckinButtonVisible()
throws PortalException
- Throws:
PortalException
isCheckoutDocumentButtonDisabled
boolean isCheckoutDocumentButtonDisabled()
throws PortalException
- Throws:
PortalException
isCheckoutDocumentButtonVisible
boolean isCheckoutDocumentButtonVisible()
throws PortalException
- Throws:
PortalException
isDDMStructureVisible
boolean isDDMStructureVisible(DDMStructure ddmStructure)
throws PortalException
- Throws:
PortalException
isFolderSelectionVisible
boolean isFolderSelectionVisible()
throws PortalException
- Throws:
PortalException
isPublishButtonDisabled
boolean isPublishButtonDisabled()
throws PortalException
- Throws:
PortalException
isPublishButtonVisible
boolean isPublishButtonVisible()
throws PortalException
- Throws:
PortalException
isSaveButtonDisabled
boolean isSaveButtonDisabled()
throws PortalException
- Throws:
PortalException
isSaveButtonVisible
boolean isSaveButtonVisible()
throws PortalException
- Throws:
PortalException
isVersionInfoVisible
boolean isVersionInfoVisible()
throws PortalException
- Throws:
PortalException