org.opencms.gwt.client.ui.resourceinfo.CmsResourceInfoMessages Maven / Gradle / Ivy
Show all versions of opencms-gwt Show documentation
/*
* This library is part of OpenCms -
* the Open Source Content Management System
*
* Copyright (C) Alkacon Software (http://www.alkacon.com)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* For further information about Alkacon Software, please see the
* company website: http://www.alkacon.com
*
* For further information about OpenCms, please see the
* project website: http://www.opencms.org
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
package org.opencms.gwt.client.ui.resourceinfo;
import org.opencms.gwt.client.Messages;
/**
* Message accessor class for use in uibinder templates.
*/
public final class CmsResourceInfoMessages {
/**
* Hidden constructor.
*/
protected CmsResourceInfoMessages() {
// hidden constructor
}
/**
* Message accessor.
*
* @return the message string
*/
public static String messageDialogTitle() {
return Messages.get().key(Messages.GUI_RESOURCEINFO_DIALOG_TITLE_0);
}
/**
* Message accessor.
*
* @return the message string
*/
public static String messageFieldsetTitle() {
return Messages.get().key(Messages.GUI_RESOURCEINFO_FIELDSET_TITLE_0);
}
/**
* Message accessor.
*
* @return the message string
*/
public static String messageLabelDateCreated() {
return Messages.get().key(Messages.GUI_RESOURCEINFO_LABEL_DATECREATED_0);
}
/**
* Message accessor.
*
* @return the message string
*/
public static String messageLabelDateExpired() {
return Messages.get().key(Messages.GUI_RESOURCEINFO_LABEL_DATEEXPIRED_0);
}
/**
* Message accessor.
*
* @return the message string
*/
public static String messageLabelDateModified() {
return Messages.get().key(Messages.GUI_RESOURCEINFO_LABEL_DATEMODIFIED_0);
}
/**
* Message accessor.
*
* @return the message string
*/
public static String messageLabelDateReleased() {
return Messages.get().key(Messages.GUI_RESOURCEINFO_LABEL_DATERELEASED_0);
}
/**
* Message accessor.
*
* @return the message string
*/
public static String messageLabelLastProject() {
return Messages.get().key(Messages.GUI_RESOURCEINFO_LABEL_LASTPROJECT_0);
}
/**
* Message accessor.
*
* @return the message string
*/
public static String messageLabelLocales() {
return Messages.get().key(Messages.GUI_RESOURCEINFO_LABEL_LOCALES_0);
}
/**
* Message accessor.
*
* @return the message string
*/
public static String messageLabelLockOwner() {
return Messages.get().key(Messages.GUI_RESOURCEINFO_LABEL_LOCKOWNER_0);
}
/**
* Message accessor.
*
* @return the message string
*/
public static String messageLabelLockState() {
return Messages.get().key(Messages.GUI_RESOURCEINFO_LABEL_LOCKSTATE_0);
}
/**
* Message accessor.
*
* @return the message string
*/
public static String messageLabelNavText() {
return Messages.get().key(Messages.GUI_RESOURCEINFO_LABEL_NAVTEXT_0);
}
/**
* Message accessor.
*
* @return the message string
*/
public static String messageLabelPermissions() {
return Messages.get().key(Messages.GUI_RESOURCEINFO_LABEL_PERMISSIONS_0);
}
/**
* Message accessor.
*
* @return the message string
*/
public static String messageLabelSize() {
return Messages.get().key(Messages.GUI_RESOURCEINFO_LABEL_SIZE_0);
}
/**
* Message accessor.
*
* @return the message string
*/
public static String messageLabelState() {
return Messages.get().key(Messages.GUI_RESOURCEINFO_LABEL_STATE_0);
}
/**
* Message accessor.
*
* @return the message string
*/
public static String messageLabelTitle() {
return Messages.get().key(Messages.GUI_RESOURCEINFO_LABEL_TITLE_0);
}
/**
* Message accessor.
*
* @return the message string
*/
public static String messageLabelType() {
return Messages.get().key(Messages.GUI_RESOURCEINFO_LABEL_TYPE_0);
}
/**
* Message accessor.
*
* @return the message string
*/
public static String messageLabelUserCreated() {
return Messages.get().key(Messages.GUI_RESOURCEINFO_LABEL_USERCREATED_0);
}
/**
* Message accessor.
*
* @return the message string
*/
public static String messageLabelUserModified() {
return Messages.get().key(Messages.GUI_RESOURCEINFO_LABEL_USERMODIFIED_0);
}
}