View Javadoc
1   /*
2    * Copyright (C) 2003-2009 eXo Platform SAS.
3    *
4    * This program is free software; you can redistribute it and/or
5    * modify it under the terms of the GNU Affero General Public License
6    * as published by the Free Software Foundation; either version 3
7    * of the License, or (at your option) any later version.
8    *
9    * This program is distributed in the hope that it will be useful,
10   * but WITHOUT ANY WARRANTY; without even the implied warranty of
11   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12   * GNU General Public License for more details.
13   *
14   * You should have received a copy of the GNU General Public License
15   * along with this program; if not, see<http://www.gnu.org/licenses/>.
16   */
17  package org.exoplatform.wcm.webui.category;
18  
19  /**
20   * Created by The eXo Platform SAS Author : eXoPlatform
21   * chuong.phan@exoplatform.com, phan.le.thanh.chuong@gmail.com Jun 29, 2009
22   */
23  public class UICategoryNavigationConstant {
24  
25    /** The Constant PREFERENCE_PORTLET_NAME. */
26    public static final String PREFERENCE_PORTLET_NAME            = "portletName";
27  
28    /** The Constant PREFERENCE_REPOSITORY. */
29    public static final String PREFERENCE_REPOSITORY              = "repository";
30  
31    /** The Constant PREFERENCE_TREE_TITLE. */
32    public static final String PREFERENCE_TREE_TITLE              = "treeTitle";
33  
34    /** The Constant PREFERENCE_TREE_NAME. */
35    public static final String PREFERENCE_TREE_NAME               = "treeName";
36  
37    /** The Constant PREFERENCE_TEMPLATE_CATEGORY. */
38    public static final String PREFERENCE_TEMPLATE_CATEGORY       = "templateCategory";
39  
40    /** The Constant PREFERENCE_TEMPLATE_PATH. */
41    public static final String PREFERENCE_TEMPLATE_PATH           = "templatePath";
42  
43    /** The Constant PREFERENCE_TARGET_PAGE. */
44    public static final String PREFERENCE_TARGET_PAGE             = "targetPath";
45  
46    /** The Constant REPOSITORY_FORM_SELECTBOX. */
47    public static final String REPOSITORY_FORM_SELECTBOX          = "UICategoryNavigationRepositoryFormSelectBox";
48  
49    /** The Constant WORKSPACE_FORM_SELECTBOX. */
50    public static final String WORKSPACE_FORM_SELECTBOX           = "UICategoryNavigationWorkspaceFormSelectBox";
51  
52    /** The Constant TREE_NAME_FORM_SELECTBOX. */
53    public static final String TREE_NAME_FORM_SELECTBOX           = "UICategoryNavigationTreeNameFormSelectBox";
54  
55    /** The Constant TEMPLATE_FORM_SELECTBOX. */
56    public static final String TEMPLATE_FORM_SELECTBOX            = "UICategoryNavigationTemplateFormSelectBox";
57  
58    /** The Constant TREE_TITLE_FORM_STRING_INPUT. */
59    public static final String TREE_TITLE_FORM_STRING_INPUT       = "UICategoryNavigationTreeTitleFormStringInput";
60  
61    /** The Constant TARGET_PATH_FORM_INPUT_SET. */
62    public static final String TARGET_PATH_FORM_INPUT_SET         = "UICategoryNavigationTargetPathFormInputSet";
63  
64    /** The Constant TARGET_PATH_FORM_STRING_INPUT. */
65    public static final String TARGET_PATH_FORM_STRING_INPUT      = "UICategoryNavigationTargetPathFormStringInput";
66  
67    /** The Constant TARGET_PATH_SELECTOR_POPUP_WINDOW. */
68    public static final String TARGET_PATH_SELECTOR_POPUP_WINDOW  = "UICategoryNavigationTargetPathPopupWindow";
69  
70    public static final String PREFERENCE_TREE_PATH               = "treePath";
71  
72    public static final String PREFERENCE_HEADER                  = "header";
73  
74    public static final String PREFERENCE_AUTOMATIC               = "automatic";
75  
76    public static final String PREFERENCE_WITH_CLV                = "with";
77  
78    public static final String TREE_PATH_FORM_INPUT_SET           = "UICategoryNavigationTreePathFormInputSet";
79  
80    public static final String TREE_PATH_FORM_STRING_INPUT        = "UICategoryNavigationTreePathFormStringInput";
81  
82    public static final String HEADER_FORM_STRING_INPUT           = "UICategoryNavigationHeaderFormStringInput";
83  
84    public static final String AUTOMATIC_DETECTION_CHECKBOX_INPUT = "UICategoryNavigationAutomaticDetectionCheckBoxInput";
85  
86    public static final String DYNAMIC_NAVIGATION_LABEL           = "UICategoryNavigationDynamicNavigationLabel";
87  
88    public static final String WITH_CLV_FORM_STRING_INPUT         = "UICategoryNavigationWithClvFormStringInput";
89  
90    public static final String DEFAULT_WITH_CLV_VALUE             = "folder-id";
91  
92    public static final String TREE_PATH_SELECTOR_POPUP_WINDOW    = "UICategoryNavigationTreepathPopupWindow";
93  }