Uses of Interface
com.sapportals.htmlb.rendering.IPageContext

Packages that use IPageContext
com.sapportals.htmlb   
com.sapportals.htmlb.event   
com.sapportals.htmlb.hovermenu   
com.sapportals.htmlb.page   
com.sapportals.htmlb.rendering   
com.sapportals.htmlb.table   
com.sapportals.htmlb.toolbar   
com.sapportals.htmlb.type   
 

Uses of IPageContext in com.sapportals.htmlb
 

Methods in com.sapportals.htmlb with parameters of type IPageContext
protected  void Tree.initFromPageContext(IPageContext pc, String baseId)
           
protected  void Tray.initFromPageContext(IPageContext pc, String baseId)
           
protected  void TextEdit.initFromPageContext(IPageContext pc, String baseId)
           
protected  void TabStrip.initFromPageContext(IPageContext pc, String baseId)
          internal use only.
protected  void ScrollContainer.initFromPageContext(IPageContext pc, String baseId)
           
protected  void RadioButtonGroup.initFromPageContext(IPageContext pc, String baseId)
          Init from page context.
protected  void RadioButton.initFromPageContext(IPageContext pc, String baseId)
          internal method to set users selection to the appropriate properties of the checkbox
 void RadioButton.render(int selector, IPageContext rendererContext)
          render an aspect of the component using the current context.
 void MessageBar.renderJavascriptInterface(IPageContext renderContext, String generatedId)
           
protected  void ListBox.initFromPageContext(IPageContext pc, String baseId)
          internal use only.
 void Link.preRender(IPageContext pc)
          preRender traverses the component tree right before rendering
protected  void InputField.initFromShortId(IPageContext pc, String id)
           
protected  void InputField.initFromPageContext(IPageContext pc, String baseId)
           
 void Includes.render(int selector, IPageContext rendererContext)
          render an aspect of the component using the current context.
protected  void HtmlEdit.initFromPageContext(IPageContext pc, String baseId)
          DoInitialisation from PageContext
protected  void FileUpload.initFromPageContext(IPageContext pc, String baseId)
           
 void EventValidationContainer.renderJavascriptInterface(IPageContext renderContext, String generatedId)
           
 void EventValidationComponent.renderJavascriptInterface(IPageContext renderContext, String generatedId)
           
protected  void DropdownListBox.initFromPageContext(IPageContext pc, String baseId)
          internal method to set user input to the appropriate properties of the listbox
 void Document.render(int selector, IPageContext rendererContext)
          render an aspect of the component using the current context.
 void Document.registerJavaScript(String rendererId, IPageContext rendererContext)
          register the javascript file, internal use only
 void Container.render(int selector, IPageContext rendererContext)
          render an aspect of the component using the current context.
 void Container.preRender(IPageContext pc)
          preRender traverses the component tree right before rendering
 void Component.render(IPageContext rendererContext)
          render the component using the current context.
 String Component.renderAsString(IPageContext pageContext)
          Experimental.
static Component Component.initializeFromId(String originalId, String id, IPageContext pc, String idInPage)
          internal use only.
protected  void Component.initFromShortId(IPageContext pc, String id)
          internal use only.
protected  void Component.initFromPageContext(IPageContext pc, String baseId)
          internal use only.
 void Component.preRender(IPageContext pc)
          preRender traverses the component tree right before rendering
protected  void Checkbox.initFromPageContext(IPageContext pc, String baseId)
          internal method to set users selection to the appropriate properties of the checkbox
 void Checkbox.render(int selector, IPageContext rendererContext)
          render an aspect of the component using the current context.
 

Constructors in com.sapportals.htmlb with parameters of type IPageContext
DateNavigatorModel(IPageContext pc)
          Create DateNavigatorModel.
DateNavigator(IPageContext pc)
          Create DateNavigator.
 

Uses of IPageContext in com.sapportals.htmlb.event
 

Methods in com.sapportals.htmlb.event with parameters of type IPageContext
static String TreeNodeSelectEvent.renderEventCall(IPageContext pc, Tree tree, TreeNode node)
          INTERNAL USE ONLY.
static String TreeNodeExpandEvent.renderEventCall(IPageContext pc, Tree tree, TreeNode node)
          INTERNAL USE ONLY.
static String TrayHeaderClickEvent.renderEventCall(IPageContext pc, Tray tray, String eventType, String action)
          INTERNAL USE ONLY.
static String TabSelectEvent.renderEventCall(IPageContext pc, TabStrip tabStrip, TabStripItem tabStripItem)
          INTERNAL USE ONLY.
static String TableRowSelectionEvent.renderEventCall(IPageContext pc, TableView tv, int rowIndex)
          INTERNAL USE ONLY.
static String TableRowSelectionEvent.renderJSFunction(IPageContext pc, TableView tv)
          INTERNAL USE ONLY.
static String TableNavigationEvent.renderEventCall(IPageContext pageContext, TableView tableView, String eventClass)
          INTERNAL USE ONLY.
static String TableHeaderClickEvent.renderEventCall(IPageContext pageContext, TableView tableView, int columnIndex)
          INTERNAL USE ONLY.
static String TableCellClickEvent.renderEventCall(IPageContext pc, TableView tv)
          INTERNAL USE ONLY.
static String TableCellClickEvent.renderJSFunction(IPageContext pc, TableView tv, int i)
          INTERNAL USE ONLY.
static String RadioButtonClickEvent.renderEventCall(IPageContext pc, RadioButtonGroup buttonGroup, RadioButton theButton)
          INTERNAL USE ONLY.
static String RadioButtonClickEvent.renderJSFunction(IPageContext pc, RadioButtonGroup buttonGroup)
          INTERNAL USE ONLY.
static String ListSelectEvent.renderEventCall(IPageContext pc, DropdownListBox ddlb)
          INTERNAL USE ONLY.
static String ListSelectEvent.renderJSFunction(IPageContext pc, DropdownListBox ddlb)
           
static String ListSelectEvent.renderEventCall(IPageContext pc, ListBox lb)
          INTERNAL USE ONLY.
static String ListSelectEvent.renderJSFunction(IPageContext pc, ListBox lb)
          INTERNAL USE ONLY.
static String ListSelectEvent.renderEventCall(IPageContext pc, ToolbarDropDownListBox ddlb)
           
static String ListSelectEvent.renderJSFunction(IPageContext pc, ToolbarDropDownListBox ddlb)
           
static String LinkClickEvent.renderEventCall(IPageContext pc, Link link)
           
static String LinkClickEvent.renderJSFunction(IPageContext pc, Link theLink)
          INTERNAL USE ONLY.
static String DateNavigatorWeekClickEvent.renderEventCall(IPageContext pc, DateNavigator dn, int year, int week)
          INTERNAL USE ONLY.
static String DateNavigatorNavigationEvent.renderEventCall(IPageContext pc, DateNavigator dn, String subtype)
          INTERNAL USE ONLY.
static String DateNavigatorMonthClickEvent.renderEventCall(IPageContext pc, DateNavigator dn, int year, int month)
          INTERNAL USE ONLY.
static String DateNavigatorDayClickEvent.getJSFunctionName(IPageContext pc, DateNavigator dn)
           
static String DateNavigatorDayClickEvent.renderJSFunction(IPageContext pc, DateNavigator dn)
          INTERNAL USE ONLY.
static String CheckboxClickEvent.renderEventCall(IPageContext pc, Checkbox checkbox)
          INTERNAL USE ONLY.
static String CheckboxClickEvent.renderJSFunction(IPageContext pc, Checkbox checkbox)
          INTERNAL USE ONLY.
static String ButtonClickEvent.renderEventCall(IPageContext pc, Button button)
          INTERNAL USE ONLY.
static String ButtonClickEvent.renderJSFunction(IPageContext pc, Button theButton)
          INTERNAL USE ONLY.
static String BreadCrumbClickEvent.renderEventCall(IPageContext pc, BreadCrumb bc, String key)
          INTERNAL USE ONLY.
 

Uses of IPageContext in com.sapportals.htmlb.hovermenu
 

Methods in com.sapportals.htmlb.hovermenu with parameters of type IPageContext
protected  void HoverMenu.initFromPageContext(IPageContext pc, String baseId)
           
 

Uses of IPageContext in com.sapportals.htmlb.page
 

Methods in com.sapportals.htmlb.page that return IPageContext
 IPageContext DynPage.getPageContext()
          gets the IPageContext of the current request.
 

Methods in com.sapportals.htmlb.page with parameters of type IPageContext
 void DynPage.setPageContext(IPageContext pageContext)
          Set the IPageContext of the current request.
 

Uses of IPageContext in com.sapportals.htmlb.rendering
 

Classes in com.sapportals.htmlb.rendering that implement IPageContext
 class PageContext
          
 

Methods in com.sapportals.htmlb.rendering that return IPageContext
static IPageContext PageContextFactory.createPageContext(Object request)
          get a IPageContext implementation that can handle the request.
static IPageContext PageContextFactory.createPageContext(Object request, Object response)
          get a IPageContext implementation that can handle the request and response
 

Methods in com.sapportals.htmlb.rendering with parameters of type IPageContext
 void HtmlbRenderer.render(Component component, IPageContext renderContext)
          Render the complete component
 void HtmlbRenderer.render(Component component, int selector, IPageContext renderContext)
          Render a specific aspect of the complete component
 void AtomHtmlbRenderer.render(Component component, int selector, IPageContext renderContext)
           
 

Uses of IPageContext in com.sapportals.htmlb.table
 

Methods in com.sapportals.htmlb.table with parameters of type IPageContext
protected  void TableView.initFromPageContext(IPageContext pc, String baseId)
          inits the component from page context.
 boolean IRowRenderer.renderRow(int row, TableView tableView, IPageContext rendererContext)
           
 void IHeaderRenderer.renderHeader(TableView tableView, IPageContext pageContext)
          render the header line of the table.
 boolean IHeaderRenderer.willRenderHeader(TableView tableView, IPageContext pageContext)
          determine if the header line will be rendered.
 void IHeaderCellRenderer.renderHeaderCell(int column, TableView tableView, IPageContext rendererContext)
          render a single header cell.
 void IFooterRenderer.renderFooter(TableView tableView, IPageContext rendererContext)
          render the footer of the table.
 void ICellRenderer.renderCell(int row, int column, TableView tableView, IPageContext rendererContext)
          render a single cell.
 boolean DefaultRowRenderer.renderRow(int row, TableView tableView, IPageContext rendererContext)
           
 void DefaultHeaderRenderer.renderHeader(TableView tableView, IPageContext rendererContext)
          render the default header line for a table, i.e. simply write the header text.
 boolean DefaultHeaderRenderer.willRenderHeader(TableView tableView, IPageContext rendererContext)
          determines if the header will be rendered at all.
 void DefaultHeaderCellRenderer.renderHeaderCell(int columnIndex, TableView tableView, IPageContext pc)
           
 void DefaultFooterRenderer.renderFooter(TableView tableView, IPageContext rendererContext)
          render the footer of the table.
 void DefaultCellRenderer.renderCell(int row, int column, TableView tableView, IPageContext rendererContext)
          renders the cell for the table
 

Uses of IPageContext in com.sapportals.htmlb.toolbar
 

Methods in com.sapportals.htmlb.toolbar with parameters of type IPageContext
protected  void ToolbarInputField.initFromShortId(IPageContext pc, String id)
          internal use only
protected  void ToolbarInputField.initFromPageContext(IPageContext pc, String baseId)
          internal use only
protected  void ToolbarDropDownListBox.initFromPageContext(IPageContext pc, String baseId)
          internal method to set user input to the appropriate properties of the listbox
 

Uses of IPageContext in com.sapportals.htmlb.type
 

Methods in com.sapportals.htmlb.type with parameters of type IPageContext
 String AbstractDataType.toString(IPageContext pageContext)
          gets a String representation of the DataTypes value.
 

Constructors in com.sapportals.htmlb.type with parameters of type IPageContext
DayRanges(IPageContext pc)
          Create DayRanges.
 



Copyright 2006 SAP AG Complete Copyright Notice