public class RadioButtonSelectionComponent extends AbstractSelectionComponent
captionWidth, DEFAULT_PADDING, defaultCaption, defaultTooltip, defaultValue, filledIncompletely, INPUT_COMPONENT, inputComponent, label, layout, padding, VALUE, valueTargetPathHORIZONTAL_LAYOUT, VERTICAL_LAYOUT| Constructor and Description |
|---|
RadioButtonSelectionComponent()
Deprecated.
A blank constructor.
|
RadioButtonSelectionComponent(String iCaption)
Deprecated.
A constructor that sets a caption.
|
RadioButtonSelectionComponent(String iCaption,
List iChoiceList)
Deprecated.
A constructor that sets a caption, and a fixed list of choices.
|
RadioButtonSelectionComponent(String caption,
List choices,
List choiceTitles,
List choiceTooltips,
String defaultSelection,
boolean isMandatory)
Deprecated.
A constructor that sets a caption, a fixed list of choices, a
list of titles for the choices, tooltips for the choices, a
default selection and sets the component to mandatory
(
true). |
RadioButtonSelectionComponent(String caption,
List choices,
List choiceTitles,
List choiceTooltips,
String defaultSelection,
boolean isMandatory,
int iLayout,
int iPadding)
Deprecated.
A constructor that sets a caption, a fixed list of choices, a list
of titles for the choices, tooltips for the choices, a default
selection and sets the component to mandatory (
true),
and sets a layout and padding. |
RadioButtonSelectionComponent(String iCaption,
List iChoiceList,
List iChoiceTitleList,
String iDefaultSelection)
Deprecated.
A constructor that sets a caption, a fixed list of choices, a list
of titles for the choices, and a default selection.
|
RadioButtonSelectionComponent(String iCaption,
List iChoiceList,
List iChoiceTitleList,
String iDefaultSelection,
int iLayout,
int iPadding)
Deprecated.
A constructor that sets a caption, a fixed list of choices, a list
of titles for the choices, and a default selection.
|
RadioButtonSelectionComponent(String iCaption,
List iChoiceList,
String iDefaultSelection)
Deprecated.
A constructor that sets a caption, a fixed list of choices, and a
default selection.
|
RadioButtonSelectionComponent(String iCaption,
List iChoiceList,
String iDefaultSelection,
int iLayout,
int iPadding)
Deprecated.
A constructor that sets a caption, a fixed list of choices, a default
selection, a layout and padding.
|
RadioButtonSelectionComponent(String iDefaultCaption,
String iChoiceListPath)
Deprecated.
A constructor that sets a default caption, and a path for the
list of choices.
|
RadioButtonSelectionComponent(String iDefaultCaption,
String iChoiceListPath,
String iDefaultSelection)
Deprecated.
A constructor that sets a default caption, a path for the list
of choices, and a default selection.
|
RadioButtonSelectionComponent(String iDefaultCaption,
String iChoiceListPath,
String iDefaultSelection,
int iLayout,
int iPadding)
Deprecated.
A constructor that sets a default caption, a path for the
list of choices, a default selection, a layout and padding.
|
RadioButtonSelectionComponent(String iDefaultCaption,
String iChoiceListPath,
String iChoiceTitleListPath,
String iDefaultSelection)
Deprecated.
A constructor that sets a default caption, a path for the list of
choices, a path for the titles of the choices, and a default
selection.
|
RadioButtonSelectionComponent(String iDefaultCaption,
String iChoiceListPath,
String iChoiceTitleListPath,
String iDefaultSelection,
int iLayout,
int iPadding)
Deprecated.
A constructor that sets a default caption, a path for the list
of choices, a path for the titles of the choices, a default
selection, a layout and padding.
|
RadioButtonSelectionComponent(String caption,
String choicesPath,
String choiceTitlesPath,
String choiceTooltipsPath,
String defaultSelection,
boolean isMandatory)
Deprecated.
A constructor that sets a caption, a path for the list of choices,
a path for the list of titles for the choices, a path for the
tooltips of the choices, a default selection and sets the component
to mandatory (
true). |
RadioButtonSelectionComponent(String caption,
String choicesPath,
String choiceTitlesPath,
String choiceTooltipsPath,
String defaultSelection,
boolean isMandatory,
int iLayout,
int iPadding,
String componentWidth,
String captionWidth)
Deprecated.
A constructor that sets a caption, a path for the list of choices,
a path for the list of titles for the choices, a path for the
tooltips of the choices, a default selection and sets the component
to mandatory (
true), sets a width for the component,
and a width for the caption. |
| Modifier and Type | Method and Description |
|---|---|
protected com.sapportals.htmlb.Component |
createInputComponent(IBasicEditingContext ctx)
Deprecated.
Creates the HTMLB input control of this component.
|
com.sapportals.htmlb.RadioButtonGroup |
getInputComponent(IBasicEditingContext context)
Deprecated.
Gets the input component.
|
com.sapportals.htmlb.RadioButtonGroup |
getRadioButtonGroup(IBasicEditingContext context)
Deprecated.
Gets the radio button component.
|
String |
getValue(IWizardContext context)
Deprecated.
Gets the current value of a component.
|
String |
getValueTitle(IWizardContext context)
Deprecated.
Gets the title for a component.
|
void |
processInput(IWizardContext context)
Deprecated.
Saves to the data model the values entered into wizard controls by the
administrator.
|
boolean |
setValue(String newValue,
IWizardContext context)
Deprecated.
Sets the radio button component value to the specified value.
|
createCheckboxGroupInputComponent, createDropDownInputComponent, createListBoxInputComponent, createRadioButtonInputComponent, getCheckboxGroupValuesFromForm, getChoices, getChoiceTitles, getChoiceTooltips, getDropdownValueFromForm, getListBoxValuesFromForm, getMultiValue, getRadioButtonInputValueFromForm, getSingleValue, getSingleValueTitle, getSingleValueTooltip, isComplete, isMultiValue, setChoices, setChoicesTitles, setChoicesTooltips, setMultiValue, setSingleValue, setWidth, updateInputComponentclear, clearIfInconsistent, getCaption, getCaptionComponent, getDisplay, getErrorMessages, getInputComponentGeneric, getMissingFieldErrorMessage, getTooltip, getValueGeneric, setCaption, setCaptionWidth, setCustomErrorMessage, setLayout, setPath, setTooltip, setupComponent, setValueGeneric, setValueTargetPathdoAfterSubmit, doBeforeDisplay, getControlInFocus, getDescription, getPath, getProperty, getTitle, init, isInitialized, isMandatory, setMandatory, setProperty, setTempProperty, wasChangedpublic RadioButtonSelectionComponent()
public RadioButtonSelectionComponent(String iCaption)
iCaption - a captionpublic RadioButtonSelectionComponent(String iCaption, List iChoiceList)
iCaption - a captioniChoiceList - a list of choicespublic RadioButtonSelectionComponent(String iCaption, List iChoiceList, String iDefaultSelection)
iCaption - a captioniChoiceList - a list of choicesiDefaultSelection - a default selectionpublic RadioButtonSelectionComponent(String iCaption, List iChoiceList, List iChoiceTitleList, String iDefaultSelection)
iCaption - a captioniChoiceList - a list of choicesiChoiceTitleList - a list of title for the choiceiDefaultSelection - a default selectionpublic RadioButtonSelectionComponent(String iCaption, List iChoiceList, String iDefaultSelection, int iLayout, int iPadding)
iCaption - a captioniChoiceList - a list of choicesiDefaultSelection - a default selectioniLayout - a layoutiPadding - paddingpublic RadioButtonSelectionComponent(String iCaption, List iChoiceList, List iChoiceTitleList, String iDefaultSelection, int iLayout, int iPadding)
iCaption - a captioniChoiceList - a list of choicesiChoiceTitleList - a list of titles for the choicesiDefaultSelection - a default selectioniLayout - a layoutiPadding - paddingpublic RadioButtonSelectionComponent(String iDefaultCaption, String iChoiceListPath)
iDefaultCaption - a default captioniChoiceListPath - a path for the list of choicespublic RadioButtonSelectionComponent(String iDefaultCaption, String iChoiceListPath, String iDefaultSelection)
iDefaultCaption - a default captioniChoiceListPath - a path for the list of choicesiDefaultSelection - a default selectionpublic RadioButtonSelectionComponent(String iDefaultCaption, String iChoiceListPath, String iChoiceTitleListPath, String iDefaultSelection)
iDefaultCaption - a default captioniChoiceListPath - a path for the list of choicesiChoiceTitleListPath - a path for titles of the choicesiDefaultSelection - a default selectionpublic RadioButtonSelectionComponent(String iDefaultCaption, String iChoiceListPath, String iDefaultSelection, int iLayout, int iPadding)
iDefaultCaption - a default captioniChoiceListPath - a path for the list of choicesiDefaultSelection - a default selectioniLayout - a layoutiPadding - paddingpublic RadioButtonSelectionComponent(String iDefaultCaption, String iChoiceListPath, String iChoiceTitleListPath, String iDefaultSelection, int iLayout, int iPadding)
iDefaultCaption - a default captioniChoiceListPath - a path for the list of choicesiChoiceTitleListPath - a path for titles of the choicesiDefaultSelection - a default selectioniLayout - a layoutiPadding - paddingpublic RadioButtonSelectionComponent(String caption, List choices, List choiceTitles, List choiceTooltips, String defaultSelection, boolean isMandatory)
true).caption - a captionchoices - a list of choiceschoiceTitles - a list of titles for the choiceschoiceTooltips - tooltips for the choicesdefaultSelection - a default selectionisMandatory - true sets the component to
mandatorypublic RadioButtonSelectionComponent(String caption, String choicesPath, String choiceTitlesPath, String choiceTooltipsPath, String defaultSelection, boolean isMandatory)
true).caption - a captionchoicesPath - a path for the list of choiceschoiceTitlesPath - a path for the list of titles for the choiceschoiceTooltipsPath - a path for the tooltips for the choicesdefaultSelection - a default selectionisMandatory - true sets the component to
mandatorypublic RadioButtonSelectionComponent(String caption, List choices, List choiceTitles, List choiceTooltips, String defaultSelection, boolean isMandatory, int iLayout, int iPadding)
true),
and sets a layout and padding.caption - a captionchoices - a list of choiceschoiceTitles - a list of titles for the choiceschoiceTooltips - tooltips for the choicesdefaultSelection - a default selectionisMandatory - true sets the component to
mandatoryiLayout - a layoutiPadding - paddingpublic RadioButtonSelectionComponent(String caption, String choicesPath, String choiceTitlesPath, String choiceTooltipsPath, String defaultSelection, boolean isMandatory, int iLayout, int iPadding, String componentWidth, String captionWidth)
true), sets a width for the component,
and a width for the caption.caption - a captionchoicesPath - a path for the list of choiceschoiceTitlesPath - a path for the list of titles for the choiceschoiceTooltipsPath - a path for the tooltips for the choicesdefaultSelection - a default selectionisMandatory - true sets the component to
mandatoryiLayout - a layoutiPadding - paddingcomponentWidth - a width for the componentcaptionWidth - a width for the captionpublic com.sapportals.htmlb.RadioButtonGroup getRadioButtonGroup(IBasicEditingContext context)
getDisplay function.
getDisplay
to define a different component layout.context - the current editing contextpublic com.sapportals.htmlb.RadioButtonGroup getInputComponent(IBasicEditingContext context)
getDisplay function.
getDisplay
to define a different component layout.context - the current editing contextpublic void processInput(IWizardContext context)
myProcessInput method, and then calls
processInput on all the wizard components within the pane.
processInput in interface IWizardComponentprocessInput in class AbstractSelectionComponentcontext - the current wizard contextprotected com.sapportals.htmlb.Component createInputComponent(IBasicEditingContext ctx)
createInputComponent in class AbstractInputComponentctx - the current editing contextpublic String getValue(IWizardContext context)
context - the current wizard contextpublic String getValueTitle(IWizardContext context)
context - the current wizard contextpublic boolean setValue(String newValue, IWizardContext context)
true or false.newValue - a value for the componentcontext - the current wizard contexttrue or false| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-RUNTIME
|
[sap.com]
|
-
|
EP-PIN-APF
|
[sap.com] EP-RUNTIME
|
[sap.com]
|
api
|
EP-PIN-APF
|
[sap.com] EP-RUNTIME
|
[sap.com] tc/ep/admin/api
|
api
|
EP-PIN
|
Copyright 2021 SAP SE Complete Copyright Notice