|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface I_CmsWidgetDialog
Describes a widget enabled dialog.
Method Summary | |
---|---|
java.lang.String |
button(java.lang.String href,
java.lang.String target,
java.lang.String image,
java.lang.String label,
int type)
Generates a button for the widget dialog. |
java.lang.String |
buttonBar(int segment)
Returns the html for a button bar. |
java.lang.String |
buttonBarHorizontalLine()
Generates a horizontal button bar separator line with maximum width. |
java.lang.String |
buttonBarSeparator(int leftPixel,
int rightPixel)
Generates a button bar separator. |
java.lang.String |
buttonBarSpacer(int width)
Returns the html for an invisible spacer between button bar contents like buttons, labels, etc. |
java.lang.String |
buttonBarStartTab(int leftPixel,
int rightPixel)
Generates a button bar starter tab. |
java.lang.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. |
java.util.Set |
getHelpMessageIds()
Returns a set of help messages ids that are already included on the widget dialog. |
java.util.Locale |
getLocale()
Returns the current users locale setting. |
CmsMessages |
getMessages()
Returns a messages object used to render localized keys for the widget dialog. |
java.lang.String |
getUserAgent()
Returns the "user-agent" of the current request, or null in case no
request is available. |
boolean |
useNewStyle()
Tests if we are working with the new administration dialog style. |
Method Detail |
---|
java.lang.String button(java.lang.String href, java.lang.String target, java.lang.String image, java.lang.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)
java.lang.String buttonBar(int segment)
segment
- the HTML segment (START / END)
java.lang.String buttonBarHorizontalLine()
java.lang.String buttonBarSeparator(int leftPixel, int rightPixel)
leftPixel
- the amount of pixel left to the separatorrightPixel
- the amount of pixel right to the separator
java.lang.String buttonBarSpacer(int width)
width
- the width of the invisible spacer
CmsWorkplace.buttonBarSpacer(int)
java.lang.String buttonBarStartTab(int leftPixel, int rightPixel)
leftPixel
- the amount of pixel left to the starterrightPixel
- the amount of pixel right to the starter
java.lang.String dialogHorizontalSpacer(int width)
width
- the width of the spacer in pixels
CmsDialog.dialogHorizontalSpacer(int)
int getButtonStyle()
CmsUserSettings.getEditorButtonStyle()
java.util.Set getHelpMessageIds()
This is used to prevent the occurence of multiple html div
id's with the same
value when generating the help texts. For valid html, each id can be used only once.
java.util.Locale getLocale()
CmsWorkplace.getLocale()
,
CmsRequestContext.getLocale()
CmsMessages getMessages()
java.lang.String getUserAgent()
null
in case no
request is available.
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 |