public class CmsCalendarWidget extends A_CmsWidget implements I_CmsADEWidget
A_CmsWidget.CmsDummyWidgetDialog
HELP_POSTFIX, LABEL_PREFIX
构造器和说明 |
---|
CmsCalendarWidget()
Creates a new calendar widget.
|
CmsCalendarWidget(java.lang.String configuration)
Creates a new calendar widget with the given configuration.
|
限定符和类型 | 方法和说明 |
---|---|
static java.lang.String |
calendarIncludes(java.util.Locale locale)
Creates the HTML JavaScript and stylesheet includes required by the calendar for the head of the page.
|
static java.lang.String |
calendarIncludes(java.util.Locale locale,
java.lang.String style)
Creates the HTML JavaScript and stylesheet includes required by the calendar for the head of the page.
|
static java.lang.String |
calendarInit(CmsMessages messages,
java.lang.String inputFieldId,
java.lang.String triggerButtonId,
java.lang.String align,
boolean singleClick,
boolean weekNumbers,
boolean mondayFirst,
java.lang.String dateStatusFunc,
boolean showTime)
Generates the HTML to initialize the JavaScript calendar element on the end of a page.
|
static long |
getCalendarDate(CmsMessages messages,
java.lang.String dateString,
boolean useTime)
Creates the time in milliseconds from the given parameter.
|
static java.lang.String |
getCalendarJavaDateFormat(java.lang.String dateFormat)
Parses the JavaScript calendar date format to the java patterns of SimpleDateFormat.
|
static java.lang.String |
getCalendarLocalizedTime(java.util.Locale locale,
CmsMessages messages,
long timestamp)
Returns the given timestamp as String formatted in a localized pattern.
|
java.lang.String |
getConfiguration(CmsObject cms,
A_CmsXmlContentValue schemaType,
CmsMessages messages,
CmsResource resource,
java.util.Locale contentLocale)
Returns the configuration string for the ADE content editor widget.
|
java.util.List<java.lang.String> |
getCssResourceLinks(CmsObject cms)
Returns a list of CSS resources required by the widget.
|
I_CmsXmlContentHandler.DisplayType |
getDefaultDisplayType()
Returns the default display type of this widget.
|
java.lang.String |
getDialogIncludes(CmsObject cms,
I_CmsWidgetDialog widgetDialog)
Generates the necessary JavaScript inclusion code for this widget.
|
java.lang.String |
getDialogWidget(CmsObject cms,
I_CmsWidgetDialog widgetDialog,
I_CmsWidgetParameter param)
Generates the widget HTML for the provided widget parameter.
|
java.lang.String |
getInitCall()
Returns the java script initialization call.
|
java.util.List<java.lang.String> |
getJavaScriptResourceLinks(CmsObject cms)
Returns a list of java script resources required by the widget.
|
java.lang.String |
getWidgetName()
Returns the class name of the widget.
|
java.lang.String |
getWidgetStringValue(CmsObject cms,
I_CmsWidgetDialog widgetDialog,
I_CmsWidgetParameter param)
Returns the
processed according to the output rules of this widget and the given widget dialog. |
boolean |
isInternal()
Returns if this is an internal widget.
|
I_CmsWidget |
newInstance()
Creates a duplicate of this widget instance.
|
void |
setEditorValue(CmsObject cms,
java.util.Map<java.lang.String,java.lang.String[]> formParameters,
I_CmsWidgetDialog widgetDialog,
I_CmsWidgetParameter param)
Sets the value of in the given widget parameter by reading the "right"
value from the offered map of parameters.
|
equals, getConfiguration, getDialogHtmlEnd, getDialogInitCall, getDialogInitMethod, getHelpBubble, getHelpKey, getHelpText, getJsHelpMouseHandler, getJSIncludeFile, getLabelKey, hashCode, isCompactViewEnabled, setConfiguration
getConfiguration, getDialogHtmlEnd, getDialogInitCall, getDialogInitMethod, getHelpBubble, getHelpText, isCompactViewEnabled, setConfiguration
public CmsCalendarWidget()
public CmsCalendarWidget(java.lang.String configuration)
configuration
- the configuration to usepublic static java.lang.String calendarIncludes(java.util.Locale locale)
The default "opencms"
style is used.
locale
- the locale to use for the calendarcalendarIncludes(Locale, String)
public static java.lang.String calendarIncludes(java.util.Locale locale, java.lang.String style)
locale
- the locale to use for the calendarstyle
- the name of the used calendar style, e.g. "system", "blue"public static java.lang.String calendarInit(CmsMessages messages, java.lang.String inputFieldId, java.lang.String triggerButtonId, java.lang.String align, boolean singleClick, boolean weekNumbers, boolean mondayFirst, java.lang.String dateStatusFunc, boolean showTime)
This method must be called at the end of a HTML page, e.g. before the closing <body> tag.
messages
- the messages to use (for date and time formats)inputFieldId
- the ID of the input field where the date is pasted totriggerButtonId
- the ID of the button which triggers the calendaralign
- initial position of the calendar popup elementsingleClick
- if true, a single click selects a date and closes the calendar, otherwise calendar is closed by doubleclickweekNumbers
- show the week numbers in the calendar or notmondayFirst
- show monday as first day of weekdateStatusFunc
- name of the function which determines if/how a date should be disabledshowTime
- true if the time selector should be shown, otherwise falsepublic static long getCalendarDate(CmsMessages messages, java.lang.String dateString, boolean useTime) throws java.text.ParseException
messages
- the messages that contain the time format definitionsdateString
- the String representation of the dateuseTime
- true if the time should be parsed, too, otherwise falsejava.text.ParseException
- if something goes wrongpublic static java.lang.String getCalendarJavaDateFormat(java.lang.String dateFormat)
dateFormat
- the dateformat String of the JS calendarpublic static java.lang.String getCalendarLocalizedTime(java.util.Locale locale, CmsMessages messages, long timestamp)
locale
- the locale for the time formatmessages
- the messages that contain the time format definitionstimestamp
- the time to formatpublic java.lang.String getConfiguration(CmsObject cms, A_CmsXmlContentValue schemaType, CmsMessages messages, CmsResource resource, java.util.Locale contentLocale)
I_CmsADEWidget
getConfiguration
在接口中 I_CmsADEWidget
cms
- the OpenCms contextschemaType
- the schema typemessages
- the messagesresource
- the edited resourcecontentLocale
- the content localeI_CmsADEWidget.getConfiguration(org.opencms.file.CmsObject, org.opencms.xml.types.A_CmsXmlContentValue, org.opencms.i18n.CmsMessages, org.opencms.file.CmsResource, java.util.Locale)
public java.util.List<java.lang.String> getCssResourceLinks(CmsObject cms)
I_CmsADEWidget
getCssResourceLinks
在接口中 I_CmsADEWidget
cms
- the current OpenCms contextI_CmsADEWidget.getCssResourceLinks(org.opencms.file.CmsObject)
public I_CmsXmlContentHandler.DisplayType getDefaultDisplayType()
I_CmsADEWidget
getDefaultDisplayType
在接口中 I_CmsADEWidget
I_CmsADEWidget.getDefaultDisplayType()
public java.lang.String getDialogIncludes(CmsObject cms, I_CmsWidgetDialog widgetDialog)
I_CmsWidget
getDialogIncludes
在接口中 I_CmsWidget
getDialogIncludes
在类中 A_CmsWidget
cms
- the current users OpenCms contextwidgetDialog
- the dialog where the widget is used onI_CmsWidget.getDialogIncludes(org.opencms.file.CmsObject, org.opencms.widgets.I_CmsWidgetDialog)
public java.lang.String getDialogWidget(CmsObject cms, I_CmsWidgetDialog widgetDialog, I_CmsWidgetParameter param)
I_CmsWidget
getDialogWidget
在接口中 I_CmsWidget
cms
- an initialized instance of a CmsObjectwidgetDialog
- the dialog where the widget is used onparam
- the widget parameter to generate the widget forI_CmsWidget.getDialogWidget(org.opencms.file.CmsObject, org.opencms.widgets.I_CmsWidgetDialog, org.opencms.widgets.I_CmsWidgetParameter)
public java.lang.String getInitCall()
I_CmsADEWidget
getInitCall
在接口中 I_CmsADEWidget
I_CmsADEWidget.getInitCall()
public java.util.List<java.lang.String> getJavaScriptResourceLinks(CmsObject cms)
I_CmsADEWidget
getJavaScriptResourceLinks
在接口中 I_CmsADEWidget
cms
- the current OpenCms contextI_CmsADEWidget.getJavaScriptResourceLinks(org.opencms.file.CmsObject)
public java.lang.String getWidgetName()
I_CmsADEWidget
getWidgetName
在接口中 I_CmsADEWidget
I_CmsADEWidget.getWidgetName()
public java.lang.String getWidgetStringValue(CmsObject cms, I_CmsWidgetDialog widgetDialog, I_CmsWidgetParameter param)
I_CmsWidget
I_CmsWidgetParameter.getStringValue(CmsObject)
processed according to the output rules of this widget and the given widget dialog.getWidgetStringValue
在接口中 I_CmsWidget
getWidgetStringValue
在类中 A_CmsWidget
cms
- the current users OpenCms contextwidgetDialog
- the dialog where the widget is used onparam
- the widget parameter to generate the widget forI_CmsWidgetParameter.getStringValue(CmsObject)
processed according to the output rules of this widgetA_CmsWidget.getWidgetStringValue(org.opencms.file.CmsObject, org.opencms.widgets.I_CmsWidgetDialog, org.opencms.widgets.I_CmsWidgetParameter)
public boolean isInternal()
I_CmsADEWidget
Only widgets belonging to the OpenCms core should be marked as internal.
isInternal
在接口中 I_CmsADEWidget
true
if this is an internal widgetI_CmsADEWidget.isInternal()
public I_CmsWidget newInstance()
I_CmsWidget
newInstance
在接口中 I_CmsWidget
I_CmsWidget.newInstance()
public void setEditorValue(CmsObject cms, java.util.Map<java.lang.String,java.lang.String[]> formParameters, I_CmsWidgetDialog widgetDialog, I_CmsWidgetParameter param)
I_CmsWidget
setEditorValue
在接口中 I_CmsWidget
setEditorValue
在类中 A_CmsWidget
cms
- the current users OpenCms contextformParameters
- the map of parameters to get the value fromwidgetDialog
- the dialog where the widget is used onparam
- the widget parameter to generate the widget forI_CmsWidget.setEditorValue(org.opencms.file.CmsObject, java.util.Map, org.opencms.widgets.I_CmsWidgetDialog, org.opencms.widgets.I_CmsWidgetParameter)