⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cmsworkplacedefault.java

📁 cms是开源的框架
💻 JAVA
📖 第 1 页 / 共 5 页
字号:
    public static final String C_PROJECTLIST_PROJECTID = "id";

    /**  Method of the projectlist field. */
    public static final String C_PROJECTLIST_PROJECTMANAGER = "projectmanager";

    /**  Method of the projectlist field. */
    public static final String C_PROJECTLIST_PROJECTWORKER = "projectworker";

    /**  Method of the projectlist field. */
    public static final String C_PROJECTLIST_STATE = "STATE";

    /**  Method of the projectlist field. */
    public static final String C_PROJECTLIST_STATE_LOCKED = "project.state.FILESLOCKED";

    /**  Method of the projectlist field. */
    public static final String C_PROJECTLIST_STATE_UNLOCKED = "project.state.FILESUNLOCKED";

    /** The filename to the projectlisttemplate. */
    public static final String C_PROJECTLIST_TEMPLATEFILE = "projecttemplate";

    /** Parameter of projectnew. */
    public static final String C_PROJECTNEW_DESCRIPTION = "DESCRIPTION";

    /** Templateselector of projectnew. */
    public static final String C_PROJECTNEW_DONE = "done";

    /** Templateselector of projectnew. */
    public static final String C_PROJECTNEW_ERROR = "error";

    /** Parameter of projectnew. */
    public static final String C_PROJECTNEW_FOLDER = "selectallfolders";

    /** Parameter of projectnew. */
    public static final String C_PROJECTNEW_GROUP = "GROUP";

    /** Parameter of projectnew. */
    public static final String C_PROJECTNEW_MANAGERGROUP = "MANAGERGROUP";

    /** Parameter of projectnew. */
    public static final String C_PROJECTNEW_NAME = "NAME";

    /** Parameter of projectnew. */
    public static final String C_PROJECTNEW_TYPE = "TYPE";

    /** Stylesheet class string of the radio button. */
    public static final String C_RADIO_CLASS = "class";

    /** Stylesheet class name of the radio button. */
    public static final String C_RADIO_CLASSNAME = "classname";

    /** Datablock conatining the optional entry for the image. */
    public static final String C_RADIO_IMAGEENTRY = "imageentry";

    /** Name of the radio button image name. */
    public static final String C_RADIO_IMAGENAME = "image";

    /** Datablock conatining the image option. */
    public static final String C_RADIO_IMAGEOPTION = "optionalimage";

    /** Name of the radio button link. */
    public static final String C_RADIO_LINK = "link";

    /** Method of the radio buttons. */
    public static final String C_RADIO_METHOD = "method";

    /** Name of the radio button value. */
    public static final String C_RADIO_NAME = "name";

    /** Name of the radio ordering information. */
    public static final String C_RADIO_ORDER = "order";

    /** Name of the radio buttons. */
    public static final String C_RADIO_RADIONAME = "radioname";

    /** Datablock conatining the optional entry for the "checked" option. */
    public static final String C_RADIO_SELECTEDENTRY = "selectedentry";

    /** Datablock conatining the "checked" option. */
    public static final String C_RADIO_SELECTEDOPTION = "optionalselected";

    /** Name of the template containing radiobutton definitions. */
    public static final String C_RADIOTEMPLATE = "radioTemplate";

    /** Stylesheet class string of the select box. */
    public static final String C_SELECTBOX_CLASS = "class";

    /** Stylesheet class name of the select box. */
    public static final String C_SELECTBOX_CLASSNAME = "classname";

    /** Div flag of the select box. */
    public static final String C_SELECTBOX_DIV = "div";

    /** default selected option value for editor view select boxes. */
    public static final int[] C_SELECTBOX_EDITORVIEWS_DEFAULT = {0, 1};

    /** templates of the different option values for editor view select boxes. */
    public static final String[] C_SELECTBOX_EDITORVIEWS_TEMPLATES = {"edit_html_main", "edit_text_main"};

    /** Method of the select box. */
    public static final String C_SELECTBOX_METHOD = "method";

    /** Name of the select box. */
    public static final String C_SELECTBOX_NAME = "name";

    /** Onchange of the select box. */
    public static final String C_SELECTBOX_ONCHANGE = "onchange";

    /** option name of the select box. */
    public static final String C_SELECTBOX_OPTIONNAME = "name";

    /** option value of the select box. */
    public static final String C_SELECTBOX_OPTIONVALUE = "value";

    /** Size of the select box. */
    public static final String C_SELECTBOX_SIZE = "size";

    /** Width of the select box. */
    public static final String C_SELECTBOX_WIDTH = "width";

    /** Stylesheet class name of the select box. */
    public static final String C_SELECTBOX_WIDTHNAME = "widthname";

    /** The modules administration data. */
    public static final String C_SESSION_MODULE_ADMIN_DATA = "module_admin_data";

    /** The modules administration property description. */
    public static final String C_SESSION_MODULE_ADMIN_PROP_DESCR = "module_admin_props_desr";

    /** The modules administration property names. */
    public static final String C_SESSION_MODULE_ADMIN_PROP_NAMES = "module_admin_props_names";

    /** The modules administration property type. */
    public static final String C_SESSION_MODULE_ADMIN_PROP_TYP = "module_admin_props_typ";

    /** the modules administration property value. */
    public static final String C_SESSION_MODULE_ADMIN_PROP_VAL = "module_admin_props_value";

    /** The modules checksum. */
    public static final String C_SESSION_MODULE_CHECKSUM = "modulechecksum";

    /** The step of module deletion. */
    public static final String C_SESSION_MODULE_DELETE_STEP = "moduledeletestep";

    /** The exclusions of the modulelisttemplate. */
    public static final String C_SESSION_MODULE_EXCLUSION = "moduleexclusion";

    /** The "module in use" flag. */
    public static final String C_SESSION_MODULE_INUSE = "moduleinuse";

    /** The missing files of the modulelisttemplate. */
    public static final String C_SESSION_MODULE_MISSFILES = "modulemissfiles";

    /** The modules project files. */
    public static final String C_SESSION_MODULE_PROJECTFILES = "moduleprojectfiles";

    /** The property files of the modulelisttemplate. */
    public static final String C_SESSION_MODULE_PROPFILES = "modulepropfiles";

    /** Constant for session-key. */
    public static final String C_SESSION_TASK_ALLPROJECTS = "task_allprojects";

    /** Constant for session-key. */
    public static final String C_SESSION_TASK_FILTER = "task_filter";

    /** Name of the errorbox tag in the error definiton template. */
    public static final String C_TAG_ERRORBOX = "errorbox";

    /** Name of the error?page tag in the error definiton template. */
    public static final String C_TAG_ERRORPAGE = "errorpagedefinition";

    /** Name of the label tag in the input definiton template. */
    public static final String C_TAG_INPUTFIELD = "inputfield";

    /** Name of the label tag in the label definition template. */
    public static final String C_TAG_LABEL = "label";

    /** Name of the errorbox tag in the error definiton template. */
    public static final String C_TAG_MESSAGEBOX = "messagepage";

    /** Name of the label tag in the label definition template. */
    public static final String C_TAG_MODULELIST_DEFAULT = "defaultmodulelist";

    /** Panel bar sequence for active background in the panel bar definiton template. */
    public static final String C_TAG_PANEL_BGACTIVE = "paneldef.bgactive";

    /** Panel bar sequence for inactive background in the panel bar definiton template. */
    public static final String C_TAG_PANEL_BGINACTIVE = "paneldef.bginactive";

    /** Panel bar ending sequence tag in the panel bar definiton template. */
    public static final String C_TAG_PANEL_ENDSEQ = "paneldef.endseq";

    /** Panel bar sequence for separating background and text area in the panel bar definiton template. */
    public static final String C_TAG_PANEL_SEPBGTEXT = "paneldef.sepbgtext";

    /** Panel bar starting sequence tag in the panel bar definiton template. */
    public static final String C_TAG_PANEL_STARTSEQ = "paneldef.startseq";

    /** Panel bar sequence for active text in the panel bar definiton template. */
    public static final String C_TAG_PANEL_TEXTACTIVE = "paneldef.textactive";

    /** Panel bar sequence for inactive text in the panel bar definiton template. */
    public static final String C_TAG_PANEL_TEXTINACTIVE = "paneldef.textinactive";

    /** Name of the password tag in the input definiton template. */
    public static final String C_TAG_PASSWORD = "password";

    /** Name of the label tag in the label definition template. */
    public static final String C_TAG_PROJECTLIST_DEFAULT = "defaultprojectlist";

    /** Name of the label tag in the label definition template. */
    public static final String C_TAG_PROJECTLIST_SNAPLOCK = "snaplock";

    /** Name of the radio "class" option tag in the input definiton template. */
    public static final String C_TAG_RADIO_CLASS = "radiobuttons.class";

    /** Name of the radion column entry tag in the input definiton template. */
    public static final String C_TAG_RADIO_COLENTRY = "radiobuttons.colentry";

    /** Name of the radion row entry tag in the input definiton template. */
    public static final String C_TAG_RADIO_ROWENTRY = "radiobuttons.rowentry";

    /** Name of the selectbox "class" option tag in the input definiton template. */
    public static final String C_TAG_SELECTBOX_CLASS = "selectbox.class";

    /** Name of the select end tag in the input definiton template. */
    public static final String C_TAG_SELECTBOX_END = "selectbox.end";

    /** Name of the (select) option tag in the input definiton template. */
    public static final String C_TAG_SELECTBOX_OPTION = "selectbox.option";

    /** Name of the (select) selected option tag in the input definiton template. */
    public static final String C_TAG_SELECTBOX_SELOPTION = "selectbox.seloption";

    /** Name of the select start tag in the input definiton template. */
    public static final String C_TAG_SELECTBOX_START = "selectbox.start";

    /** Name of the select div start tag in the input definiton template. */
    public static final String C_TAG_SELECTBOX_START_DIV = "selectbox.startdiv";

    /** Name of the selectbox "width" option tag in the input definiton template. */
    public static final String C_TAG_SELECTBOX_WIDTH = "selectbox.width";

    /** Name of the startup tag in the input definiton template. */
    public static final String C_TAG_STARTUP = "STARTUP";

    /** Name of the submitbutton tag in the button definiton template. */
    public static final String C_TAG_SUBMITBUTTON = "submitbutton";

    /** The filename to the taskdocu template. */
    public static final String C_TASKDOCU_TEMPLATEFILE = "tasklistdoctemplate";

    /** The filename to the projectlisttemplate. */
    public static final String C_TASKLIST_TEMPLATEFILE = "tasklisttemplate";

    /** Constant for task-log. */
    public static final int C_TASKLOGTYPE_ACCEPTED = 101;

    /** Constant for task-log. */
    public static final int C_TASKLOGTYPE_CALL = 107;

    /** Constant for task-log. */
    public static final int C_TASKLOGTYPE_COMMENT = 102;

    /** Constant for task-log. */
    public static final int C_TASKLOGTYPE_CREATED = 100;

    /** Constant for task-log. */
    public static final int C_TASKLOGTYPE_DUECHANGED = 108;

    /** Constant for task-log. */
    public static final int C_TASKLOGTYPE_FORWARDED = 106;

    /** Constant for task-log. */
    public static final int C_TASKLOGTYPE_OK = 104;

    /** Constant for task-log. */
    public static final int C_TASKLOGTYPE_PRIORITYCHANGED = 109;

    /** Constant for task-log. */
    public static final int C_TASKLOGTYPE_REACTIVATED = 105;

    /** Constant for task-log. */
    public static final int C_TASKLOGTYPE_TAKE = 103;

    /** Taskparameter. */
    public static final String C_TASKPARA_ACCEPTATION = "acceptation";

    /** Taskparameter. */
    public static final String C_TASKPARA_ALL = "all";

    /** Taskparameter. */
    public static final String C_TASKPARA_COMPLETION = "completion";

    /** Taskparameter. */
    public static final String C_TASKPARA_DELIVERY = "delivery";

    /** Name of the filelist preferences. */
    public static final String C_USERPREF_FILELIST = "filelist";

    /** Parameter of user management. */
    public static final String C_USERS_NAME = "USERNAME";

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -