|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractComponent | |
---|---|
org.apache.tapestry | Tapestry is a comprehensive web application framework, written in Java. |
org.apache.tapestry.components | Basic, fundamental components used to construct more complex components, or pages. |
org.apache.tapestry.contrib.ajax | Ajax related contributions, things like Timeout and XTile allow a lot of common ajax functionality to be easily used. |
org.apache.tapestry.contrib.components | Contribution of foundational components. |
org.apache.tapestry.contrib.form | Form controls for things liked masked input editing on text fields and multi property selection semantics. |
org.apache.tapestry.contrib.form.checkboxes | Additional checkbox controls, like grouping and controlled selections. |
org.apache.tapestry.contrib.inspector | Implementation of the Tapestry Inspector, a specialized page used to dynamically introspect the construction of an application while it runs. |
org.apache.tapestry.contrib.palette | A powerful component for handling the very common case of moving elements from two different multi selection input boxes. |
org.apache.tapestry.contrib.table.components | Components that make up the core of the tapestry contrib's Table component. |
org.apache.tapestry.contrib.table.components.inserted | Table components that are dynamically inserted. |
org.apache.tapestry.contrib.tree.components | The tapestry contributed tree component. |
org.apache.tapestry.contrib.tree.components.table | Tree rendering components. |
org.apache.tapestry.contrib.valid | Backwards compatible versions of Tapestry 1.0.7's validating text fields, built as wrappers around the 1.0.8 versions. |
org.apache.tapestry.dojo | Classes/utilities making up some of the core ajax functionality for tapestry. |
org.apache.tapestry.dojo.form | Form related components that are wrapped by dojo widgets. |
org.apache.tapestry.dojo.html | Html related components that are wrapped by dojo widgets. |
org.apache.tapestry.form | Components for implementing basic HTML Forms. |
org.apache.tapestry.html | Components specific to the creation of HTML pages, including sophisticated DHTML JavaScript effects. |
org.apache.tapestry.link | Components for creating links on the page that trigger application behavior when clicked. |
org.apache.tapestry.pages | Basic pages used for errors, stale links and stale sessions. |
org.apache.tapestry.scriptaculous | |
org.apache.tapestry.valid | Components and classes that provide specialized, validating text fields. |
org.apache.tapestry.wml | Classes and components for main elements of the Wireless Markup Language (WML 1.2). |
org.apache.tapestry.wml.pages | WML style pages. |
Uses of AbstractComponent in org.apache.tapestry |
---|
Subclasses of AbstractComponent in org.apache.tapestry | |
---|---|
class |
AbstractPage
Abstract base class implementing the IPage interface. |
class |
BaseComponent
Base implementation for most components that use an HTML template. |
Uses of AbstractComponent in org.apache.tapestry.components |
---|
Subclasses of AbstractComponent in org.apache.tapestry.components | |
---|---|
class |
Any
A component that can substitute for any HTML element. |
class |
Block
Prevents its contents from being rendered until triggered by an RenderBlock component. |
class |
Conditional
A conditional element on a page which will render its wrapped elements zero or one times. |
class |
Delegator
A component which delegates it's behavior to another object. |
class |
ElseBean
|
class |
ForBean
|
class |
IfBean
|
class |
Insert
Used to insert some text (from a parameter) into the HTML. |
class |
InvokeListener
Invokes a listener method, passing listener parameters. |
class |
RenderBlock
Renders the text and components wrapped by a Block component. |
class |
RenderBody
Renders the text and components wrapped by a component. |
Uses of AbstractComponent in org.apache.tapestry.contrib.ajax |
---|
Subclasses of AbstractComponent in org.apache.tapestry.contrib.ajax | |
---|---|
class |
AjaxStatus
|
class |
Timeout
|
class |
XTile
|
Uses of AbstractComponent in org.apache.tapestry.contrib.components |
---|
Subclasses of AbstractComponent in org.apache.tapestry.contrib.components | |
---|---|
class |
Choose
This component is a container for When or Otherwise components; it
provides the context for mutually exclusive conditional evaluation. |
class |
DumpObject
Used to dump out an object's serialized representation in a mix of hex and ascii. |
class |
When
Represents an alternative whithin a Choose component. |
Uses of AbstractComponent in org.apache.tapestry.contrib.form |
---|
Subclasses of AbstractComponent in org.apache.tapestry.contrib.form | |
---|---|
class |
FormConditional
A conditional element on a page which will render its wrapped elements zero or one times. |
class |
MaskEdit
Provides a mask edit HTML <input type="text"> form element. |
class |
MultiplePropertySelection
A component which uses <input type=checkbox> to set a property of some object. |
Uses of AbstractComponent in org.apache.tapestry.contrib.form.checkboxes |
---|
Subclasses of AbstractComponent in org.apache.tapestry.contrib.form.checkboxes | |
---|---|
class |
CheckboxGroup
|
class |
ControlCheckbox
|
class |
ControlledCheckbox
|
Uses of AbstractComponent in org.apache.tapestry.contrib.inspector |
---|
Subclasses of AbstractComponent in org.apache.tapestry.contrib.inspector | |
---|---|
class |
Inspector
The Tapestry Inspector page. |
class |
InspectorButton
Component that can be placed into application pages that will launch the inspector in a new window. |
class |
Selector
Component of the Inspector page used to select the page and "crumb trail"
of the inspected component. |
class |
ShowEngine
Component of the Inspector page used to display the properties of the
IEngine as well as a serialized view of it. |
class |
ShowProperties
Component of the Inspector page used to display the persisent properties of the page. |
class |
ShowSpecification
Component of the Inspector page used to display the specification, parameters and
bindings and assets of the inspected component. |
class |
ShowTemplate
Component of the Inspector page used to display the ids and types of all embedded
components. |
class |
ViewTabs
Component of the Inspector page used to select the view. |
Uses of AbstractComponent in org.apache.tapestry.contrib.palette |
---|
Subclasses of AbstractComponent in org.apache.tapestry.contrib.palette | |
---|---|
class |
Palette
A component used to make a number of selections from a list. |
Uses of AbstractComponent in org.apache.tapestry.contrib.table.components |
---|
Subclasses of AbstractComponent in org.apache.tapestry.contrib.table.components | |
---|---|
class |
AbstractTableRowComponent
The base implementation for a component that is wrapped by the TableRows component. |
class |
AbstractTableViewComponent
The base implementation for a component that is wrapped by the TableView component. |
class |
FormTable
A modified version of the facade component in the Table family. |
class |
Table
The facade component in the Table family. |
class |
TableColumns
A low level Table component that renders the column headers in the table. |
class |
TableFormPages
A low level Table component that renders the pages in the table. |
class |
TableFormRows
A low level Table component that generates the rows of the current page in the table. |
class |
TablePages
A low level Table component that renders the pages in the table. |
class |
TableRows
A low level Table component that generates the rows of the current page in the table. |
class |
TableValues
A low level Table component that generates the columns in the current row in the table. |
class |
TableView
A low level Table component that wraps all other low level Table components. |
Uses of AbstractComponent in org.apache.tapestry.contrib.table.components.inserted |
---|
Subclasses of AbstractComponent in org.apache.tapestry.contrib.table.components.inserted | |
---|---|
class |
SimpleTableColumnComponent
A component that renders the default column header. |
class |
SimpleTableColumnFormComponent
A component that renders the default column header in a form. |
class |
SimpleTableColumnSortImage
A component that renders the proper sort image for the current column - to be used with contrib:Table when customizing a column's header. |
class |
SimpleTableColumnSortLink
A component that renders a sorting link - to be used with contrib:Table when customizing a column's header. |
Uses of AbstractComponent in org.apache.tapestry.contrib.tree.components |
---|
Subclasses of AbstractComponent in org.apache.tapestry.contrib.tree.components | |
---|---|
class |
Tree
|
class |
TreeDataView
|
class |
TreeNodeView
|
class |
TreeView
|
Uses of AbstractComponent in org.apache.tapestry.contrib.tree.components.table |
---|
Subclasses of AbstractComponent in org.apache.tapestry.contrib.tree.components.table | |
---|---|
class |
TreeTable
|
class |
TreeTableDataView
|
class |
TreeTableNodeViewDelegator
|
Uses of AbstractComponent in org.apache.tapestry.contrib.valid |
---|
Subclasses of AbstractComponent in org.apache.tapestry.contrib.valid | |
---|---|
class |
DateField
Backwards compatible version of the 1.0.7 DateField component. |
class |
NumericField
Backwards compatible version of the 1.0.7 NumericField component. |
class |
ValidatingTextField
Backwards compatible version of the 1.0.7 ValidatingTextField component. |
Uses of AbstractComponent in org.apache.tapestry.dojo |
---|
Subclasses of AbstractComponent in org.apache.tapestry.dojo | |
---|---|
class |
AbstractWidget
The base widget class for all dojo related widget components. |
Uses of AbstractComponent in org.apache.tapestry.dojo.form |
---|
Subclasses of AbstractComponent in org.apache.tapestry.dojo.form | |
---|---|
class |
AbstractFormWidget
Represents a dojo widget that manages an html form input field. |
class |
Autocompleter
An html field similar to a select input field that
is wrapped by a dojo ComboBox widget. |
class |
DropdownDatePicker
Implementation of the dojo DropdownDatePicker widget as a tapestry component. |
class |
DropdownTimePicker
Implementation of the dojo DropdownTimePicker widget as a tapestry component. |
class |
GTimePicker
Implementation of an html form input field that has a dynamic drop down selection list of time segments displayed in the IPage 's Locale . |
Uses of AbstractComponent in org.apache.tapestry.dojo.html |
---|
Subclasses of AbstractComponent in org.apache.tapestry.dojo.html | |
---|---|
class |
Dialog
Implementation of dojo Dialog widget. |
class |
InlineEditBox
Wraps a dojo InlineEditBox widget. |
class |
ScriptIncludes
This component that can be used instead of the Shell , mainly for
situations where you either don't use the Shell component or can't because
you are writing portlets. |
Uses of AbstractComponent in org.apache.tapestry.form |
---|
Subclasses of AbstractComponent in org.apache.tapestry.form | |
---|---|
class |
AbstractFormComponent
A base class for building components that correspond to HTML form elements. |
class |
Button
Implements a component that manages an HTML <button> form element. |
class |
Checkbox
Implements a component that manages an HTML <input type=checkbox> form element. |
class |
DatePicker
Provides a Form java.util.Date field component for selecting dates. |
class |
Form
Component which contains form element components. |
class |
Hidden
Implements a hidden field within a Form . |
class |
ImageSubmit
Used to create an image button inside a Form . |
class |
LinkSubmit
Implements a component that submits its enclosing form via a JavaScript link. |
class |
ListEdit
A specialized component used to edit a list of items within a form; it is similar to a ForBean but leverages hidden inputs within the
<form> to store the items in the list. |
class |
Option
A component that renders an HTML <option> form element. |
class |
Radio
Implements a component that manages an HTML <input type=radio> form element. |
class |
RadioGroup
A special type of form component that is used to contain Radio components. |
class |
Submit
Implements a component that manages an HTML <input type=submit> form element. |
class |
TextArea
Implements a component that manages an HTML <textarea> form element. |
class |
TextField
Implements a component that manages an HTML <input type=text> or <input type=password> form element. |
class |
Upload
Form element used to upload files. |
Uses of AbstractComponent in org.apache.tapestry.html |
---|
Subclasses of AbstractComponent in org.apache.tapestry.html | |
---|---|
class |
BasePage
Base class for HTML pages. |
class |
Body
The body of a Tapestry page. |
class |
Describe
Component that makes use of HTMLDescriber to produce HTML output
that describes an object. |
class |
ExceptionDisplay
Component used to display an already formatted exception. |
class |
Frame
Implements a <frame> within a <frameset>. |
class |
Image
Used to insert an image. |
class |
InsertText
Inserts formatted text (possibly collected using a TextArea component. |
class |
Relation
Works with the Shell component to define and append a
relationship between documents (typically a stylesheet) to
the HTML response. |
class |
RequestDisplay
Supports the Exception page by
displaying the request, session, servlet context and servlet object for the
current request. |
class |
Rollover
Combines a link component (such as DirectLink ) with an <img> and
JavaScript code to create a rollover effect that works with both Netscape
Navigator and Internet Explorer. |
class |
Script
Works with the Body component to add a script (and perhaps some
initialization) to the HTML response. |
class |
Shell
Component for creating a standard 'shell' for a page, which comprises the <html> and <head> portions of the page. |
class |
Style
Works with the Shell component to define and append either inline
styles or stylesheet documents to the HTML response. |
Uses of AbstractComponent in org.apache.tapestry.link |
---|
Subclasses of AbstractComponent in org.apache.tapestry.link | |
---|---|
class |
AbstractLinkComponent
Base class for implementations of ILinkComponent . |
class |
DirectLink
A component for creating a link using the direct service; used for actions that are not dependant on dynamic page state. |
class |
ExternalLink
A component for creating a link to IExternalPage using
the ExternalService . |
class |
GenericLink
An implementation of ILinkComponent
that allows the exact HREF to be specified, usually used for client side
scripting. |
class |
PageLink
A component for creating a navigation link to another page, using the page service. |
class |
ServiceLink
A component for creating a link for an arbitrary engine service . |
Uses of AbstractComponent in org.apache.tapestry.pages |
---|
Subclasses of AbstractComponent in org.apache.tapestry.pages | |
---|---|
class |
Exception
Default exception reporting page. |
class |
StaleLink
Stores a message (taken from the StaleLinkException )
that is displayed as part of the page. |
Uses of AbstractComponent in org.apache.tapestry.scriptaculous |
---|
Subclasses of AbstractComponent in org.apache.tapestry.scriptaculous | |
---|---|
class |
Suggest
Implementation of the Ajax.Autocompleter in the form of a TextField like component with the additional ability to dynamically suggest
values via XHR requests. |
Uses of AbstractComponent in org.apache.tapestry.valid |
---|
Subclasses of AbstractComponent in org.apache.tapestry.valid | |
---|---|
class |
FieldLabel
Used to label an IFormComponent . |
class |
ValidField
A Form component that creates a text field that allows for validation
of user input and conversion between string and object values. |
Uses of AbstractComponent in org.apache.tapestry.wml |
---|
Subclasses of AbstractComponent in org.apache.tapestry.wml | |
---|---|
class |
AbstractPostfield
A base class for building components that correspond to WML postfield elements. |
class |
Card
A deck contains a collection of cards. |
class |
Deck
Concrete class for WML decks. |
class |
Do
The do element provides a general mechanism for the user to act upon the current card, in other words a card-level user interface element. |
class |
Go
The go element declares a go task, indicating navigation to a URI. |
class |
Input
The Input element specifies a text entry object. |
class |
OnEvent
The onevent element binds a task to a particular intrinsic event for the immediately enclosing element, ie, specifying an onevent element inside an "XYZ" element associates an intrinsic event binding with the "XYZ" element. |
class |
Postfield
The postfield element specifies a field name and value for transmission to an origin server during a URL request. |
class |
PropertySelection
A high level component used to render a drop-down list of options that the user may select. |
class |
Select
The Select element lets users pick from a list of options. |
class |
SelectionField
SelectionField specifies a postfield element and it is used to complement the PropertySelection component. |
class |
Setvar
The setvar element specifies the variable to set in the current browser context as a side effect of executing a task. |
class |
Timer
The Timer element declares a card timer, which exposes a means of processing inactivity or idle time. |
Uses of AbstractComponent in org.apache.tapestry.wml.pages |
---|
Subclasses of AbstractComponent in org.apache.tapestry.wml.pages | |
---|---|
class |
WMLException
Default exception reporting page for WML applications. |
class |
WMLStaleLink
Stores a message (taken from the StaleLinkException )
that is displayed as part of the page. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |