Liferay 7.0-ce-b4

com.liferay.portlet.documentlibrary.display.context
Class DLUIItemKeys

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.display.context.DLUIItemKeys
Direct Known Subclasses:
IGUIItemKeys

public class DLUIItemKeys
extends Object


Field Summary
static String CANCEL_CHECKOUT
           
static String CHECKIN
           
static String CHECKOUT
           
static String DELETE
           
static String DOWNLOAD
           
static String EDIT
           
static String MOVE
           
static String MOVE_TO_THE_RECYCLE_BIN
           
static String OPEN_IN_MS_OFFICE
           
static String PERMISSIONS
           
static String VIEW_ORIGINAL_FILE
           
 
Constructor Summary
DLUIItemKeys()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CANCEL_CHECKOUT

public static final String CANCEL_CHECKOUT

CHECKIN

public static final String CHECKIN

CHECKOUT

public static final String CHECKOUT

DELETE

public static final String DELETE

DOWNLOAD

public static final String DOWNLOAD

EDIT

public static final String EDIT

MOVE

public static final String MOVE

MOVE_TO_THE_RECYCLE_BIN

public static final String MOVE_TO_THE_RECYCLE_BIN

OPEN_IN_MS_OFFICE

public static final String OPEN_IN_MS_OFFICE

PERMISSIONS

public static final String PERMISSIONS

VIEW_ORIGINAL_FILE

public static final String VIEW_ORIGINAL_FILE
Constructor Detail

DLUIItemKeys

public DLUIItemKeys()

Liferay 7.0-ce-b4