|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Component in com.sapportals.htmlb |
| Subclasses of Component in com.sapportals.htmlb | |
class |
AppletContainer
Applet Container |
class |
Bookmark
A local bookmark Copyright (c) SAP AG, 2002 |
class |
BreadCrumb
Title: BreadCrumb Control |
class |
Button
A single button |
class |
ButtonRow
|
class |
Chart
Title: Chart Graphics Business graphics are of great importance for the visualization of data and statistics. |
class |
Checkbox
Basic Checkbox Control. |
class |
CheckboxGroup
Checkboxes grouped together. |
class |
ClientEventContainer
A very simple container that simply renders its content without any additions. |
class |
Container
Base class for all components that can include other components. |
class |
DateNavigator
The DateNavigator class is used to render calendars. |
class |
Document
The outer document control. |
class |
DragSource
The DragSource is used to make a html business for java control dragable. |
class |
DropdownListBox
Title: Description: Copyright: Copyright (c) 2001 Company: SAP AG |
class |
DropTarget
The DropTarget is used to make a html business for java control dropable. |
class |
EventValidationComponent
|
class |
EventValidationContainer
|
class |
FileUpload
|
class |
FlowLayout
A very simple container that simply renders its content without any additions. |
class |
Form
The Form element which encapsulates all entry or event-firing controls. |
class |
FormLayout
Title: FormLayout Description: FormLayout defines a layout component to design forms |
class |
FormLayoutCell
Title: FormLayoutCell Description: FormLayoutCell defines a cell of a grid |
class |
GridLayout
Title: GridLayout Description: GridLayout defines a grid |
class |
GridLayoutCell
Title: GridLayoutCell Description: GridLayoutCell defines a cell of a grid |
class |
Group
A frame that is used to visually indicate elements that belong together |
class |
HtmlEdit
An editable TextArea |
class |
HTMLFragment
Special container for raw HTML. |
class |
Image
Title: Image Description: Creates a link for an image. |
class |
ImageMap
Title: ImageMap |
class |
Includes
This class is not used directly. |
class |
InputField
A field where the user can enter data. |
class |
ItemList
Title: Basic Item List Control (Bullet List, Ordered List) Description: Encapsulates HTML business Code for Standard Item Lists (Bullet List and Numbered List) Copyright: Copyright (c) 2001 Company: SAP AG |
class |
Label
A Label is a label for an input component Copyright (c) SAP AG 2001 |
class |
Link
Link Control |
class |
ListBox
Title: List Box Description: This class renders a List Box. |
class |
MenuBar
|
class |
MessageBar
|
class |
PopupTrigger
|
class |
ProgressIndicator
|
class |
RadioButton
Basic Checkbox Control. |
class |
RadioButtonGroup
Checkboxes grouped together. |
class |
RasterLayout
Class RasterLayout, a container used for absolute positioning for controls |
class |
ScrollContainer
An area of fixed size that scrolls if contents are bigger |
class |
StatefulButtonBase
Base class for RadioButtons and Checkboxes |
(package private) class |
com.sapportals.htmlb.StatefulButtonGroupBase
StatefulButtonGroupBase is an abstract class that holds the common parts of concrete classes RadioButtonGroup and CheckboxGroup |
class |
StyleContainer
An area of fixed size that scrolls if contents are bigger |
class |
TabStrip
A control similar to a JTabbedPane Caution: Netscape 4 causes a lot of trouble with this control. |
class |
TabStripItem
|
class |
TextEdit
An editable TextArea |
class |
TextView
A TextView is a simple text that supports several designs. |
class |
Timer
Title: Timer Description: Fires a server or client event after a specific timeout |
class |
Tray
a Tray is an outer container similar to the Group but with additional functionality (collapse/expand). |
class |
Tree
Title: Tree Description: Tree defines a tree Copyright: Copyright (c) 2001 Company: SAP AG |
| Methods in com.sapportals.htmlb that return Component | |
Component |
TreeNode.getComponent()
Return the component which should be displayed as tree node content. |
Component |
TabStripItem.getHeader()
gets the header of the TabStripItem. |
Component |
TabStripItem.getBody()
gets the body component of the TabStripItem. |
Component |
StatefulButtonBase.getElement()
get arbitrary component which should be rendered together with checkbox |
Component |
RasterLayoutItem.getComponent()
Get the Component attribute of the RasterLayoutItem object. |
Component |
RasterLayout.addComponent(Component component)
Add Component to the RasterLayout object. |
Component |
RadioButtonGroup.addComponent(Component component,
String key)
Add component to this container. |
Component |
RadioButtonGroup.addComponent(Component component)
Add a component to this container. |
Component |
PopupTrigger.getContent()
returns the contained component of the popup trigger |
Component |
Link.addComponent(Component c)
|
Component |
InputField.getLabel()
|
Component |
Group.getHeaderComponent()
get the header Component for this group. |
Component |
FormLayoutCell.addComponent(Component component)
|
Component |
Form.getFocusedControl()
get the control which will get the focus after loading the page |
Component |
Form.getComponentById(String id)
INTERNAL USE ONLY. |
Component |
Form.FormElement.getComponent()
|
Component |
Container.addComponent(Component component)
add a component to this container |
static Component |
Component.initializeFromId(String originalId,
String id,
IPageContext pc,
String idInPage)
internal use only. |
Component |
CheckboxGroup.addComponent(Component component,
String key)
add a component to this container. |
Component |
CheckboxGroup.addComponent(Component component)
Add a component to this container. |
Component |
ButtonRow.addComponent(Component component)
add a component to the ButtonRow. |
Component |
ButtonRow.addButton(Button button)
add a button to the ButtonRow. |
| Methods in com.sapportals.htmlb with parameters of type Component | |
void |
TreeNode.setComponent(Component component)
Set the component which should be displayed as tree node content. |
void |
TabStripItem.setHeader(Component header)
sets the header of the TabStripItem. |
void |
TabStripItem.setBody(Component body)
sets the body component of the TabStripItem. |
TabStripItem |
TabStrip.addTab(int index,
String title,
Component bodyContent)
add a pane to the TabStrip with a given index, title and body. |
TabStripItem |
TabStrip.addTab(int index,
Component headerComponent,
Component bodyContent)
add a pane to the TabStrip with a given index, header and body. |
void |
StatefulButtonBase.setElement(Component component)
set arbitrary component as element to be rendered together with checkbox |
void |
RasterLayoutItem.setComponent(Component component)
Set the Component attribute of the RasterLayoutItem object. |
Component |
RasterLayout.addComponent(Component component)
Add Component to the RasterLayout object. |
void |
RasterLayout.addComponent(int top,
int left,
Component component)
Add Component to the RasterLayout object. |
void |
RasterLayout.addComponent(int top,
int left,
int width,
int height,
Component component)
Add Component to the RasterLayout object. |
Component |
RadioButtonGroup.addComponent(Component component,
String key)
Add component to this container. |
Component |
RadioButtonGroup.addComponent(Component component)
Add a component to this container. |
void |
PopupTrigger.setContent(Component content)
assigns a component to the popup trigger |
Component |
Link.addComponent(Component c)
|
void |
ItemList.addComponent(Component comp,
String bulletUri)
|
void |
ItemList.addComponentWithStyle(Component comp,
String bulletUri)
|
void |
InputField.setLabel(Component label)
|
void |
Group.setHeaderComponent(Component headerComponent)
set the header Component for this group. |
void |
GridLayoutCell.setContent(Component component)
Set the component, which sould be displayed in the cell. |
void |
GridLayout.addComponent(int rowIndex,
int columnIndex,
Component component)
Add a component at the specified position in the grid. |
void |
GridLayout.addColSpanComponent(int rowIndex,
int columnIndex,
Component component,
int colSpan)
Add a component at the specified position in the grid. |
Component |
FormLayoutCell.addComponent(Component component)
|
FlowLayout |
FormLayoutCell.addComponents(Component[] component)
|
FlowLayout |
FormLayoutCell.addComponents(Component[] components,
boolean wrapping)
|
FormLayoutRow |
FormLayout.addRow(Component[] components)
creates a new row and adds a cell for each component that is passes. |
FormLayoutCell |
FormLayout.addComponent(int row,
int cell,
Component component)
add the component to the specific cell. |
void |
Form.setFocusedControl(Component focusedComponent)
set the control which will get the focus after loading the page |
protected int |
Form.registerFormElement(Component component)
INTERNAL USE ONLY. |
int |
Form.registerFormElement(Component component,
String id)
INTERNAL USE ONLY. |
int |
Form.getIndexOfElement(Component component)
internal use. |
String |
Form.getFullIdForComponent(Component component)
INTERNAL USE ONLY. |
void |
Form.addForcedEnabledElement(String generatedId,
Component component)
internal use only |
String |
Document.getElementId(Component c)
|
Component |
Container.addComponent(Component component)
add a component to this container |
void |
Container.removeComponent(Component component)
remove a specific component from this container |
Component |
CheckboxGroup.addComponent(Component component,
String key)
add a component to this container. |
Component |
CheckboxGroup.addComponent(Component component)
Add a component to this container. |
Component |
ButtonRow.addComponent(Component component)
add a component to the ButtonRow. |
| Constructors in com.sapportals.htmlb with parameters of type Component | |
RasterLayoutItem(int top,
int left,
Component component)
Construct object of class RasterLayoutItem. |
|
RasterLayoutItem(int top,
int left,
int width,
int height,
Component component)
Construct object of class RasterLayoutItem. |
|
PopupTrigger(String id,
String tooltip,
Component content,
HoverMenu menu)
Construct object of class PopupTrigger. |
|
GridLayoutCell(Component component)
Constructor for a GridLayoutCell object. |
|
GridLayoutCell(Component component,
int colSpan)
Constructor for a GridLayoutCell object. |
|
Form.FormElement(int index,
Component component)
|
|
| Uses of Component in com.sapportals.htmlb.event |
| Methods in com.sapportals.htmlb.event with parameters of type Component | |
String[] |
RadioButtonClickEvent.getParams(Component c)
|
String[] |
LinkClickEvent.getParams(Component c)
|
String[] |
Event.getParams(Component c)
gets parameters of the event the default implementation returns null, needs to be overriden by events that require parameters (e.g. |
| Uses of Component in com.sapportals.htmlb.hovermenu |
| Subclasses of Component in com.sapportals.htmlb.hovermenu | |
class |
HoverMenu
class hover menu |
class |
HoverMenuItem
|
class |
LinkForHoverMenu
|
| Uses of Component in com.sapportals.htmlb.htmlcontainer |
| Subclasses of Component in com.sapportals.htmlb.htmlcontainer | |
class |
IsolatedHtmlContainer
The IsolatedHtmlContainer displays a html document, which is represented by its URL, inside an iFrame. |
class |
NonIsolatedHtmlContainer
The NonIsolatedHtmlContainer will display a html-document, which is represented by an inputStream, inside an Html Business for Java application. |
| Uses of Component in com.sapportals.htmlb.page |
| Methods in com.sapportals.htmlb.page that return Component | |
Component[] |
DynPage.getComponents()
gets an array of all components from the last submitted form or null if there were no components |
Component |
DynPage.getComponentByName(String name)
|
| Methods in com.sapportals.htmlb.page with parameters of type Component | |
void |
DynPage.setComponents(Component[] components)
Deprecated. |
| Uses of Component in com.sapportals.htmlb.rendering |
| Methods in com.sapportals.htmlb.rendering that return Component | |
Component |
PageContext.getComponentForId(String elementId)
|
Component |
PageContext.getTableComponentForId(String tableId,
String elementId,
int row)
|
Component[] |
PageContext.getComponents()
|
Component |
IPageContext.getComponentForId(String elementId)
returns a reconstructed component for a given id. |
Component |
IPageContext.getTableComponentForId(String tableId,
String elementId,
int row)
get a reconstructed component for a given id. |
Component[] |
IPageContext.getComponents()
returns all the components that were rebuild |
| Methods in com.sapportals.htmlb.rendering with parameters of type Component | |
void |
PageContext.render(Component component)
|
void |
PageContext.render(Component component,
int selector)
|
void |
PageContext.renderJavascriptInterface(Component component,
String generatedId)
|
String |
PageContext.getParamIdForComponent(Component c)
get a generated unique ID for a component. |
void |
IPageContext.render(Component component)
render a single component. |
void |
IPageContext.render(Component component,
int selector)
render an aspect of a single component. |
void |
IPageContext.renderJavascriptInterface(Component component,
String generatedId)
render Javascript interface of component. |
String |
IPageContext.getParamIdForComponent(Component c)
get a unique ID for a component. |
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 Component in com.sapportals.htmlb.table |
| Subclasses of Component in com.sapportals.htmlb.table | |
class |
TableView
New: Three generic functions have been identified and have been added to the table. |
| Uses of Component in com.sapportals.htmlb.toolbar |
| Subclasses of Component in com.sapportals.htmlb.toolbar | |
class |
Toolbar
|
class |
ToolbarButton
|
class |
ToolbarDropDownListBox
|
class |
ToolbarInputField
|
class |
ToolbarSeparator
|
| Methods in com.sapportals.htmlb.toolbar that return Component | |
Component |
Toolbar.addComponent(Component component)
add a toolbar item to the toobar. |
| Methods in com.sapportals.htmlb.toolbar with parameters of type Component | |
Component |
Toolbar.addComponent(Component component)
add a toolbar item to the toobar. |
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||