All Classes Interface Summary Class Summary Enum Summary Exception Summary
Class |
Description |
AbstractAction |
A class of "action functions" that apply a value to a target, where the target could be an individual component or a
group of components.
|
AbstractBasicTableModel |
A skeleton implementation of a basic data model that does not support filtering, sorting, or editability.
|
AbstractBeanBoundTableModel |
|
AbstractBeanTableDataModel |
Deprecated.
|
AbstractComparator |
Helper class used to provide common functionality for Comparator instances used by e.g. table sorting.
|
AbstractCompare |
A logical condition that compares the trigger and its compare value.
|
AbstractCompare.CompareType |
An enumerated class for the type of compares.
|
AbstractCondition |
A "Condition" function that evaluate to either true or false.
|
AbstractContainer |
This abstract implements the Container interface to expose methods for retrieving the contents of the
container.
|
AbstractContainerHelper |
This class exists to enable sharing of features that are common between Servlet and Portlet handling of WComponents.
|
AbstractContainerHelper.UIContextWrap |
This class exists because we'd like to simulate clustering while still being able to use the UIContext as the
synchronization lock when servicing a request.
|
AbstractEnvironment |
A base implementation for WEnvironment.
|
AbstractFieldValidator |
This class provides the common functionality required by a FieldValidator implementation.
|
AbstractInput |
Superclass for components that correspond to an input field.
|
AbstractInput.InputModel |
InputModel holds Extrinsic state management of the field.
|
AbstractMutableContainer |
This abstract class extends AbstractContainer and implements the MutableContainer interface to expose methods
for modifying the contents of a container.
|
AbstractNamingContextContainer |
|
AbstractRequest |
This abstract class is intended to support all the various request implementations.
|
AbstractSearchReplaceWriter |
AbstractSearchReplaceWriter is a writer extension that allows programmatic replacement of strings contained in
written stream.
|
AbstractSetEnable |
An "action function" that sets the enable/disable attribute on a wcomponent or group of wcomponents.
|
AbstractSetMandatory |
An "action function" that sets the mandatory attribute on a wcomponent or group of wcomponents.
|
AbstractSetVisible |
An "action function" that sets the `hidden` state on a WComponent or group of WComponents.
|
AbstractTableDataModel |
Deprecated.
|
AbstractTableModel |
A skeleton implementation of a simple data model that does not support sorting, selectability, expandability or
editability.
|
AbstractTransientDataContainer |
AbstractTransientContextContainer ensures that all child components have transient state - ie will have their UI
contexts reset after each request.
|
AbstractTreeItemModel |
|
AbstractTreeNode |
A default implementation of the TreeNode interface.
|
AbstractTreeTableDataModel |
Deprecated.
|
AbstractVisitorWithResult<T> |
An implementation of WComponentTreeVisitor which can return a result.
|
AbstractWComponent |
AbstractWComponent is the parent class of all standard WComponents.
|
AbstractWComponent.WComponentRef |
This class is used to hold a reference to the shared singleton instance of a wcomponent for the purpose of
serialisation.
|
AbstractWebXmlRenderer |
An abstract web xml renderer.
|
AbstractWFieldIndicator |
A component to display a warning/error (or other) message that can be associated with an input field.
|
AbstractWFieldIndicator.FieldIndicatorModel |
Remember the dynamic list of indicator diagnostics.
|
AbstractWFieldIndicator.FieldIndicatorType |
Used to determine the type of field indicator.
|
AbstractWMultiSelectList |
AbstractWMultiSelectList provides the basis for components that allow the user to select multiple items from a list.
|
AbstractWMultiSelectList.MultiSelectionModel |
Holds the extrinsic state information of the multi select list.
|
AbstractWSelectList |
AbstractWSelectList provides the basis for components that allow the user to select an item from a list.
|
AbstractWSelectList.SelectionModel |
Holds the extrinsic state information of the list.
|
AbstractWSingleSelectList |
AbstractWSingleSelectList provides the basis for components that allow the user to select a single item from a list.
|
AccessKeyable |
Components that can have an access key.
|
AccessKeyRendererUtil |
Utility methods for rendering access key details.
|
Action |
WComponents that trigger a form submit can be given an Action which will be executed as part of the submit.
|
Action |
This interface marks functions that make changes to the application, such as hiding parts of a page.
|
Action |
Describes an action to execute.
|
Action.ActionType |
An enumerated class for the types of actions.
|
ActionEscape |
Extensions of ActionEscape indicated that they must be handled during the action phase of processing.
|
ActionEvent |
The object that indicates that a component action occured.
|
AdapterBasicTableModel |
|
AdapterBasicTableModel.BasicTableModel |
|
AddressPart |
Parts of an address that may be used to create address autocomplete attribute values which are applicable to inputs which accept
text-form auto-fill hints.
|
AddressType |
Types of address that may be used with address segments to create address autocomplete attribute values.
|
AjaxCleanupInterceptor |
This interceptor cleans up any registered AJAX operations.
|
AjaxDebugStructureInterceptor |
An Interceptor used to output structural debugging information for AJAX requests.
|
AjaxErrorInterceptor |
This interceptor catches exceptions and sets them as an error code.
|
AjaxHelper |
AjaxHelper provides convenience methods to register components for use with the AJAX servlet.
|
AjaxInterceptor |
|
AjaxInternalTrigger |
This interface is used to mark components which use AJAX to handle their internal state.
|
AjaxOperation |
AjaxOperation describes an AJAX operation, which can replace one or more components.
|
AjaxOperation.AjaxAction |
AJAX actions.
|
AjaxPageShellInterceptor |
|
AjaxSetupInterceptor |
This interceptor setups the AJAX operation details.
|
AjaxTarget |
This interface is used to mark components which are to be individually targeted for replacement with AJAX.
|
AjaxTrigger |
This interface is used to mark components which are able to trigger an AJAX request.
|
AjaxTriggerException |
An invalid AJAX trigger was provided on the request.
|
And |
A logical AND of two or more conditions.
|
Audio |
Represents an audio clip.
|
AudioResource |
Provides a bridge to static audio resources which are present in the class path, but not in the web application
itself.
|
Autocompleteable |
Marks a component as being able to implement the autocomplete attribute.
|
AutocompleteableDate |
|
AutocompleteableEmail |
|
AutocompleteableMultiline |
|
AutocompleteableNumeric |
|
AutocompleteablePassword |
|
AutocompleteablePhone |
|
AutocompleteableText |
|
AutocompleteableURL |
|
AutocompleteSegment |
Provides a common interface for the enumerations of segments of an autocomplete attribute which is useful when a component exists in
several auto-fill control groups.
|
AutocompleteUtil |
Provides help to acquire and format values for the autocomplete attribute found on some HTML controls.
|
Base64Util |
A Base64 Encoder/Decoder.
|
BeanAndProviderBoundComponentModel |
The ComponentModel for components that support binding to a bean either directly or through a BeanProvider.
|
BeanAware |
The super-interface for "bean-aware" components.
|
BeanBound |
Components implementing this interface are directly bound to a bean.
|
BeanBoundComponentModel |
|
BeanProvider |
The BeanProvider interface can be implemented by applications to dynamically supply BeanProviderBound WComponents
with the bean data they require, whenever they request it.
|
BeanProviderBound |
Components implementing this interface are bound to a bean through a BeanProvider.
|
BeanProviderBoundComponentModel |
|
BeanTableDataModel |
Deprecated.
|
BooleanExpression |
This interfaces marks an operand which evaluates to a Boolean value.
|
BorderLayout |
Deprecated.
|
BorderLayout.BorderLayoutConstraint |
An enumeration of the possible locations for content within a border layout.
|
BytesImage |
An Image specified by a byte array.
|
CollapsibleGroup |
|
ColumnLayout |
ColumnLayout renders its items in columns.
|
ColumnLayout.Alignment |
An enumeration of possible values for horizontal alignment of column content.
|
ComparableComparator |
A simple comparator which compares comparables.
|
CompareExpression |
This class describes a boolean expression that compares a trigger and a value.
|
ComponentModel |
Holds the extrinsic state information of a WComponent.
|
ComponentWithContext |
Encapsulates a component along with a context.
|
Condition |
This interface marks condition functions that evaluate to true or false.
|
Config |
The Config class is the central access point to the WComponent configuration mechanism, and is used to read or modify
the current configuration.
|
ConfigurationLoader |
SPI interface for classes that can load a custom configuration for WComponents.
|
ConfigurationProperties |
This class contains references to all constants and configuration options used by WComponents.
|
Container |
The interface for WComponents which can contain child WComponents.
|
ContentAccess |
This interface enables access to arbitrary document content such as a PDF.
|
ContentEscape |
An Escape subclass that bypasses the usual request -> paint flow by directly producing the binary document
content.
|
ContentStreamAccess |
This interface enables access to arbitrary document content such as a PDF.
|
ContextCleanupInterceptor |
This interceptor removes component model objects that are no longer needed from the UIContext.
|
DataBound |
As a general concept all WComponents can be looked upon as being editors for data structures that are entirely
independent of the user interface.
|
DataBoundComponentModel |
The ComponentModel for components implementing the DataBound interface.
|
DataListInterceptor |
This interceptor is used to render data lists back to the client.
|
DateFieldPivotValidator |
This class can be used to validate that a WDateField is "before" or "after" a particular "pivot" date.
|
DateType |
Provides values for the autocomplete attribute which are applicable to date inputs such as
WDateField .
|
DateUtilities |
Date-related utility methods.
|
DebugStructureInterceptor |
An Interceptor used to output structural debugging information.
|
DebugUtil |
Utility class used by WComponents for accessing configuration parameters used in debug features.
|
DebugValidateXML |
A class used to make sure the HTML/XML generated by each WComponent is well formed.
|
DebugValidateXMLErrorDetail |
Details of the WComponent and XML Validation Error.
|
DefaultLookupTable |
This default implementation of LookupTable does not provide any look-up tables.
|
DefaultPageShell |
A default implementation of the PageShell interface.
|
DefaultSystemFailureMapper |
|
DefaultTransientDataContainer |
|
DefaultWComponent |
A trivial implementation of AbstractWComponent.
|
DeviceType |
The user's device type.
|
Diagnosable |
Marks a component as being able to store diagnostic information.
|
Diagnostic |
Stores an error, warning or informational message produced as part of WComponent validation.
|
DiagnosticImpl |
Default implementation of the Diagnostic interface.
|
DiagnosticRenderUtil |
Utility to render inline diagnostic messages.
|
DialogOpenTrigger |
This interface is used to mark components which can open a WDialog via AJAX.
|
Disable |
An action that disables a given target component.
|
Disableable |
Expresses the notion that a WComponent can handle the idea of being "enabled" or "disabled".
|
DisableInGroup |
An action that disables only one target component within a group of components.
|
DropZone |
This interface is used to mark components which are able to respond to the user "dropping" items via drag and
drop.
|
Duplet<T1 extends Serializable,T2 extends Serializable> |
A type-safe generic collection of two Serializable items.
|
Email |
Provides values for the autocomplete attribute which are applicable to email inputs such as
WEmailField .
|
EmptyIterator<T> |
An empty Iterator, that can be returned for an iterator on a null/empty collection.
|
EmptyTableDataModel |
Deprecated.
|
EmptyTableModel |
An empty data model implementation, the default model used by WTable .
|
EmptyTreeItemModel |
An empty data model implementation, the default model used by WTree .
|
Enable |
An action that enables a given target component.
|
EnableInGroup |
An action that enables only one target component within a group of components.
|
Enumerator<T> |
Uitlity class to wraps an Iterator .
|
Environment |
Methods for finding out about the environment in which wcomponents are hosted.
|
Equal |
A logical condition that tests if the trigger is equal to the compare value.
|
ErrorCodeEscape |
Allows an error code and message to be sent on the response.
|
ErrorPage |
An interface used to distinguish a concrete Error Page WComponent from other normal WComponents.
|
Escape |
An escape can be thrown during servicing in which case the WComponent's paint will not be used, instead the escape
method will be called, after the setRequest and setResponse methods are called.
|
ExpressionBuilder |
The expression builder provides a convenient and more readable API for building conditions than using the various
Expression/Operand classes.
|
Factory |
Provides a generic mechanism for obtaining objects which implement a requested interface.
|
FatalErrorPage |
A component used to display a "Fatal" error page, when an unhandled error occurs.
|
FatalErrorPageFactory |
This interface enables a plug in point for alternative error pages.
|
FatalErrorPageFactoryImpl |
|
FieldValidator |
Validator used for validation of an individual field.
|
File |
Provides access to the contents of a file.
|
FileItemWrap |
A File implementation that is backed by a FileItem .
|
FileUtil |
Utility methods for File .
|
FileWidgetRendererUtil |
Utility methods for rendering file element.
|
FindComponentByIdVisitor |
An implementation of WComponentTreeVisitor which searches for a component with a matching id.
|
FindComponentsByClassVisitor |
A tree visitor implementation which finds components in the tree with a given class.
|
FlowLayout |
FlowLayout is a LayoutManager that allows components to be added to a WPanel in an arrangement
that allows for vertical or horizontal flows irrespective of the content type of the added component.
|
FlowLayout.Alignment |
This is used to control the alignment of the components relative to the containing WPanel .
|
FlowLayout.ContentAlignment |
This is used to control the relative vertical alignment of the content in each cell.
|
FormInterceptor |
This interceptor is used as the top-level component in both Portlet and Servlet environments.
|
ForwardException |
This escape is thrown to forward the browser to a different URL rather than rendering the UI.
|
GreaterThan |
A logical condition that tests if the trigger is greater than the compare value.
|
GreaterThanOrEqual |
A logical condition that tests if the trigger is greater than or equal to the compare value.
|
GridLayout |
|
GroupExpression |
This class describes a boolean expression.
|
GroupExpression.Type |
The expression type.
|
HandlebarsCacheImpl |
Handlebars caching implementation.
|
HandlebarsRendererImpl |
Handlebars template renderer.
|
Headers |
WComponents can use this interface to communicate "global" or "shared" items to the server.
|
HeadersImpl |
WServlet uses this to handle header information.
|
HeadingLevel |
Heading level types.
|
HeadLineInterceptor |
Adds headline entries to a page.
|
Hide |
An action that hides (makes invisible) a given target component(s).
|
HideInGroup |
An action that hides only one target component within a group of components.
|
HtmlClassProperties |
Provides an enum which can be used to add HTML class attribute values to components.
|
HtmlIconUtil |
Provides helpers to attach icons to components.
|
HtmlIconUtil.IconPosition |
Provides access to position icons in components.
|
HtmlSanitizerUtil |
Basic HTML input sanitizer for WTextArea in RichText mode.
|
HtmlToXMLUtil |
This utility class provides a mechanism to ensure HTML is XML valid.
|
HttpServletHelper |
A servlet specific ContainerHelper.
|
HttpServletHelper.HttpServletEnvironment |
The HttpServlet implementation of the WEnvironment interface.
|
I18nUtilities |
Internationalisation utility methods.
|
Image |
Represents an image.
|
ImageResource |
Provides a bridge to static image resources which are present in the class path, but not in the web application
itself.
|
InitialisationException |
This is a pretty fatal kind of exception, the kind that is thrown from the very core of the UI framework when
initialisation completely fails.
|
Input |
Interface for components that correspond to an input field.
|
Integrity |
A convenience class to raise integrity issues.
|
IntegrityException |
An IntegrityException is usually thrown to indicate a misconfiguration of a WComponent.
|
InterceptorComponent |
Interceptor components are used to plug in features to a container that is serving WComponents.
|
InternalMessages |
This class declares constants for internal messages issued by the WComponent framework itself.
|
InternalResource |
Provides a bridge to static resources which are present in the class path, but not in the web application itself.
|
InternalResourceMap |
The ImageResourceMap map keeps a reference to all internal resources within an application.
|
Labelable |
Expresses the notion that a WComponent can be labelled by a WLabel.
|
LayoutManager |
The LayoutManager interfaces describes classes which can arrange components within a container.
|
LessThan |
A logical condition that tests if the trigger is less than the compare value.
|
LessThanOrEqual |
A logical condition that tests if the trigger is less than or equal the compare value.
|
ListLayout |
ListLayout renders out its items in a list.
|
ListLayout.Alignment |
An enumeration of possible values for horizontal alignment of the components added to the layout relative to the
containing WPanel.
|
ListLayout.Separator |
An enumeration of possible values for the item separator.
|
ListLayout.Type |
An enumeration of possible values for the list type.
|
LookupTable |
The LookupTable interface describes a mechanism for providing WComponents with data sourced from an application
look-up table.
|
LookupTableHelper |
Deprecated.
|
Mandatable |
Expresses the notion that a WComponent can handle the idea of being "mandatory" or "optional".
|
Mandatory |
An action that makes a given target mandatory.
|
Margin |
The margins to be used on a component.
|
Marginable |
WComponents that can have a margin.
|
MarginRendererUtil |
Utility methods for rendering margin element.
|
Match |
A logical condition that tests if the trigger matches the compare value as a regular expression.
|
MemoryUtil |
This class is intended to help detect and trace possible memory leaks.
|
MenuContainer |
A component that can hold menu items.
|
MenuItem |
A component that can be used as a menu item in a menu container.
|
MenuItemGroup |
Deprecated.
|
MenuItemSelectable |
Indicates a menu item can be selected.
|
MenuSelectContainer |
Indicates a menu container can have its menu items selected.
|
MenuSelectContainer.SelectionMode |
The available types of selection mode for the items in a menu.
|
Message |
Message - encapsulates a simple message that is to be displayed to the user.
|
MessageContainer |
|
MockFileItem |
Mock implementation of FileItem .
|
MockHttpServletRequest |
A mock HTTP Servlet request, useful for unit testing.
|
MockHttpServletResponse |
A mock http servlet response, useful for unit testing.
|
MockHttpSession |
A mock HttpSsession, useful for unit testing.
|
MockRequest |
A mock request is useful when you want to write junits and the like.
|
MockResponse |
MockResponse is useful for unit testing.
|
MockServletConfig |
MockServletConfig - mock servlet config for unit testing.
|
MockServletInputStream |
MockServletInputStream - mock servlet input stream for unit testing.
|
MockServletOutputStream |
MockServletOutputStream - mock Servlet output stream for unit testing.
|
MultiInputComponent |
Expresses the notion that a WComponent is a group of inputs.
|
Multiline |
Provides values for the autocomplete attribute which are applicable to multi-line inputs such as
WTextArea .
|
MutableContainer |
The interface for Containers which can have content added/removed.
|
NamingContextable |
This interface is used to mark components which hold a name context.
|
NoContextException |
A request was received that expected a User Context to already exist.
|
Not |
A NOT condition.
|
NotEqual |
A logical condition that tests if the trigger is not equal to the compare value.
|
NullRenderContext |
The NullRenderContext produces no output and is useful for testing.
|
NullWriter |
A writer that just throws the information in the bit-bucket.
|
Numeric |
Provides values for the autocomplete attribute which are applicable to numeric inputs such as
WNumberField .
|
ObjectGraphDump |
Dumps an object graph, optionally excluding fields that are static or transient.
|
ObjectGraphNode |
Stores information about a node in a java object graph.
|
Option |
Describes an option in a list-type control, e.g.
|
Optional |
An action that makes a given target optional.
|
OptionGroup |
Provides a way of grouping options inside list-type controls.
|
Or |
A logical OR of two other conditions.
|
Organization |
Provides organization details values for the autocomplete attribute which are applicable to inputs which accept text-form auto-fill
hints.
|
PageContentHelper |
Static utility methods used in construction of WComponent web pages.
|
PageShell |
The PageShell interface describes the parts of a page which can be customised by the end user.
|
PageShellInterceptor |
HtmlComponent adds in some HTTP headers and elements commonly used in HTML-based web apps.
|
Password |
Provides values for the autocomplete attribute which are applicable to password inputs such as
WPasswordField .
|
Payment |
Provides 'payment' (for example credit card) values for the autocomplete attribute which are applicable to inputs which accept
text-form auto-fill hints.
|
Person |
Provides 'name' and other personal details values for the autocomplete attribute which are applicable to inputs which accept text-form
auto-fill hints.
|
PhoneFormat |
|
PhonePart |
Provides values for the HTML autocomplete attribute for a parts of a telephone number which are applicable to inputs which accept
text-form auto-fill hints.
|
Placeholderable |
This is a marker interface to indicate that this component can take placeholder text.
|
PlainTextRendererImpl |
Plain text template renderer.
|
ProfileContainer |
An extension of WContainer that renders some statistics after its normal output.
|
RadioButtonGroup |
This class is used to create a group of radio buttons.
|
ReflectionUtil |
This class provides helpers for invoking objects using the java.lang.reflect package to invoke objects.
|
RegExFieldValidator |
A FieldValidator implementation used to match an input fields value with the supplied regular
expression.
|
RenderContext |
The RenderContext is used to render a component.
|
Renderer |
Handles rendering of WComponents.
|
RendererFactory |
Describes a renderer factory for a given package.
|
RendererFactoryImpl |
The layout factory for the nil renderer package.
|
RendererFactoryImpl |
The layout factory for the WebXml renderer package.
|
Request |
The interface that the Web framework needs to see from the HttpServletRequest.
|
RequestUtil |
This class provides helpers for processing Requests.
|
Response |
An abstraction of a response to a client in a web environment, that allows WComponents to function similarly when
running in e.g.
|
ResponseCacheInterceptor |
Interceptor that sets the appropriate response headers for caching or not caching the response.
|
ResponseCacheInterceptor.CacheType |
Cache Type allows different cache settings to be set for different response types, such as page responses,
content, theme resources and datalists.
|
RowIdList |
Deprecated.
|
Rule |
A Rule defines the visibility control logic to be added to a SubordinateControl.
|
ScrollableTableDataModel |
Deprecated.
|
SelectionToggleable |
Components that have a selection which can be toggled by WSelectToggle
must implement this interface.
|
SelectListUtil |
|
SerializationUtil |
Helper methods related to serialization.
|
ServletRequest |
An implementation of Request using HttpServletRequests.
|
ServletResponse |
An implementation of Response using HttpServletResponse.
|
ServletUtil |
Utility class to provide http servlet functionality.
|
SessionTokenAjaxInterceptor |
This session token interceptor makes sure the ajax request being processed is for the correct session.
|
SessionTokenContentInterceptor |
This session token interceptor makes sure the content request being processed is for the correct session.
|
SessionTokenException |
An invalid session token was provided on the request.
|
SessionTokenInterceptor |
This session token interceptor makes sure the request being processed is for the correct session.
|
Show |
An action that shows (makes visible) a given target component.
|
ShowInGroup |
An action that shows only one target component within a group of components.
|
SimpleBeanBoundTableDataModel |
Deprecated.
|
SimpleBeanBoundTableModel |
A simple table data model that is bound to a list of beans.
|
SimpleBeanBoundTableModel.LevelDetails |
The details of an expandable level.
|
SimpleBeanListTableDataModel |
A simple table data model, that takes in a list of beans and bean properties in its constructor.
|
SimpleBeanTreeTableDataModel |
Deprecated.
|
SimpleTableDataModel |
Deprecated.
|
SimpleTableModel |
A simple table data model, that takes in tabular data in its constructor.
|
Size |
Used to ensure consistent spacing of intra-component gaps and Margins.
|
SpaceUtil |
Deprecated. |
StepCountUtil |
Static utility methods related to working with the step count.
|
StreamUtil |
Static utility methods related to working with Streams.
|
SubordinateBuilder |
The SubordinateBuilder is a utility class which provides a convenient way to build up simple logic rules so that they
executed on both the client and server.
|
SubordinateBuilder.ActionBuilder |
Helper class to build the actions to be executed on the subordinate control.
|
SubordinateControlHelper |
|
SubordinateControlInterceptor |
This InterceptorComponent will process any subordinate controls that were registered as being active on the
client (i.e. rendered).
|
SubordinateTarget |
This interface is used to mark components which can be targeted by a Subordinate control.
|
SubordinateTrigger |
This interface is used to mark components which are able to trigger a client-side Subordinate.
|
SubSessionHttpServletRequestWrapper |
This HttpServletRequestWrapper implementation changes the way in which sessions are managed, to allow multiple
"sub-sessions" per HTTP session.
|
SubSessionHttpServletRequestWrapper.HttpSubSession |
A "sub-session" implementation of a HTTPSession.
|
SystemException |
This runtime exception can be thrown to indicate a system failure.
|
SystemFailureMapper |
Interface that defines the mapping from system level exception to user friendly message.
|
TableDataModel |
Deprecated.
|
TableTreeNode |
Deprecated.
|
TableUtil |
Static utility methods related to working with WTable .
|
Targetable |
WComponents can be marked as targetable.
|
TargetableErrorInterceptor |
This interceptor catches exceptions and sets them as an error code.
|
TargetableIdException |
An invalid Targetable ID was provided on the request.
|
TargetableInterceptor |
This interceptor component checks to see if a parameter named Environment.TARGET_ID exists on the request.
|
Telephone |
Provides values for the HTML autocomplete attribute for an input in the telephone-number ('tel') state such as
WPhoneNumberField .
|
TemplateRenderer |
Template renderer.
|
TemplateRendererFactory |
|
TemplateRendererFactory.TemplateEngine |
Available template engines.
|
TemplateRenderInterceptor |
Render templates on the server (i.e.
|
TemplateRenderInterceptor.I18NContext |
The context scope including the translate function.
|
TemplateUtil |
Utility class for template renderers.
|
TemplateWriter |
TemplateWriter extends SearchReplaceWriter to defer rendering of WComponents when using a template.
|
ThemeServlet |
Deprecated.
|
ThemeUtil |
Static support classes for retrieving the theme version.
|
ThumbnailUtil |
A utility class used for thumbnails.
|
Track |
A track provides additional information relating to the video, for example subtitles.
|
Track.Kind |
Describes the kind of track.
|
TrackingUtil |
Utility class for tracking config.
|
TransformXMLInterceptor |
This interceptor is used to perform server-side XSLT so that HTML is delivered to the client instead of XML.
|
TreeItemIdNode |
A node that holds a tree item id.
|
TreeItemImage |
Holds the details of an image for a tree item used in WTree .
|
TreeItemModel |
Provides the data and details of the tree items used in a WTree .
|
TreeItemModel.ShuffleType |
A type to indicate how a tree item can be shuffled.
|
TreeItemUtil |
Utility methods for WTree and its tree items.
|
TreeNode |
Represents a node in a tree structure.
|
TreeTableDataModel |
Deprecated.
|
TreeUtil |
Utility methods for navigating WComponent trees.
|
TreeUtil.AbstractTreeVisitorWithResult<T> |
Deprecated.
|
Triplet<T1,T2,T3> |
A type-safe generic collection of three items.
|
UIContext |
The state information for a WebComponent tree (a UI) is stored in a UIContext.
|
UIContextDebugWrapper |
This class can be used to dump the contents of a UIContext object for debugging purposes.
|
UIContextDelegate |
UIContextDelegate implements UIContext, but delegates all the work to a backing context.
|
UIContextDumpInterceptor |
SessionDumpInterceptor is an interceptor that dumps the contents of the session to the log file.
|
UIContextHolder |
This class holds the current (active) UIContext.
|
UIContextImpl |
|
UicProfileButton |
Deprecated.
|
UicStats |
UicStats provides methods for analysing a UIContext .
|
UicStats.Stat |
Stores statistics on a component in a UI context.
|
UicStatsAsHtml |
A utility class which writes out UicStats statistics in HTML format.
|
UIManager |
The UIManager provides a mechanism for client applications to use different Renderers, without having to specify a
renderer on a per-component basis.
|
UIRegistry |
The UIRegistry enables sharing of UIs between multiple sessions.
|
UIRegistryAmicableImpl |
This UIRegistry implementation differs from the UIRegistryClassLoaderImpl in two ways.
|
UIRegistryClassLoaderImpl |
A UIRegistry implementation that can load UIs using the key, where the keys are the fully qualified class names.
|
Url |
Provides values for the autocomplete attribute which are applicable to url inputs.
|
UserAgentInfo |
This server side browser detection code is required as the client side browser detection code doesn't work for
WebSeal's URL re-writing.
|
Util |
A storage point for utility methods that are generally useful.
|
ValidateXMLInterceptor |
An Interceptor used to report any WComponent that has generated HTML/XML that is not well formed.
|
ValidatingAction |
This class calls a components validation logic prior to executing its underlying action logic.
|
ValidationHelper |
Provides methods to assist with validation.
|
VelocityCacheImpl |
Velocity caching implementation.
|
VelocityEngineFactory |
A wrapper for the creation of a (singleton) VelocityEngine, using runtime configuration parameters for
configuration.
|
VelocityInterceptor |
Deprecated.
|
VelocityLogger |
Allows the velocity engine to use the commons logging used by WComponents.
|
VelocityProperties |
Components which use the VelocityLayout may implement this interface, in which case the Map given in the
getVelocityMap function will be installed into the VelocityContext.
|
VelocityRenderer |
Deprecated.
|
VelocityRendererImpl |
Velocity template renderer.
|
VelocityTemplateManager |
Deprecated.
|
VelocityWriter |
VelocityWriter extends SearchReplaceWriter to defer rendering of WComponents when using a Velocity template.
|
Video |
Represents a video.
|
VideoResource |
Provides a bridge to static image resources which are present in the class path, but not in the web application
itself.
|
WAbbrText |
The WAbbrText component represents an abbreviation or acronym and the full textual description for its (abbreviated)
text content.
|
WAjaxControl |
The WAjaxControl links an AJAX trigger component with one or more AJAX target components.
|
WAjaxControl.AjaxControlModel |
Holds the extrinsic state information of the component.
|
WAjaxPollingRegion |
Deprecated.
|
WApplication |
This component must be used as the top level component for an application.
|
WApplication.ApplicationResource |
Holds the details of CSS and JS custom resources.
|
WApplication.WApplicationModel |
Holds the extrinsic state information of a WApplication.
|
WAudio |
WAudio provides a means to play audio content.
|
WAudio.AudioModel |
Holds the extrinsic state information of a WAudio.
|
WAudio.Controls |
Deprecated.
|
WAudio.Preload |
This is used to indicate whether pre-loading of content should occur before the clip is played.
|
WBeanComponent |
WBeanComponent provides a default implementation of a bean-aware component, and is the basis for most bean-aware
WComponents.
|
WBeanContainer |
Deprecated.
|
WButton |
A WButton is used to submit the contents of the form to the server.
|
WButton.ButtonModel |
Holds the extrinsic state information of a WButton.
|
WButton.ImagePosition |
This is used to control the position of the image on the button relative to the text label.
|
WCancelButton |
This component is a specialised version of a WButton that provides additional client-side functionality
commonly associated with a "cancel" button.
|
WCardManager |
A WCardManager is a wcomponent used to control the visibility of its child components.
|
WCardManager.CardManagerModel |
Holds the extrinsic state information of a CardManager.
|
WCheckBox |
A WCheckBox is a wcomponent used to display a checkbox input field.
|
WCheckBox.CheckBoxModel |
Holds the extrinsic state information of the component.
|
WCheckBoxSelect |
WCheckBoxSelect is a convenience class which presents a group of check boxes for the user to select one or more
options from.
|
WCheckBoxSelect.CheckBoxSelectModel |
Holds the extrinsic state information of the component.
|
WCheckBoxSelect.Layout |
An enumeration of button layouts.
|
WCollapsible |
The WCollapsible component enables a given component to be expanded/collapsed (shown/hidden) via clicking on the
collapsible's header section.
|
WCollapsible.CollapsibleMode |
The available types of collapsible mode.
|
WCollapsible.CollapsibleModel |
Holds the extrinsic state information of a WCollapsible.
|
WCollapsibleToggle |
This is component can be used to expand or collapse all collapsibles.
|
WCollapsibleToggle.CollapsibleModel |
Holds the extrinsic state information of the component.
|
WColumn |
This is a layout component to be used in conjunction with WRow.
|
WColumn.Alignment |
Describes how content within a column should be aligned.
|
WColumn.ColumnModel |
Holds the extrinsic state information of a WColumn.
|
WColumnLayout |
This component is used to group together two components into a two column (left and right) display.
|
WComponent |
The WComponent interface.
|
WComponentContainer |
Deprecated.
|
WComponentGroup<T extends WComponent> |
Define a group of components that can be used or controlled by other components like WSubordinateControl .
|
WComponentGroup.ComponentGroupModel |
A class used to hold the list of components.
|
WComponentTreeVisitor |
A visitor interface used when traversing WComponent trees.
|
WComponentTreeVisitor.VisitorResult |
An enumeration used to short-circuit tree traversal for efficiency.
|
WConfirmationButton |
This component is a specialised version of a WButton that provides additional client-side functionality
commonly associated with a "cancel" button.
|
WContainer |
A default implementation of the Container interface.
|
WContent |
This wcomponent enables the display of arbitrary document content from a WComponent application.
|
WContent.ContentModel |
Holds the extrinsic state information of a WContent.
|
WContent.DisplayMode |
An enumeration of how the content should be provided to the user.
|
WContentLink |
WContentLink is a convenience class to configure a WLink to display content, such as a pdf, that is rendered
by WContent .
|
WDataRenderer |
This class is a convenience WComponent that is bound to a data object.
|
WDataTable |
Deprecated.
|
WDataTable.ActionConstraint |
Describes a constraint on a table action.
|
WDataTable.ExpandMode |
This is used to control how row expansion should work.
|
WDataTable.PaginationMode |
This is used to control how pagination should work.
|
WDataTable.SelectAllType |
This is used to control how the "select all" function should work.
|
WDataTable.SelectMode |
This is used to control how row selection should work.
|
WDataTable.SeparatorType |
This is used to control the type of striping used, if any.
|
WDataTable.SortMode |
This is used to control how sorting should work.
|
WDataTable.StripingType |
This is used to control the type of striping used, if any.
|
WDataTable.TableModel |
Contains the table's UI state.
|
WDataTable.Type |
This is used to control how table data should be displayed.
|
WDataTableRowRenderer |
Deprecated.
|
WDateField |
This component is a date entry component.
|
WDateField.DateFieldModel |
DateFieldModel holds Extrinsic state management of the field.
|
WDecoratedLabel |
WDecorated is a "decorated label" which is typically displayed inside other components, for example
WTab .
|
WDecoratedLabel.DecoratedLabelModel |
A class used to hold the type of label for this component.
|
WDefinitionList |
WDefinitionList is used to render pair lists of terms/data.
|
WDefinitionList.DefinitionListModel |
Holds the extrinsic state information of the component.
|
WDefinitionList.Type |
The layout options.
|
WDialog |
WDialog is used to display pop-up content.
|
WDialog.DialogModel |
Holds the state information of a WDialog.
|
WDropdown |
The WDropdown component is used to let the user select a single option from a drop-down list.
|
WDropdown.DropdownModel |
Holds the extrinsic state information of the drop down.
|
WDropdown.DropdownType |
Deprecated.
|
WebComponent |
The interface for web components.
|
WebModel |
The interface for objects that store user specific session state for web components.
|
WebUtilities |
WComponent and HTML related utility methods.
|
WebUtilities.NumericEntityIgnorer |
Implementation of the CodePointTranslator to throw away the matching characters.
|
WebXmlRenderContext |
The WComponent web-xml render context.
|
WEditableImage |
The WEditableImage component provides a way for the user to edit and upload modifications to an image.
|
WEditableImage.EditableImageModel |
Holds the extrinsic state information of a WEditableImage.
|
WEmailField |
A WEmailField is a wcomponent used to display an email input field.
|
WEmailField.EmailFieldModel |
EmailFieldModel holds Extrinsic state management of the field.
|
WField |
This component is used to aggregate the common elements that are used to display an editable field (ie, the label,
the field itself and an error indicator).
|
WField.FieldModel |
Holds the extrinsic state information of the component.
|
WFieldErrorIndicator |
This component is used to render errors relating to an individual field.
|
WFieldLayout |
This component is used to group together a collection of WField components to provide a consistent
layout template.
|
WFieldLayout.FieldLayoutModel |
Holds the extrinsic state information of the component.
|
WFieldSet |
WFieldSet is used to logically group together input fields.
|
WFieldSet.FieldSetModel |
Holds the extrinsic state information of the component.
|
WFieldSet.FrameType |
Describes how the field set's frame is rendered.
|
WFieldWarningIndicator |
This component is used to render warnings relating to an individual field.
|
WFigure |
WFigure represents a container that is used to associate a large graphical element with its text description.
|
WFigure.FigureMode |
The available types of AJAX mode.
|
WFigure.FigureModel |
Holds the extrinsic state information of a WFigure.
|
WFileWidget |
Deprecated.
|
WFileWidget.FileWidgetModel |
Holds the extrinsic state information of a WFileWidget.
|
WFileWidgetCleanup |
This context listener is used to stop the reaper Thread that is started by the jakarta commons file upload
API.
|
WFilterText |
WFilterText is an extension of WText that can be used to replace text.
|
WFilterText.FilterTextModel |
FilterTextModel holds Extrinsic state management of the component.
|
WHeading |
This component is used to render the different types of headings within an application.
|
WHeading.HeadingModel |
Holds the extrinsic state information of the component.
|
WHiddenComment |
This component is useful to put hidden text on a page.
|
WhitespaceFilterInterceptor |
WhitespaceFilterInterceptor is an interceptor that removes HTML comments and redundant white space from HTML output.
|
WhiteSpaceFilterPrintWriter |
WhiteSpaceFilterPrintWriter is a writer that filters out extraneous whitespace from HTML content written to it.
|
WhiteSpaceFilterStateMachine |
WhiteSpaceFilterOutputStream is a state machine that filters out extraneous whitespace from XHTML content.
|
WhiteSpaceFilterStateMachine.State |
Represents a state in the state-machine.
|
WhiteSpaceFilterStateMachine.StateChange |
Controls what processing occurs on a state transition.
|
WHorizontalRule |
WHorizontalRule is used to render a horizontal rule (line).
|
WImage |
The WImage component provides a way for applications to display images within their application.
|
WImage.ImageModel |
Holds the extrinsic state information of a WImage.
|
WImageEditor |
EXPERIMENTAL API WARNING - this API is under development and is likely to change.
|
WImageEditor.ImageEditModel |
Holds the extrinsic state information of a WImageEditor.
|
WInternalLink |
This component enables the creation of links within a page.
|
WInternalLink.InternalLinkModel |
InternalLinkModel holds Extrinsic state management of the component.
|
WInvisibleContainer |
This container is used as a marker for some special cases, where we want to skip normal WComponent life-cycle
processes.
|
WLabel |
The WLabel component is used to display a textual label for an input field.
|
WLabel.LabelModel |
Holds the extrinsic state information of a WLabel.
|
WLink |
Note that WLink is different to WButton rendered as a link because WLink will not post the form, and does not support
Actions.
|
WLink.Builder |
This class allows building of WLink in a fluent interface style.
|
WLink.ImagePosition |
This is used to control the position of the image on the link.
|
WLink.LinkModel |
Holds the extrinsic state information of a WLink.
|
WLink.WindowAttributes |
Encapsulates window attributes for new windows which are opened.
|
WList |
This component is an extension of a WRepeater that is used to render a collection of items as a list.
|
WList.ListModel |
ListModel holds Extrinsic state management of the field.
|
WList.Separator |
An enumeration of possible values for the item separator.
|
WList.Type |
An enumeration of possible values for the list type.
|
WMenu |
This component enables rendering of a menuing system for an application.
|
WMenu.MenuModel |
Holds the state information for a WMenu.
|
WMenu.MenuType |
The available types of client-side menus.
|
WMenu.SelectMode |
Deprecated.
|
WMenuItem |
This component provides a menu item for use either directly in the top level of a WMenu or as an item within
a WSubMenu or WMenuItemGroup .
|
WMenuItem.MenuItemModel |
Holds the extrinsic state information of a WMenuItem.
|
WMenuItemGroup |
Deprecated.
|
WMessageBox |
A WMessageBox is a component that renders a collection of informational messages.
|
WMessageBox.MessageModel |
Holds the extrinsic state information of a WMessageBox.
|
WMessageBox.Type |
An enumeration of message box types.
|
WMessages |
WMessages provides a convenient wrapper for the WMessageBox and WValidationErrors components, and lets the developer
use a "singleton" WMessages instance per application.
|
WMessagesValidatingAction |
WMessagesValidatingAction - Convenience class that validates a component and uses WMessages to display the results.
|
WMultiDropdown |
The WMultiDropdown component allows multiple dropdown elements to be generated dynamically on the client, without
requiring the page to be reloaded.
|
WMultiFileWidget |
The WMultiFileWidget component allows multiple file input elements to be uploaded, without requiring an entire page
reload for each item.
|
WMultiFileWidget.FileWidgetUpload |
Holds the uploaded file and extra details.
|
WMultiFileWidget.MultiFileWidgetModel |
Holds the extrinsic state information of a WMultiFileWidget.
|
WMultiSelect |
The WMultiSelect input component allows the user to select one or more options from a list.
|
WMultiSelect.MultiSelectModel |
Holds the extrinsic state information of the component.
|
WMultiSelectPair |
This component is functionally the same as WMultiSelect but it looks different.
|
WMultiSelectPair.MultiSelectPairModel |
Holds the extrinsic state information of the component.
|
WMultiTextField |
The WMultiTextField component allows multiple text input elements to be generated dynamically on the client without
requiring the page to be reloaded.
|
WMultiTextField.MultiTextFieldModel |
MultiTextFieldModel holds Extrinsic state management of the field.
|
WNamingContext |
|
WNumberField |
A WNumberField is a wcomponent used to display a numeric input field.
|
WNumberField.NumberFieldModel |
NumberFieldModel holds Extrinsic state management of the field.
|
WPanel |
A WPanel is used to group components together.
|
WPanel.PanelMode |
The available types of panel mode.
|
WPanel.PanelModel |
A class used to hold the list of options for this component.
|
WPanel.Type |
An enumeration of available panel types.
|
WPartialDateField |
This component is a date entry component.
|
WPartialDateField.PartialDateFieldModel |
Holds the extrinsic state information of the partial date.
|
WPasswordField |
A WPasswordField is a wcomponent used to display a password input field.
|
WPasswordField.PasswordFieldModel |
PasswordFieldModel holds Extrinsic state management of the field.
|
WPhoneNumberField |
A WPhoneNumberField is a wcomponent used to display a telephone number field.
|
WPhoneNumberField.PhoneFieldModel |
PhoneFieldModel holds Extrinsic state management of the field.
|
WPopup |
This component enables a pop up browser window to an arbitrary location.
|
WPopup.PopupModel |
Stores the WPopup state information.
|
WPrintButton |
This button opens a client side browser print window.
|
WProgressBar |
WProgressBar is a component for displaying progress bars.
|
WProgressBar.ProgressBarType |
Progress bar types.
|
WProgressBar.UnitType |
Deprecated.
|
WProgressBar.WProgressBarModel |
The component model that holds progress bar's state.
|
WRadioButton |
A WRadioButton is a wcomponent used to display a radio button and must be used with a RadioButtonGroup .
|
WRadioButtonSelect |
WRadioButtonSelect is a convenience class which presents a group of radio buttons for the user to select one option
from.
|
WRadioButtonSelect.Layout |
An enumeration of button layouts.
|
WRadioButtonSelect.RadioButtonSelectModel |
Holds the extrinsic state information of the component.
|
WRepeater |
When you have a situation where you have a list of a repeated data type that you want to render or edit, then this ui
component can help.
|
WRepeater.RepeaterModel |
Holds the extrinsic state information of a WRepeater.
|
WRepeater.SubUIContext |
The SubUIContext stores the state information for the repeated component hierarchy for a single row in the
repeater.
|
WRepeater.WRepeatRoot |
Component to hold the repeated component and provide the correct row data.
|
WrongStepAjaxInterceptor |
This wrong step interceptor makes sure that ajax requests are only processed for the most recently rendered view.
|
WrongStepContentInterceptor |
This wrong step interceptor makes sure that content requests are only processed from the most recently rendered view.
|
WrongStepServerInterceptor |
This wrong step interceptor prevents an old request being processed that might have been submitted by a user using
multiple windows.
|
WRow |
This is a layout component, to which you add WColumn components.
|
WRow.RowModel |
Holds the extrinsic state information of the component.
|
WSection |
The WSection component defines a major discrete section of a screen which is associated with, and described by, a
heading.
|
WSection.SectionMode |
The available types of section mode.
|
WSection.SectionModel |
Holds the extrinsic state information of a WSection.
|
WSelectToggle |
This is component can be used to select all/none within a containing component, for example a WPanel or
WFieldSet containing WCheckBox es, or a WDataTable with multiple row selection enabled.
|
WSelectToggle.SelectToggleModel |
Holds the extrinsic state information of a WSelectToggle.
|
WSelectToggle.State |
Describes the tri-state nature of a selectToggle.
|
WSeparator |
WSeparator provides spacing between items in a WMenu or WSubMenu.
|
WServlet |
This class enables hosting of wcomponents in a servlet container.
|
WServlet.WServletEnvironment |
The WServlet implementation of the WEnvironment interface.
|
WServlet.WServletHelper |
A servlet specific ContainerHelper.
|
WShuffler |
The WShuffler is a WComponent that allows a list of options to have its order manually shuffled by the user.
|
WShuffler.ShufflerModel |
The ShufflerModel holds the state management of the shuffler.
|
WSingleSelect |
The WSingleSelect input component allows the user to select one option from a list.
|
WSingleSelect.SingleSelectModel |
Holds the extrinsic state information of the component.
|
WSkipLinks |
WSkipLinks is a component which has a heading and a list of internal links.
|
WStyledText |
This component is used to render the different types of text.
|
WStyledText.StyledTextModel |
Holds the extrinsic state information of a WStyledText.
|
WStyledText.Type |
The available types of text.
|
WStyledText.WhitespaceMode |
Specifies how white-space should be handled.
|
WSubMenu |
This component is used to provide either a dropmenu (when added directly to a WMenu or nestable sub menus
(when added to another WSubMenu instance).
|
WSubMenu.MenuMode |
The available types of operation.
|
WSubMenu.SubMenuModel |
Holds the extrinsic state information of a WSubMenu.
|
WSubordinateControl |
WSubordinateControl enables screen logic (in particular visibility) to be abstracted in such a way that the logic can
be executed by the UI framework in the client browser.
|
WSuggestions |
WSuggestions represents a device for providing suggested input for a text-like input field.
|
WSuggestions.Autocomplete |
The way in which the suggestion is provided to and selected by the user.
|
WSuggestions.SuggestionsModel |
A class used to hold the list of options for this component.
|
WTab |
WTab encapsulates a tab on a tab set.
|
WTab.TabModel |
Holds the extrinsic state information of a WTab.
|
WTabGroup |
Deprecated.
|
WTable |
The WTable component is used to display tabular data.
|
WTable.ActionConstraint |
Describes a constraint on a table action.
|
WTable.BeanBoundTableModel |
The BeanBoundTableModel provides a link between a bean (bound to a table), and the table model API.
|
WTable.ExpandMode |
This is used to control how row expansion should work.
|
WTable.PaginationLocation |
This is used to control where in the table the pagination controls appear.
|
WTable.PaginationMode |
This is used to control how pagination should work.
|
WTable.RowIdWrapper |
Used to wrap the row index and the row key (used to uniquely identify the row).
|
WTable.ScrollableTableModel |
This extension of WTable.TableModel is primarily for models that do not store their data locally.
|
WTable.SelectAllType |
This is used to control how the "select all" function should work.
|
WTable.SelectMode |
This is used to control how row selection should work.
|
WTable.SeparatorType |
This is used to control the type of striping used, if any.
|
WTable.SortMode |
This is used to control how sorting should work.
|
WTable.StripingType |
This is used to control the type of striping used, if any.
|
WTable.TableModel |
TableModel provides the data for tables.
|
WTable.TableRepeater |
This repeater extension is necessary to ensure that tree-tables are painted correctly.
|
WTable.Type |
This is used to control how table data should be displayed.
|
WTable.WTableComponentModel |
Contains the table's UI state.
|
WTableColumn |
|
WTableColumn.Alignment |
An enumeration of possible values for horizontal alignment of table column content.
|
WTableColumn.WTableColumnModel |
The component model that holds the column's state.
|
WTableRepeater |
Deprecated.
|
WTableRowRenderer |
WTableRowRenderer is used by the table's repeater to render row data.
|
WTabSet |
This component enables rendering of a set of tabbed components.
|
WTabSet.TabMode |
The available types of tab invocation.
|
WTabSet.TabSetModel |
Holds the extrinsic state information of a WTabSet.
|
WTabSet.TabSetType |
The available types of client-side tab sets.
|
WTemplate |
Allows the use of custom templates to layout components, insert custom css and javascript.
|
WTemplate.TemplateModel |
A class used to hold the list of options for this component.
|
WText |
WText is used to render some basic/raw text.
|
WText.TextModel |
Component model for WText.
|
WTextArea |
A WTextArea is a wcomponent used to display a html textarea.
|
WTextArea.TextAreaModel |
TextAreaModel holds Extrinsic state management of the field.
|
WTextField |
A WTextField is a wcomponent used to display a html text input field.
|
WTextField.TextFieldModel |
TextFieldModel holds Extrinsic state management of the field.
|
WTimeoutWarning |
WTimeoutWarning provides a mechanism to pass a session timeout period in seconds to the client.
|
WTimeoutWarning.TimeoutWarningModel |
Extends ComponentModel to provide timeout and warning periods to be set.
|
WToggleButton |
A selectable component with a button-like appearance.
|
WToggleButton.ToggleButtonModel |
Holds state information for the toggle button.
|
WTree |
WTree represents a tree view selection control.
|
WTree.ExpandMode |
This is used to control how row expansion should work.
|
WTree.SelectMode |
This is used to control how row selection should work.
|
WTree.Type |
This is used to indicate the type of tree.
|
WTree.WTreeComponentModel |
Contains the tree's UI state.
|
WValidationErrors |
This component is used to render an error message box (commonly near the top of an application's UI) which contains
all supplied validation errors.
|
WValidationErrors.GroupedDiagnositcs |
Groups a set of related diagnostics.
|
WValidationErrors.ValidationErrorsModel |
Holds the extrinsic state information of a WValidationErrors.
|
WVideo |
WVideo is used to display video content on the client.
|
WVideo.Controls |
Deprecated.
|
WVideo.Preload |
This is used to indicate whether pre-loading of content should occur before the clip is played.
|
WVideo.VideoModel |
Holds the extrinsic state information of a WVideo.
|
WWindow |
This component enables a pop up browser window with interactive wcomponent content.
|
WWindow.WindowModel |
Holds the extrinsic state information of a window.
|
WWindowInterceptor |
This interceptor temporarily replaces the primary UIContext's Environment with an Environment suitable for
processing a content request for a WWindow.
|
XmlStringBuilder |
This class is used by the Layout classes to assist with common but primitive html/xml string construction.
|
XMLUtil |
Utility class for rendering file element.
|