Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
A
C
D
E
F
G
H
I
K
L
N
O
R
S
T
U
V
A
ActionBean
- interface kea.appfw.html.
ActionBean
.
Defines basic execute and initialization functionality for Action Beans.
actionUrl
- Variable in class kea.appfw.html.
EditForm
the action for EditForm
addElement(HTMLElement)
- Method in class kea.appfw.html.element.
HTMLElementContainer
Adds an element to the collection of elements to be rendered
addImage(String)
- Method in class kea.appfw.html.element.
HTMLElementContainer
Adds an image to the document.
attrComponents
- Variable in class kea.appfw.html.
EditForm
attrComponents contains data display components for attributes
C
className
- Variable in class kea.appfw.html.element.
HTMLElement
a class name in html page
D
DataBean
- interface kea.appfw.html.
DataBean
.
Defines the base methods for a Data Web Bean.
DataBeanImpl
- class kea.appfw.html.
DataBeanImpl
.
DataBean's base implementation.
DataBeanImpl()
- Constructor for class kea.appfw.html.
DataBeanImpl
displayAttributes
- Variable in class kea.appfw.html.
DataBeanImpl
The Business Entity's attributes that will be displayed.
E
EditForm
- class kea.appfw.html.
EditForm
.
The EditForms edits the Business Entity.
EditForm()
- Constructor for class kea.appfw.html.
EditForm
elementAt(int)
- Method in class kea.appfw.html.element.
HTMLElementContainer
get the element at the provided index
Elements
- Variable in class kea.appfw.html.element.
HTMLElementContainer
Container contain Element object
elment
- Variable in class kea.appfw.html.element.
HTMLFormComponent
endCenter()
- Method in class kea.appfw.html.element.
HTMLElementContainer
Stops the HTML document's centered mode.
ENTITY_ID
- Variable in class kea.appfw.html.
EditForm
Entity Id parameter
ENTITY_ID
- Static variable in interface kea.appfw.html.
DataBean
Entity Id parameter name
ENTITY_NAME
- Variable in class kea.appfw.html.
EditForm
Entity Name parameter
ENTITY_NAME
- Static variable in interface kea.appfw.html.
DataBean
Entity Name parameter name
entityId
- Variable in class kea.appfw.html.
DataBeanImpl
Current Business Entity's Id being processed.
entityName
- Variable in class kea.appfw.html.
DataBeanImpl
Business Entity's name being processed.
execute()
- Method in class kea.appfw.html.
EditForm
Reads the
_ACTION
parameter from the HTML page's request and performs the appropriate operation on the Business Entity being edited.
execute()
- Method in interface kea.appfw.html.
ActionBean
execute the Action Bean's action.
F
fixFieldValueForHTML(String)
- Static method in class kea.appfw.html.element.
HTMLElement
Fixes a URL value that is to be embedded in an HTML page.
G
getActionUrl()
- Method in class kea.appfw.html.
EditForm
get the EditForm Entity's action
getAttribute(String)
- Method in interface kea.appfw.html.
HtmlBean
get common Attribute for HtmlBean
getClassName()
- Method in class kea.appfw.html.element.
HTMLElement
getDefaultComponent(String)
- Method in class kea.appfw.html.
EditForm
get a default display component for attribute
H
HtmlBean
- interface kea.appfw.html.
HtmlBean
.
Defining intialization function for Html Beans.
HtmlBeanImpl
- class kea.appfw.html.
HtmlBeanImpl
.
HtmlBean's base implementing.
HtmlBeanImpl()
- Constructor for class kea.appfw.html.
HtmlBeanImpl
HTMLElement
- class kea.appfw.html.element.
HTMLElement
.
A class representing the base root class used by all HTML generation classes.
HTMLElement()
- Constructor for class kea.appfw.html.element.
HTMLElement
HTMLElementContainer
- class kea.appfw.html.element.
HTMLElementContainer
.
This class serves as a container for HTML elements.
HTMLElementContainer()
- Constructor for class kea.appfw.html.element.
HTMLElementContainer
HTMLFormComponent
- class kea.appfw.html.element.
HTMLFormComponent
.
This represents a FORM's field.
HTMLFormComponent(HTMLElement, HTMLElement)
- Constructor for class kea.appfw.html.element.
HTMLFormComponent
Constructor providing a label and an element.
HTMLFormComponent(HTMLElement, HTMLElement, boolean)
- Constructor for class kea.appfw.html.element.
HTMLFormComponent
Constructor providing a label, element and a boolean that controls wether to use the label or not.
HTMLTextElement
- class kea.appfw.html.element.
HTMLTextElement
.
Represents a text element.
HTMLTextElement(String)
- Constructor for class kea.appfw.html.element.
HTMLTextElement
Constructs element providing it's text.
I
initialize(HttpServletRequest, HttpServletResponse)
- Method in class kea.appfw.html.
HtmlBeanImpl
Initializes this Bean object to access the important objects of Servlet: request, response.
initialize(HttpServletRequest, HttpServletResponse)
- Method in interface kea.appfw.html.
HtmlBean
Initializes this Bean object to access the important objects of Servlet: request, response.
initialize(PageContext)
- Method in interface kea.appfw.html.
ActionBean
Initializes this Action Bean object to access the important objects of the JSP: servletContext, session, request, response, and out.
initialize(ServletContext, HttpServletRequest, HttpServletResponse)
- Method in interface kea.appfw.html.
ActionBean
Initializes this Action Bean object to access the important objects of servlet or JSP, it contains servletContext, request, response.
K
kea.appfw.html
- package kea.appfw.html
Html package represent ViewBean and ActionBean Object.
kea.appfw.html.element
- package kea.appfw.html.element
L
Label
- Variable in class kea.appfw.html.element.
HTMLFormComponent
N
numberOfElements()
- Method in class kea.appfw.html.element.
HTMLElementContainer
get the number of elements that have been added so f
O
output()
- Method in class kea.appfw.html.
ViewBeanImpl
Renders the View Bean's contents to the output stream.
output()
- Method in interface kea.appfw.html.
ViewBean
Renders the View Bean's contents to the output stream.
outPut(OutputStream)
- Method in class kea.appfw.html.element.
HTMLElement
Renders the object to the HTML output stream.
output(PrintWriter)
- Method in class kea.appfw.html.
ViewBeanImpl
Renders the ViewBean's contents to the specific PrintWriter.
output(PrintWriter)
- Method in class kea.appfw.html.
EditForm
Renders EditBean's edit form containing the current Business Entity.
output(PrintWriter)
- Method in class kea.appfw.html.
ViewTable
Renders the Business Entity.
output(PrintWriter)
- Method in interface kea.appfw.html.
ViewBean
Renders the ViewBean's contents to the specific PrintWriter.
output(PrintWriter)
- Method in class kea.appfw.html.element.
HTMLFormComponent
Renders the container's header, contained objects and footer.
outPut(PrintWriter)
- Method in class kea.appfw.html.element.
HTMLElement
To output the contents to the output stream.
R
render(PrintWriter)
- Method in class kea.appfw.html.element.
HTMLElementContainer
Renders the container's header, contained objects and footer.
render(PrintWriter)
- Method in class kea.appfw.html.element.
HTMLTextElement
Renders the container's header, contained objects and footer.
renderContainerFooter(PrintWriter)
- Method in class kea.appfw.html.element.
HTMLElementContainer
generate container Footer
renderContainerHeader(PrintWriter)
- Method in class kea.appfw.html.element.
HTMLElementContainer
generate container header
renderElementFooter(PrintWriter)
- Method in class kea.appfw.html.element.
HTMLElementContainer
generate element footer
renderElementHeader(PrintWriter)
- Method in class kea.appfw.html.element.
HTMLElementContainer
generate element header
request
- Variable in class kea.appfw.html.
HtmlBeanImpl
Servlet's HttpServletRequest.
response
- Variable in class kea.appfw.html.
HtmlBeanImpl
Servlet's HttpServletResponse.
S
setAttribute(String, Object)
- Method in interface kea.appfw.html.
HtmlBean
add or modify common Attribute for HtmlBean
setAttribute(String, String)
- Method in interface kea.appfw.html.
HtmlBean
add or modify common Attribute for HtmlBean
setClassName(String)
- Method in class kea.appfw.html.element.
HTMLElement
Sets the class name for this element.
setDisplayAttributes(String)
- Method in class kea.appfw.html.
DataBeanImpl
Sets the list of the Business Entity's attributes that will be displayed.
setDisplayAttributes(String)
- Method in interface kea.appfw.html.
DataBean
Sets the list of the Business Entity's attributes that will be displayed.
setEntityId(String)
- Method in class kea.appfw.html.
DataBeanImpl
Set the current Business Entity's Id being processed.
setEntityId(String)
- Method in interface kea.appfw.html.
DataBean
Set the current Business Entity's Id being processed.
setEntityName(String)
- Method in class kea.appfw.html.
DataBeanImpl
Set the Business Entity's name being processed.
setEntityName(String)
- Method in interface kea.appfw.html.
DataBean
Set the Business Entity's name being processed.
skipLine(int)
- Method in class kea.appfw.html.element.
HTMLElementContainer
Causes nTimes lines to be skipped.
startCenter()
- Method in class kea.appfw.html.element.
HTMLElementContainer
Starts the HTML document centered mode.
T
theText
- Variable in class kea.appfw.html.element.
HTMLTextElement
U
useLabel
- Variable in class kea.appfw.html.element.
HTMLFormComponent
V
ViewBean
- interface kea.appfw.html.
ViewBean
.
Defining basic rendering and intialization function fro View Beans.
ViewBeanImpl
- class kea.appfw.html.
ViewBeanImpl
.
ViewBean's base implementation.
ViewBeanImpl()
- Constructor for class kea.appfw.html.
ViewBeanImpl
ViewTable
- class kea.appfw.html.
ViewTable
.
ViewTable display a read-only version of the Business Entity.
ViewTable()
- Constructor for class kea.appfw.html.
ViewTable
A
C
D
E
F
G
H
I
K
L
N
O
R
S
T
U
V
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
Copyright #169; 2000 Kea team. All Rights Reserved.