mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
. Checkpoint of WCM UI
- More implementation of the User sandboxes UI - added actions placeholders for Preview, Create and Browse for sandbox - Modified files list component framework and placeholder - Import Website Content dialog component framework pieces git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3791 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -64,10 +64,11 @@ public class UIActions extends SelfRenderingComponent
|
||||
private static final String ATTR_STYLECLASS = "styleClass";
|
||||
private static final String ATTR_STYLE = "style";
|
||||
private static final String ACTION_CONTEXT = "actionContext";
|
||||
private static final String RENDERER_ACTIONLINK = "org.alfresco.faces.ActionLinkRenderer";
|
||||
private static final String COMPONENT_ACTIONLINK = "org.alfresco.faces.ActionLink";
|
||||
private static final String COMPONENT_PERMISSIONEVAL = "org.alfresco.faces.PermissionEvaluator";
|
||||
private static final String COMPONENT_ACTIONEVAL = "org.alfresco.faces.ActionInstanceEvaluator";
|
||||
|
||||
public static final String RENDERER_ACTIONLINK = "org.alfresco.faces.ActionLinkRenderer";
|
||||
public static final String COMPONENT_ACTIONLINK = "org.alfresco.faces.ActionLink";
|
||||
public static final String COMPONENT_PERMISSIONEVAL = "org.alfresco.faces.PermissionEvaluator";
|
||||
public static final String COMPONENT_ACTIONEVAL = "org.alfresco.faces.ActionInstanceEvaluator";
|
||||
|
||||
private final static Class ACTION_CLASS_ARGS[] = {javax.faces.event.ActionEvent.class};
|
||||
|
||||
|
Reference in New Issue
Block a user