|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Describes a widget enabled dialog.
| Method Summary | |
String |
button(String href,
String target,
String image,
String label,
int type)
Generates a button for the widget dialog. |
String |
buttonBarSpacer(int width)
Returns the html for an invisible spacer between button bar contents like buttons, labels, etc. |
String |
calendarIncludes()
Displays a javascript calendar element with the standard "opencms" style. |
String |
calendarInit(String inputFieldId,
String triggerButtonId,
String align,
boolean singleClick,
boolean weekNumbers,
boolean mondayFirst,
String dateStatusFunc,
boolean showTime)
Initializes a javascript calendar element to be shown on a page. |
String |
dialogHorizontalSpacer(int width)
Builds an invisible horiziontal spacer with the specified width. |
int |
getButtonStyle()
Returns the style setting to use when generating buttons for this widget dialog. |
long |
getCalendarDate(String dateString,
boolean useTime)
Creates the time in milliseconds from the given parameter. |
String |
getCalendarLocalizedTime(long timestamp)
Returns the given timestamp as String formatted in a localized pattern. |
Locale |
getLocale()
Returns the current users locale setting. |
CmsMessages |
getMessages()
Returns a messages object used to render localized keys for the widget dialog. |
boolean |
useNewStyle()
Tests if we are working with the new administration dialog style. |
| Method Detail |
public String button(String href,
String target,
String image,
String label,
int type)
href - the href link for the button, if none is given the button will be disabledtarget - the href link target for the button, if none is given the target will be same windowimage - the image name for the button, skin path will be automattically added as prefixlabel - the label for the text of the buttontype - 0: image only (default), 1: image and text, 2: text only
CmsWorkplace.button(String, String, String, String, int)public String buttonBarSpacer(int width)
width - the width of the invisible spacer
CmsWorkplace.buttonBarSpacer(int)public String calendarIncludes()
Creates the HTML javascript and stylesheet includes for the head of the page.
public String calendarInit(String inputFieldId,
String triggerButtonId,
String align,
boolean singleClick,
boolean weekNumbers,
boolean mondayFirst,
String dateStatusFunc,
boolean showTime)
This method must be called at the end of a HTML page, e.g. before the closing <body> tag.
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 false
public String dialogHorizontalSpacer(int width)
width - the width of the spacer in pixels
CmsDialog.dialogHorizontalSpacer(int)public int getButtonStyle()
CmsUserSettings.getEditorButtonStyle()
public long getCalendarDate(String dateString,
boolean useTime)
throws ParseException
dateString - the String representation of the dateuseTime - true if the time should be parsed, too, otherwise false
ParseException - if something goes wrongpublic String getCalendarLocalizedTime(long timestamp)
timestamp - the time to format
public Locale getLocale()
CmsWorkplace.getLocale()public CmsMessages getMessages()
public boolean useNewStyle()
This param is not intended for external use.
true if using the new style
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||