A B C D E F G H I J K L M N O P Q R S T U V W Y

D

DATE - Static variable in class com.sapportals.htmlb.enum.DataType
 
DEFAULT - Static variable in class com.sapportals.htmlb.enum.BreadCrumbBehavior
 
DEFAULT - Static variable in class com.sapportals.htmlb.enum.BrowserType
 
DEFAULT - Static variable in class com.sapportals.htmlb.enum.ChartColorOrder
 
DEFAULT - Static variable in class com.sapportals.htmlb.enum.ChartLegendPosition
 
DEFAULT_SELECTION_HANDLER - Static variable in class com.sapportals.htmlb.TabStrip
Default Event action that is set for browsers like Netscape 4 which require server side handling for switching between tab items.
DESCENDING - Static variable in class com.sapportals.htmlb.enum.TableSortState
 
DIRECTJSCRIPT - Static variable in class com.sapportals.htmlb.enum.ResourceType
 
DISABLED - Static variable in class com.sapportals.htmlb.enum.TableSortState
 
DRAGRELATE - Static variable in class com.sapportals.htmlb.enum.LinkDesign
 
DRILLDOWN - Static variable in class com.sapportals.htmlb.enum.LinkDesign
 
DataBCD - class com.sapportals.htmlb.type.DataBCD.
A Datatype representing a BCD value.
DataBCD() - Constructor for class com.sapportals.htmlb.type.DataBCD
 
DataBCD(String) - Constructor for class com.sapportals.htmlb.type.DataBCD
construct a BCD data element from a String.
DataBCD(String, Locale) - Constructor for class com.sapportals.htmlb.type.DataBCD
construct a BCD data element from a String using a specific locale.
DataBCD(double) - Constructor for class com.sapportals.htmlb.type.DataBCD
construct a BCD data element from a double.
DataBCD(BigDecimal) - Constructor for class com.sapportals.htmlb.type.DataBCD
construct a BCD data element from a String.
DataBoolean - class com.sapportals.htmlb.type.DataBoolean.
DataBoolean() - Constructor for class com.sapportals.htmlb.type.DataBoolean
 
DataBoolean(String) - Constructor for class com.sapportals.htmlb.type.DataBoolean
 
DataBoolean(boolean) - Constructor for class com.sapportals.htmlb.type.DataBoolean
 
DataDate - class com.sapportals.htmlb.type.DataDate.
DataDate() - Constructor for class com.sapportals.htmlb.type.DataDate
 
DataDate(String) - Constructor for class com.sapportals.htmlb.type.DataDate
 
DataDate(Date) - Constructor for class com.sapportals.htmlb.type.DataDate
 
DataDate(Date) - Constructor for class com.sapportals.htmlb.type.DataDate
 
DataInteger - class com.sapportals.htmlb.type.DataInteger.
DataInteger() - Constructor for class com.sapportals.htmlb.type.DataInteger
 
DataInteger(String) - Constructor for class com.sapportals.htmlb.type.DataInteger
 
DataInteger(int) - Constructor for class com.sapportals.htmlb.type.DataInteger
 
DataInteger(Integer) - Constructor for class com.sapportals.htmlb.type.DataInteger
 
DataString - class com.sapportals.htmlb.type.DataString.
DataString() - Constructor for class com.sapportals.htmlb.type.DataString
 
DataString(String) - Constructor for class com.sapportals.htmlb.type.DataString
 
DataTime - class com.sapportals.htmlb.type.DataTime.
DataTime() - Constructor for class com.sapportals.htmlb.type.DataTime
 
DataTime(String) - Constructor for class com.sapportals.htmlb.type.DataTime
 
DataTime(Time) - Constructor for class com.sapportals.htmlb.type.DataTime
 
DataTime(Date) - Constructor for class com.sapportals.htmlb.type.DataTime
 
DataType - class com.sapportals.htmlb.enum.DataType.
The different supported Data types DataType(String) - Constructor for class com.sapportals.htmlb.enum.DataType
 
DataTypeValidator - class com.sapportals.htmlb.validation.DataTypeValidator.
 
DataTypeValidator() - Constructor for class com.sapportals.htmlb.validation.DataTypeValidator
 
Date - class com.sapportals.htmlb.type.Date.
Special Date class for htmlb to avoid time zone conflicts and confusion with times Date() - Constructor for class com.sapportals.htmlb.type.Date
Constructs new Date object and initializes it with the current date.
Date(int, int, int) - Constructor for class com.sapportals.htmlb.type.Date
Constructs a new Date object and initializes it with the given parameters.
Date(long) - Constructor for class com.sapportals.htmlb.type.Date
Constructs a new Date object and initializes it with the given parameters.
Date(String) - Constructor for class com.sapportals.htmlb.type.Date
Constructs new Date object and initializes it with the given dateString.
DateNavigator - class com.sapportals.htmlb.DateNavigator.
The DateNavigator class is used to render calendars.
DateNavigator(IPageContext) - Constructor for class com.sapportals.htmlb.DateNavigator
Create DateNavigator.
DateNavigator() - Constructor for class com.sapportals.htmlb.DateNavigator
Create DateNavigatorModel.
DateNavigatorDayClickEvent - class com.sapportals.htmlb.event.DateNavigatorDayClickEvent.
Event that is fired when a single day in a DateNavigator is clicked upon.
DateNavigatorDayClickEvent() - Constructor for class com.sapportals.htmlb.event.DateNavigatorDayClickEvent
 
DateNavigatorModel - class com.sapportals.htmlb.DateNavigatorModel.
Provide model for the DateNavigator.
DateNavigatorModel(IPageContext) - Constructor for class com.sapportals.htmlb.DateNavigatorModel
Create DateNavigatorModel.
DateNavigatorModel() - Constructor for class com.sapportals.htmlb.DateNavigatorModel
Create DateNavigatorModel.
DateNavigatorMonthClickEvent - class com.sapportals.htmlb.event.DateNavigatorMonthClickEvent.
Event that is fired when a month in a DateNavigator is clicked upon.
DateNavigatorMonthClickEvent() - Constructor for class com.sapportals.htmlb.event.DateNavigatorMonthClickEvent
 
DateNavigatorNavigationEvent - class com.sapportals.htmlb.event.DateNavigatorNavigationEvent.
Event that is fired when a navigation element in a DateNavigator is clicked upon.
DateNavigatorNavigationEvent() - Constructor for class com.sapportals.htmlb.event.DateNavigatorNavigationEvent
 
DateNavigatorWeekClickEvent - class com.sapportals.htmlb.event.DateNavigatorWeekClickEvent.
Event that is fired when a week number in a DateNavigator is clicked upon.
DateNavigatorWeekClickEvent() - Constructor for class com.sapportals.htmlb.event.DateNavigatorWeekClickEvent
 
DateValidator - class com.sapportals.htmlb.validation.DateValidator.
 
DateValidator() - Constructor for class com.sapportals.htmlb.validation.DateValidator
 
DayRanges - class com.sapportals.htmlb.type.DayRanges.
The DayRanges class is used in association with the DateNavigator class to specify any number of days that should be rendered in a selected state and can be accompanied with tooltips.
DayRanges(IPageContext) - Constructor for class com.sapportals.htmlb.type.DayRanges
Create DayRanges.
DayRanges() - Constructor for class com.sapportals.htmlb.type.DayRanges
Create DayRanges.
DefaultCellRenderer - class com.sapportals.htmlb.table.DefaultCellRenderer.
Default implementation for the TableView cell renderer DefaultCellRenderer() - Constructor for class com.sapportals.htmlb.table.DefaultCellRenderer
 
DefaultChartModel - class com.sapportals.htmlb.DefaultChartModel.
A default model for a Chart control DefaultChartModel() - Constructor for class com.sapportals.htmlb.DefaultChartModel
 
DefaultFooterRenderer - class com.sapportals.htmlb.table.DefaultFooterRenderer.
Default implementation for the TableView footer renderer DefaultFooterRenderer() - Constructor for class com.sapportals.htmlb.table.DefaultFooterRenderer
 
DefaultHeaderCellRenderer - class com.sapportals.htmlb.table.DefaultHeaderCellRenderer.
Default implementation for an IHeaderCellRenderer.
DefaultHeaderCellRenderer() - Constructor for class com.sapportals.htmlb.table.DefaultHeaderCellRenderer
 
DefaultHeaderRenderer - class com.sapportals.htmlb.table.DefaultHeaderRenderer.
Default implementation for the TableView header renderer.
DefaultHeaderRenderer() - Constructor for class com.sapportals.htmlb.table.DefaultHeaderRenderer
 
DefaultHtmlParser - class com.sapportals.htmlb.htmlcontainer.DefaultHtmlParser.
The DefaultHtmlParser is used to adjust a whole html document in that way, that it it fit's non-isolated into an html business for java application.
DefaultHtmlParser() - Constructor for class com.sapportals.htmlb.htmlcontainer.DefaultHtmlParser
 
DefaultListModel - class com.sapportals.htmlb.DefaultListModel.
Default implementation of IListModel for ListBox and DropdownListBox DefaultListModel() - Constructor for class com.sapportals.htmlb.DefaultListModel
Create a new DefaultListModel.
DefaultRowRenderer - class com.sapportals.htmlb.table.DefaultRowRenderer.
Default implementation for the TableView row renderer DefaultRowRenderer() - Constructor for class com.sapportals.htmlb.table.DefaultRowRenderer
 
