Uses of Class
com.sapportals.admin.wizardframework.components.AbstractInputComponent

Packages that use AbstractInputComponent
com.sap.portal.admin.wizard   
com.sapportals.admin.wizardframework.components   
com.sapportals.admin.wizardframework.components.tableview   
com.sapportals.admin.wizardframework.templates   
 

Uses of AbstractInputComponent in com.sap.portal.admin.wizard
 

Methods in com.sap.portal.admin.wizard that return AbstractInputComponent
 AbstractInputComponent IWizardComponentFactory.getControlForAttribute(java.lang.String objectId, java.lang.String attributeId, com.sapportals.portal.prt.component.IPortalComponentRequest request)
          Gets the appropriate UI control for the given attributeId.
 

Methods in com.sap.portal.admin.wizard with parameters of type AbstractInputComponent
 void IBasicObjectCreationService.setComponentAsAttribute(AbstractInputComponent component, java.lang.String attrId, boolean addAsSummary, IWizardContext context)
          Set the specified component's value to be an attribute for the object.
 

Uses of AbstractInputComponent in com.sapportals.admin.wizardframework.components
 

Subclasses of AbstractInputComponent in com.sapportals.admin.wizardframework.components
 class AbstractSelectionComponent
           
 class CheckboxChoiceComponent
           
 class CheckboxSelectionComponent
           
 class DropdownSelectionComponent
           
 class ListSelectionComponent
           
 class MultilineInputComponent
          implementation of a simple text input component.
 class RadioButtonSelectionComponent
           
 class TextInputComponent
           
 

Methods in com.sapportals.admin.wizardframework.components that return AbstractInputComponent
 AbstractInputComponent AlignedInputComponentList.getComponent(java.lang.String key)
           
 

Methods in com.sapportals.admin.wizardframework.components with parameters of type AbstractInputComponent
 void AlignedInputComponentList.addComponent(java.lang.String key, AbstractInputComponent component)
           
 void AlignedInputComponentList.addComponent(java.lang.String key, AbstractInputComponent component, boolean isMandatoryField)
           
 

Uses of AbstractInputComponent in com.sapportals.admin.wizardframework.components.tableview
 

Subclasses of AbstractInputComponent in com.sapportals.admin.wizardframework.components.tableview
 class TableViewComponent
           
 

Uses of AbstractInputComponent in com.sapportals.admin.wizardframework.templates
 

Subclasses of AbstractInputComponent in com.sapportals.admin.wizardframework.templates
 class AbstractInputComponent