Package org.opencms.gwt.shared
Interface I_CmsListAddMetadata
public interface I_CmsListAddMetadata
AutoBean interface for the data injected into the page by the cms:enable-list-add tag.
-
Method Summary
Modifier and TypeMethodDescriptionGets the post create handler.getTypes()
Gets the types that should be creatable.Gets the upload folder.void
setPostCreateHandler
(String postCreateHandler) Sets the post create handler.void
Sets the types that should be creatable.void
setUploadFolder
(String uploadFolder) Sets the upload folder.
-
Method Details
-
getPostCreateHandler
Gets the post create handler.- Returns:
- the post create handler
-
getTypes
Gets the types that should be creatable.- Returns:
- the types
-
getUploadFolder
Gets the upload folder.- Returns:
- the upload folder
-
setPostCreateHandler
Sets the post create handler.- Parameters:
postCreateHandler
- the new post create handler
-
setTypes
Sets the types that should be creatable.- Parameters:
types
- the new types
-
setUploadFolder
Sets the upload folder.- Parameters:
uploadFolder
- the upload folder
-