DefaultTableViewModel - class com.sapportals.htmlb.table.DefaultTableViewModel.
default implementation for Interface TableViewModel DefaultTableViewModel() - Constructor for class com.sapportals.htmlb.table.DefaultTableViewModel
constructs a empty table data model
DefaultTableViewModel(Vector) - Constructor for class com.sapportals.htmlb.table.DefaultTableViewModel
constructs a DefaultTableViewModel without table data, only columnNames
DefaultTableViewModel(Vector, Vector) - Constructor for class com.sapportals.htmlb.table.DefaultTableViewModel
constructs a table data model with the data vector and the column names
DefaultTableViewModel(Vector, Vector, boolean) - Constructor for class com.sapportals.htmlb.table.DefaultTableViewModel
constructs a table model with the data as a Vector and columnnames as a Vector. with the third boolean parameter columnAutoCreated, you can determine if the visible columns (for display) should be automatically created or not.
DefaultTableViewModel(Object[]) - Constructor for class com.sapportals.htmlb.table.DefaultTableViewModel
constrcuts a DefaultTableViewModel without table data, only the table column names
DefaultTableViewModel(Object[][], Object[]) - Constructor for class com.sapportals.htmlb.table.DefaultTableViewModel
constructs a table data model with a data array and column names
DefaultTableViewModel(Object[][], Object[], boolean) - Constructor for class com.sapportals.htmlb.table.DefaultTableViewModel
constructs a table data model with a data array and column names
Document - class com.sapportals.htmlb.Document.
The outer document control.
Document(String) - Constructor for class com.sapportals.htmlb.Document
construct a new Document.
DragSource - class com.sapportals.htmlb.DragSource.
The DragSource is used to make a html business for java control dragable.
DragSource(String) - Constructor for class com.sapportals.htmlb.DragSource
Creates a DragSource with a specific name
DropTarget - class com.sapportals.htmlb.DropTarget.
The DropTarget is used to make a html business for java control dropable.
DropTarget(String) - Constructor for class com.sapportals.htmlb.DropTarget
Creates a DropTarget with a specific name
DropTargetDesign - class com.sapportals.htmlb.enum.DropTargetDesign.
Horizontal alignments for cells DropdownListBox - class com.sapportals.htmlb.DropdownListBox.
Title: Description: Copyright: Copyright (c) 2001 Company: SAP AG
DropdownListBox(String) - Constructor for class com.sapportals.htmlb.DropdownListBox
Create a new DropdownListBox with a unique identifier.
DropdownListBoxDesign - class com.sapportals.htmlb.enum.DropdownListBoxDesign.
 
DynPage - class com.sapportals.htmlb.page.DynPage.
Base class for pages.
DynPage() - Constructor for class com.sapportals.htmlb.page.DynPage
creates a new DynPage.
dataTypes() - Static method in class com.sapportals.htmlb.type.AbstractDataType
gets a iteration of all known DataTypes that can be handled.
dataVector - Variable in class com.sapportals.htmlb.table.DefaultTableViewModel
 
decodeFormElements(String) - Method in class com.sapportals.htmlb.Form
decode Form meta-data from a String representation.
decodeTreeHierarchy(String, String) - Method in class com.sapportals.htmlb.Tree
Decode the tree hierarchy.
deleteTimeInfo(Calendar) - Static method in class com.sapportals.htmlb.type.DayRanges
Utility method to delete all time info in a calendar.
deselectAll - Static variable in class com.sapportals.htmlb.table.TableView
 
destroy() - Method in class com.sapportals.htmlb.page.PageProcessorServlet
Clean up resources
detectUserAgent(HttpServletRequest) - Method in class com.sapportals.htmlb.rendering.PageContext
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.sapportals.htmlb.page.PageProcessorServlet
Process the HTTP Get request
doInitialization() - Method in class com.sapportals.htmlb.page.DynPage
initialize your DynPage.
doOutput(PageProcessor) - Method in class com.sapportals.htmlb.page.DynPage
actually do your output.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.sapportals.htmlb.page.PageProcessorServlet
Process the HTTP Post request
doProcessAfterInput() - Method in class com.sapportals.htmlb.page.DynPage
Process any user input.
doProcessBeforeOutput() - Method in class com.sapportals.htmlb.page.DynPage
preprocess your output.
doProcessCurrentEvent(Event) - Method in class com.sapportals.htmlb.page.DynPage
processes the current event by invoking a method with an appropriate name and signature.
doSetupOutput() - Method in class com.sapportals.htmlb.page.DynPage
sets up the output for this DynPage.
document - Variable in class com.sapportals.htmlb.page.DynPage
 
document - Variable in class com.sapportals.htmlb.rendering.PageContext
 

A B C D E F G H I J K L M N O P Q R S T U V W Y
Copyright 2006 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice. Microsoft, Windows, Outlook, and PowerPoint are registered trademarks of Microsoft Corporation. Oracle is a registered trademark of Oracle Corporation. UNIX, X/Open, OSF/1, and Motif are registered trademarks of the Open Group. Citrix, ICA, Program Neighborhood, MetaFrame, WinFrame, VideoFrame, and MultiWin are trademarks or registered trademarks of Citrix Systems, Inc. HTML, XML, XHTML and W3C are trademarks or registered trademarks of W3C, World Wide Web Consortium, Massachusetts Institute of Technology. Java is a registered trademark of Sun Microsystems, Inc. JavaScript is a registered trademark of Sun Microsystems, Inc., used under license for technology invented and implemented by Netscape. MaxDB is a trademark of MySQL AB, Sweden. SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary. These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.