|
||||||||
| 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_CmsSelectWidget
org.opencms.widgets.CmsComboWidget
org.opencms.widgets.CmsTypeComboWidget
public class CmsTypeComboWidget
A widget for selecting resource types which are direct editable.
| Field Summary |
|---|
| Fields inherited from class org.opencms.widgets.A_CmsSelectWidget |
|---|
CONFIGURATION_HEIGHT |
| Fields inherited from class org.opencms.widgets.A_CmsWidget |
|---|
HELP_POSTFIX, LABEL_PREFIX |
| Constructor Summary | |
|---|---|
CmsTypeComboWidget()
Default constructor. |
|
CmsTypeComboWidget(java.lang.String config)
Constructor with a configuration parameter. |
|
| Method Summary | |
|---|---|
I_CmsWidget |
newInstance()
Creates a duplicate of this widget instance. |
void |
setConfiguration(java.lang.String config)
Sets the configuration of this widget. |
| Methods inherited from class org.opencms.widgets.CmsComboWidget |
|---|
getDialogHtmlEnd, getDialogIncludes, getDialogInitCall, getDialogWidget |
| Methods inherited from class org.opencms.widgets.A_CmsSelectWidget |
|---|
addSelectOption, getConfiguration, getHeight, getSelectedValue, getSelectedValues, getSelectOptions, parseSelectOptions, setSelectOptions |
| Methods inherited from class org.opencms.widgets.A_CmsWidget |
|---|
equals, getDialogInitMethod, getHelpBubble, getHelpKey, getHelpText, getJsHelpMouseHandler, getJSIncludeFile, getLabelKey, getWidgetStringValue, hashCode, setEditorValue |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsTypeComboWidget()
public CmsTypeComboWidget(java.lang.String config)
config - the configuration string| Method Detail |
|---|
public I_CmsWidget newInstance()
I_CmsWidget
newInstance in interface I_CmsWidgetnewInstance in class CmsComboWidgetI_CmsWidget.newInstance()public void setConfiguration(java.lang.String config)
I_CmsWidgetThis can be used to enable / disable certain widget features that should not always be available, or to pass specific initialization information to the widget. It depends on the widget implementation on how this information is used.
setConfiguration in interface I_CmsWidgetsetConfiguration in class A_CmsSelectWidgetconfig - the configuration to setA_CmsWidget.setConfiguration(java.lang.String)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||