public class TwoOptionListboxWizardPage<T> extends AbstractCmsWizardPage
CMSWIZARD_ERROR_CNT_SCLASS, CMSWIZARD_PAGE_CNT_SCLASS, CMSWIZARD_PAGE_CONTENT_CNT_SCLASS, CONTENT_ELEMENT_CONFIG, ERROR_SCLASS_CMSWIZARD_CNT, ERROR_SCLASS_ELEMENT_BOX_EDITOR, errorContainer, pageContainer, pageContent, SCLASS_ELEMENT_BOX_EDITORheight, title, width, wizard| Constructor and Description |
|---|
TwoOptionListboxWizardPage(java.lang.String pageTitle,
Wizard wizard) |
| Modifier and Type | Method and Description |
|---|---|
protected Div |
createPopupDescriptionComponent(Listitem listItem,
java.lang.String description) |
Component |
createRepresentationItself() |
java.lang.String |
getDescForFirstOption() |
java.lang.String |
getDescForSecondOption() |
java.lang.String |
getLabelForFirstOption() |
java.lang.String |
getLabelForSecondOption() |
java.lang.String |
getPageDescription() |
T |
getSelectedValue() |
T |
getValueForFirstOption() |
T |
getValueForSecondOption() |
void |
setDescForFirstOption(java.lang.String descForFirstOption) |
void |
setDescForSecondOption(java.lang.String descForSecondOption) |
void |
setLabelForFirstOption(java.lang.String labelForFirstOption) |
void |
setLabelForSecondOption(java.lang.String labelForSecondOption) |
void |
setPageDescription(java.lang.String pageDescription) |
void |
setSelectedValue(T selectedValue) |
void |
setValueForFirstOption(T valueForFirstOption) |
void |
setValueForSecondOption(T valueForSecondOption) |
clearPageComponents, getDisplayedAttributes, getErrorContainer, getPageContainer, getPageContent, getWizard, handleMessages, isCauseError, setDisplayedAttributesgetAttributes, getComponentURI, getController, getCurrentController, getHeight, getId, getPageComponent, getTitle, getWidth, initView, renderView, setComponentURI, setController, setId, setPageComponent, setTitle, setWizardclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributes, getComponentURI, getController, getHeight, getId, getTitle, getWidth, initViewpublic TwoOptionListboxWizardPage(java.lang.String pageTitle,
Wizard wizard)
public java.lang.String getDescForFirstOption()
public void setDescForFirstOption(java.lang.String descForFirstOption)
public java.lang.String getDescForSecondOption()
public void setDescForSecondOption(java.lang.String descForSecondOption)
public T getValueForFirstOption()
public void setValueForFirstOption(T valueForFirstOption)
public T getValueForSecondOption()
public void setValueForSecondOption(T valueForSecondOption)
public java.lang.String getLabelForFirstOption()
public void setLabelForFirstOption(java.lang.String labelForFirstOption)
public java.lang.String getLabelForSecondOption()
public void setLabelForSecondOption(java.lang.String labelForSecondOption)
public java.lang.String getPageDescription()
public void setPageDescription(java.lang.String pageDescription)
public T getSelectedValue()
public void setSelectedValue(T selectedValue)
public Component createRepresentationItself()
createRepresentationItself in interface CmsWizardPagecreateRepresentationItself in class AbstractCmsWizardPageprotected Div createPopupDescriptionComponent(Listitem listItem,
java.lang.String description)
Copyright © 2018 SAP SE. All Rights Reserved.