|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.widgets.A_CmsWidget
org.opencms.widgets.A_CmsGalleryWidget
org.opencms.widgets.A_CmsHtmlGalleryWidget
org.opencms.widgets.CmsTableGalleryWidget
public class CmsTableGalleryWidget
Provides a widget that allows access to the available OpenCms table galleries, for use on a widget dialog.
Field Summary |
---|
Fields inherited from class org.opencms.widgets.A_CmsWidget |
---|
HELP_POSTFIX, LABEL_PREFIX |
Constructor Summary | |
---|---|
CmsTableGalleryWidget()
Creates a new table gallery widget. |
|
CmsTableGalleryWidget(java.lang.String configuration)
Creates a new table gallery widget with the given configuration. |
Method Summary | |
---|---|
java.lang.String |
getNameLower()
Returns the lower case name of the gallery, for example "html" . |
java.lang.String |
getNameUpper()
Returns the upper case name of the gallery, for example "Html" . |
I_CmsWidget |
newInstance()
Creates a duplicate of this widget instance. |
Methods inherited from class org.opencms.widgets.A_CmsHtmlGalleryWidget |
---|
getDialogWidget, showPreview |
Methods inherited from class org.opencms.widgets.A_CmsGalleryWidget |
---|
getDialogIncludes, getDialogInitCall, getDialogInitMethod |
Methods inherited from class org.opencms.widgets.A_CmsWidget |
---|
equals, getConfiguration, getDialogHtmlEnd, getHelpBubble, getHelpKey, getHelpText, getJsHelpMouseHandler, getJSIncludeFile, getLabelKey, getWidgetStringValue, hashCode, setConfiguration, setEditorValue |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CmsTableGalleryWidget()
public CmsTableGalleryWidget(java.lang.String configuration)
configuration
- the configuration to useMethod Detail |
---|
public java.lang.String getNameLower()
A_CmsGalleryWidget
"html"
.
getNameLower
in class A_CmsGalleryWidget
A_CmsGalleryWidget.getNameLower()
public java.lang.String getNameUpper()
A_CmsGalleryWidget
"Html"
.
getNameUpper
in class A_CmsGalleryWidget
A_CmsGalleryWidget.getNameUpper()
public I_CmsWidget newInstance()
I_CmsWidget
I_CmsWidget.newInstance()
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |