Uses of Interface
com.sapportals.admin.wizardframework.api.IBasicEditingContext

Packages that use IBasicEditingContext
com.sap.portal.admin.editor   
com.sap.portal.admin.studio   
com.sapportals.admin.wizardframework.api   
com.sapportals.admin.wizardframework.components   
com.sapportals.admin.wizardframework.components.tableview   
com.sapportals.admin.wizardframework.components.tableview.render   
 

Uses of IBasicEditingContext in com.sap.portal.admin.editor
 

Subinterfaces of IBasicEditingContext in com.sap.portal.admin.editor
 interface IEditorContext
          The editor context is the session representor.
 

Uses of IBasicEditingContext in com.sap.portal.admin.studio
 

Methods in com.sap.portal.admin.studio with parameters of type IBasicEditingContext
static java.lang.String PropertyEditorComponent.getPEErrorMessage(IBasicEditingContext context)
          
static com.sap.portal.admin.propertyeditor.api.PEState PropertyEditorComponent.getPEState(IBasicEditingContext context)
          Get the state of the property editor that was saved on the context
 

Uses of IBasicEditingContext in com.sapportals.admin.wizardframework.api
 

Subinterfaces of IBasicEditingContext in com.sapportals.admin.wizardframework.api
 interface IWizardContext
          WizardContext combines all the sources of information a wizard component has access to at runtime. It contains the static structure of the panes, the session and the page contect, i.e. the request and the response.
 

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

Methods in com.sapportals.admin.wizardframework.components with parameters of type IBasicEditingContext
protected  java.lang.Object AbstractWizardComponent.getProperty(java.lang.String key, IBasicEditingContext context)
          get the property stored under from the session
protected  void AbstractWizardComponent.setProperty(java.lang.String key, java.lang.Object value, IBasicEditingContext context)
          set the property under in the session
protected  void AbstractWizardComponent.setTempProperty(java.lang.String key, java.lang.Object value, IBasicEditingContext context)
          Set the temporary property under in the session.
 java.lang.Object AbstractInputComponent.getValueGeneric(IBasicEditingContext context)
           
 java.lang.String AbstractInputComponent.getCaption(IBasicEditingContext context)
           
 com.sapportals.htmlb.Component AbstractInputComponent.getInputComponentGeneric(IBasicEditingContext ctx)
           
 java.lang.String AbstractInputComponent.getMissingFieldErrorMessage(IBasicEditingContext context)
           
protected abstract  com.sapportals.htmlb.Component AbstractInputComponent.createInputComponent(IBasicEditingContext ctx)
           
 java.util.List AbstractSelectionComponent.getChoices(IBasicEditingContext context)
          Get the list of choices for this component.
 java.util.List AbstractSelectionComponent.getChoiceTitles(IBasicEditingContext context)
          Get the list of choices titles for this component.
 java.util.List AbstractSelectionComponent.getChoiceTooltips(IBasicEditingContext context)
          Get the list of choices tooltips for this component.
protected  java.lang.String AbstractSelectionComponent.getSingleValue(IBasicEditingContext context)
           
protected  java.util.List AbstractSelectionComponent.getMultiValue(IBasicEditingContext context)
           
protected  com.sapportals.htmlb.Component AbstractSelectionComponent.createRadioButtonInputComponent(IBasicEditingContext context)
           
protected  com.sapportals.htmlb.Component AbstractSelectionComponent.createListBoxInputComponent(IBasicEditingContext context)
           
protected  com.sapportals.htmlb.Component AbstractSelectionComponent.createDropDownInputComponent(IBasicEditingContext context)
           
protected  com.sapportals.htmlb.Component AbstractSelectionComponent.createCheckboxGroupInputComponent(IBasicEditingContext context)
           
protected  com.sapportals.htmlb.Component CheckboxSelectionComponent.createInputComponent(IBasicEditingContext context)
           
 java.lang.String TextInputComponent.getValue(IBasicEditingContext context)
           
 com.sapportals.htmlb.InputField TextInputComponent.getInputComponent(IBasicEditingContext context)
          sorry, no detailed documentation yet
protected  com.sapportals.htmlb.Component TextInputComponent.createInputComponent(IBasicEditingContext context)
           
 com.sapportals.htmlb.ListBox ListSelectionComponent.getListComponent(IBasicEditingContext context)
           
 com.sapportals.htmlb.ListBox ListSelectionComponent.getInputComponent(IBasicEditingContext context)
           
protected  com.sapportals.htmlb.Component ListSelectionComponent.createInputComponent(IBasicEditingContext context)
          creates the htmlb input control of this component
 com.sapportals.htmlb.RadioButtonGroup RadioButtonSelectionComponent.getRadioButtonGroup(IBasicEditingContext context)
           
 com.sapportals.htmlb.RadioButtonGroup RadioButtonSelectionComponent.getInputComponent(IBasicEditingContext context)
           
protected  com.sapportals.htmlb.Component RadioButtonSelectionComponent.createInputComponent(IBasicEditingContext ctx)
          creates the htmlb input control of this component
