|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.admin.wizardframework.components.AbstractWizardComponent
com.sapportals.admin.wizardframework.components.AbstractInputComponent
com.sapportals.admin.wizardframework.components.CheckboxChoiceComponent
public class CheckboxChoiceComponent
The class that represents a checkbox input component.
| Field Summary |
|---|
| Fields inherited from class com.sapportals.admin.wizardframework.components.AbstractInputComponent |
|---|
captionWidth, DEFAULT_PADDING, defaultCaption, defaultTooltip, filledIncompletely, INPUT_COMPONENT, inputComponent, label, layout, padding, VALUE, valueTargetPath |
| Fields inherited from class com.sapportals.admin.wizardframework.components.AbstractWizardComponent |
|---|
HORIZONTAL_LAYOUT, VERTICAL_LAYOUT |
| Constructor Summary | |
|---|---|
CheckboxChoiceComponent()
Deprecated. A blank constructor. |
|
CheckboxChoiceComponent(String caption)
Deprecated. A constructor that sets a caption. |
|
CheckboxChoiceComponent(String caption,
boolean iDefaultValue)
Deprecated. A constructor that sets a caption and whether to use a default value. |
|
CheckboxChoiceComponent(String caption,
boolean iDefaultValue,
int iLayout,
int iPadding)
Deprecated. A constructor that sets a caption, whether to use a default value, a layout and padding. |
|
| Method Summary | |
|---|---|
protected com.sapportals.htmlb.Component |
createInputComponent(IBasicEditingContext context)
Deprecated. Creates a checkbox component. |
com.sapportals.htmlb.Checkbox |
getCheckboxComponent(IBasicEditingContext context)
Deprecated. use getInputComponent(com.sapportals.admin.wizardframework.api.IBasicEditingContext) |
com.sapportals.htmlb.Checkbox |
getInputComponent(IBasicEditingContext context)
Deprecated. Gets the checkbox component. |
boolean |
getSelected(IBasicEditingContext context)
Deprecated. use getValue(com.sapportals.admin.wizardframework.api.IWizardContext) |
boolean |
getValue(IWizardContext context)
Deprecated. Gets the value from a checkbox component. |
void |
processInput(IWizardContext context)
Deprecated. Saves to the data model the values entered into wizard controls by the administrator. |
void |
setLayout(int iLayout)
Deprecated. Sets a layout for the checkbox component. |
void |
setSelected(boolean selected,
IWizardContext context)
Deprecated. use setValue(boolean, com.sapportals.admin.wizardframework.api.IWizardContext) |
void |
setValue(boolean selected,
IWizardContext context)
Deprecated. Sets a value for the checkbox component. |
| Methods inherited from class com.sapportals.admin.wizardframework.components.AbstractInputComponent |
|---|
clear, clearIfInconsistent, getCaption, getCaptionComponent, getDisplay, getErrorMessages, getInputComponentGeneric, getMissingFieldErrorMessage, getTooltip, getValueGeneric, isComplete, setCaption, setCaptionWidth, setCustomErrorMessage, setPath, setTooltip, setupComponent, setValueGeneric, setValueTargetPath |
| Methods inherited from class com.sapportals.admin.wizardframework.components.AbstractWizardComponent |
|---|
doAfterSubmit, doBeforeDisplay, getControlInFocus, getDescription, getPath, getProperty, getTitle, init, isInitialized, isMandatory, setMandatory, setProperty, setTempProperty, wasChanged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CheckboxChoiceComponent()
public CheckboxChoiceComponent(String caption)
caption - a caption
public CheckboxChoiceComponent(String caption,
boolean iDefaultValue)
caption - a captioniDefaultValue - true uses a default value,
false does not
public CheckboxChoiceComponent(String caption,
boolean iDefaultValue,
int iLayout,
int iPadding)
caption - a captioniDefaultValue - true uses a default value,
false does notiLayout - a layoutiPadding - padding| Method Detail |
|---|
public void setSelected(boolean selected,
IWizardContext context)
setValue(boolean, com.sapportals.admin.wizardframework.api.IWizardContext)
public void setValue(boolean selected,
IWizardContext context)
selected - true if the checkbox is selected,
false if not selectedcontext - the current wizard contextpublic void setLayout(int iLayout)
setLayout in class AbstractInputComponentiLayout - a layoutpublic boolean getSelected(IBasicEditingContext context)
getValue(com.sapportals.admin.wizardframework.api.IWizardContext)
context - the current editing contextpublic boolean getValue(IWizardContext context)
context - the current wizard context
true if the checkbox is selected,
false if not selectedpublic com.sapportals.htmlb.Checkbox getCheckboxComponent(IBasicEditingContext context)
getInputComponent(com.sapportals.admin.wizardframework.api.IBasicEditingContext)
context - the current editing context
public com.sapportals.htmlb.Checkbox getInputComponent(IBasicEditingContext context)
context - the current editing context
protected com.sapportals.htmlb.Component createInputComponent(IBasicEditingContext context)
createInputComponent in class AbstractInputComponentcontext - the current editing context
public void processInput(IWizardContext context)
myProcessInput method, and then calls
processInput on all the wizard components within the pane.
processInput in interface IWizardComponentprocessInput in class AbstractInputComponentcontext - the current wizard context| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-RUNTIME
|
[sap.com]
|
api
|
EP-PIN-APF
|
[sap.com] EP-RUNTIME
|
[sap.com] tc/ep/admin/api
|
api
|
EP-PIN
|
[sap.com] EP-RUNTIME
|
[sap.com]
|
-
|
EP-PIN-APF
|
|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||