liferay-ui
Tag app-view-entry


Creates a component for displaying entry items such as images, documents, folders, etc. in a concise but informative manner. Items are displayed in a similar fashion to entries in the file system of most operating systems.


Tag Information
Tag Classcom.liferay.taglib.ui.AppViewEntryTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
actionJspfalsetruejava.lang.StringThe path to an action JSP page.
actionJspServletContextfalsetruejava.lang.StringThe service context of the actionJsp.
assetCategoryClassNamefalsetruejava.lang.StringThe Java class name for any categories added to the entry.
assetCategoryClassPKfalsetruejava.lang.StringThe Java class primary key for any categories added to the entry. This is a Java long.
assetTagClassNamefalsetruejava.lang.StringThe Java class name for any tags added to the entry.
assetTagClassPKfalsetruejava.lang.StringThe Java class primary key for any tags added to the entry. This is a Java long.
authorfalsetruejava.lang.StringThe name of the entry's author.
classTypeNamefalsetruejava.lang.StringA name for the entry type. This is displayed in descriptive view as Type: classTypeName.
createDatefalsetruejava.lang.StringThe date the entry was created.
cssClassfalsetruejava.lang.StringA CSS class for styling the component.
datafalsetruejava.util.MapMiscellaneous data to be stored via a map. This data is not shared with the browser. The map holds key value pairs of type <String, Object>.
descriptionfalsetruejava.lang.StringA description of the entry.
displayDatefalsetruejava.lang.StringA date to display the entry.
displayStyletruetruejava.lang.StringA display style for the component. Options are list, icon, and descriptive.
expirationDatefalsetruejava.lang.StringA date for the entry to expire and be automatically deleted.
folderfalsetruebooleanWhether the entry is a folder. The default value is false.
groupIdfalsetruejava.lang.StringThe group ID of the entry. This is a Java long.
iconCssClassfalsetruejava.lang.StringA class for the icon to be displayed next to the entry title. The icon also acts as a link to view the entry.
latestApprovedVersionfalsetruejava.lang.StringThe version number of the most recently published copy of the entry.
latestApprovedVersionAuthorfalsetruejava.lang.StringThe author of the most recently published version of the entry.
lockedfalsetruebooleanWhether the entry is locked. The default value is false.
markupViewfalsetruejava.lang.StringNo Description
modifiedDatefalsetruejava.lang.StringThe date of the most recent modification to the entry.
reviewDatefalsetruejava.lang.StringThe date the entry was reviewed.
rowCheckerIdfalsetruejava.lang.StringA checkbox input ID to be used for the entry row checker.
rowCheckerNamefalsetruejava.lang.StringA name for the entry row checker.
shortcutfalsetruebooleanWhether to show a shortcut icon link to the entry. The default value is false.
showCheckboxtruetruebooleanWhether the entry is selectable. An actual checkbox is used when the display style is icon or descriptive. The default value is false.
showLinkTitlefalsetruebooleanWhether to show the link title. The default value is true.
statusfalsetrueintThe current status of the entry, as represented by an integer. Options are -1: STATUS_ANY, 0: STATUS_APPROVED, 1: ACTION_PUBLISH, 2: STATUS_DRAFT, and 4: STATUS_DENIED. The default value is -1.
thumbnailDivStylefalsetruejava.lang.StringA CSS style to be applied to the div containing the thumbnail for the entry.
thumbnailSrcfalsetruejava.lang.StringThe source URL for an entry thumbnail image.
thumbnailStylefalsetruejava.lang.StringA CSS style to be applied to the thumbnail for the entry.
titletruetruejava.lang.StringA title for the entry.
urlfalsetruejava.lang.StringA URL to view the full entry.
versionfalsetruejava.lang.StringThe current version of the entry.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.