protected  com.sapportals.htmlb.Component DropdownSelectionComponent.createInputComponent(IBasicEditingContext context)
          creates the htmlb input control of this component
 com.sapportals.htmlb.DropdownListBox DropdownSelectionComponent.getInputComponent(IBasicEditingContext ctx)
           
 boolean CheckboxChoiceComponent.getSelected(IBasicEditingContext context)
          Deprecated. - use getValue(...) instead
 com.sapportals.htmlb.Checkbox CheckboxChoiceComponent.getCheckboxComponent(IBasicEditingContext context)
          Deprecated. use getInputComponent(...)
 com.sapportals.htmlb.Checkbox CheckboxChoiceComponent.getInputComponent(IBasicEditingContext context)
           
protected  com.sapportals.htmlb.Component CheckboxChoiceComponent.createInputComponent(IBasicEditingContext context)
           
 java.lang.String MultilineInputComponent.getValue(IBasicEditingContext context)
           
 com.sapportals.htmlb.TextEdit MultilineInputComponent.getInputComponent(IBasicEditingContext context)
           
protected  com.sapportals.htmlb.Component MultilineInputComponent.createInputComponent(IBasicEditingContext context)
           
 

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

Methods in com.sapportals.admin.wizardframework.components.tableview with parameters of type IBasicEditingContext
protected  java.util.Iterator TableViewColumns.getInvisibleColumnsKeys(IBasicEditingContext context)
           
protected  java.util.Vector TableViewColumns.getColumnHeaders(IBasicEditingContext context)
           
protected  java.util.Iterator TableViewColumns.getColumnsKeys(IBasicEditingContext context)
           
protected  void TableViewColumns.restoreColumnsState(com.sapportals.htmlb.table.TableColumn[] iColumns, IBasicEditingContext context)
           
 void TableViewComponent.setColumns(TableViewColumn[] iColumns, IBasicEditingContext context)
           
protected  com.sapportals.htmlb.enum.TableSortState TableViewComponent.getColumnSortedMode(int columnIndex, IBasicEditingContext context)
           
 void TableViewComponent.setOnClientRowSelection(java.lang.String iOnRowSelJsFuncName, IBasicEditingContext context)
           
protected  com.sapportals.htmlb.Component TableViewComponent.createInputComponent(IBasicEditingContext context)
           
 com.sapportals.htmlb.table.TableView TableViewComponent.getInputComponent(IBasicEditingContext ctx)
           
 TableDataModel TableViewComponent.getTableState(IBasicEditingContext context)
           
 void TableViewComponent.setUseRowSelection(java.lang.Boolean iUseRowSelection, IBasicEditingContext context)
           
 void TableViewComponent.setSelectionMode(com.sapportals.htmlb.enum.TableSelectionMode selectionMode, IBasicEditingContext context)
           
 java.lang.Boolean TableViewComponent.isReadOnly(IBasicEditingContext context)
           
 void TableViewComponent.setReadOnly(java.lang.Boolean iReadOnly, IBasicEditingContext context)
           
 void TableViewComponent.setSelectAll(java.lang.Boolean iSelectAll, IBasicEditingContext context)
           
 void TableViewComponent.setDeselectAll(java.lang.Boolean iDeselectAll, IBasicEditingContext context)
           
 

Constructors in com.sapportals.admin.wizardframework.components.tableview with parameters of type IBasicEditingContext
TableViewColumn(java.lang.String iHeader, java.lang.Boolean iIsVisibile, java.lang.Boolean iIsKey, IBasicEditingContext context)
           
TableViewColumn(java.lang.String iHeader, java.lang.Boolean iIsVisibile, java.lang.Boolean iIsKey, ITableViewCellRenderer iColRender, IBasicEditingContext context)
           
TableViewComponent(IBasicEditingContext context)
           
 

Uses of IBasicEditingContext in com.sapportals.admin.wizardframework.components.tableview.render
 

Methods in com.sapportals.admin.wizardframework.components.tableview.render with parameters of type IBasicEditingContext
 java.lang.String AbstractTableViewCellRenderer.getDataCell(int iRow, int iColumn, TableViewComponent iTableViewComp, IBasicEditingContext context)
           
 

Constructors in com.sapportals.admin.wizardframework.components.tableview.render with parameters of type IBasicEditingContext
TableViewTextRenderer(IBasicEditingContext context)
           
TableViewDropDownListBoxRenderer(IBasicEditingContext context)
           
TableViewDropDownListBoxRenderer(java.util.List iIDs, java.util.List iNames, IBasicEditingContext context)
           
TableViewLinkRenderer(IBasicEditingContext context)
           
TableViewInputRenderer(IBasicEditingContext context)
           
TableViewImageRenderer(IBasicEditingContext context)
           
TableViewButtonRenderer(IBasicEditingContext context)
           
TableViewCheckBoxRenderer(IBasicEditingContext context)
           
TableViewImageLinkRenderer(IBasicEditingContext context)