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(String pageTitle,
Wizard wizard) |
| Modifier and Type | Method and Description |
|---|---|
protected Div |
createPopupDescriptionComponent(Listitem listItem,
String description) |
Component |
createRepresentationItself() |
String |
getDescForFirstOption() |
String |
getDescForSecondOption() |
String |
getLabelForFirstOption() |
String |
getLabelForSecondOption() |
String |
getPageDescription() |
T |
getSelectedValue() |
T |
getValueForFirstOption() |
T |
getValueForSecondOption() |
void |
setDescForFirstOption(String descForFirstOption) |
void |
setDescForSecondOption(String descForSecondOption) |
void |
setLabelForFirstOption(String labelForFirstOption) |
void |
setLabelForSecondOption(String labelForSecondOption) |
void |
setPageDescription(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 String getDescForFirstOption()
public void setDescForFirstOption(String descForFirstOption)
public String getDescForSecondOption()
public void setDescForSecondOption(String descForSecondOption)
public T getValueForFirstOption()
public void setValueForFirstOption(T valueForFirstOption)
public T getValueForSecondOption()
public void setValueForSecondOption(T valueForSecondOption)
public String getLabelForFirstOption()
public void setLabelForFirstOption(String labelForFirstOption)
public String getLabelForSecondOption()
public void setLabelForSecondOption(String labelForSecondOption)
public String getPageDescription()
public void setPageDescription(String pageDescription)
public T getSelectedValue()
public void setSelectedValue(T selectedValue)
public Component createRepresentationItself()
createRepresentationItself in interface CmsWizardPagecreateRepresentationItself in class AbstractCmsWizardPageprotected Div createPopupDescriptionComponent(Listitem listItem,
String description)
Copyright © 2017 SAP SE. All Rights Reserved.