Interface | Description |
---|---|
ERXDebugMarker.DebugPageProvider | |
ERXGracefulShutdown.GracefulApplication |
Interface to be implemented by the WOApplication subclass to gracefully
handle termination.
|
Class | Description |
---|---|
ERXAccessibleSubmitButton |
Extends ERXSubmitButton with self-configuring accessibility hot key for the
button.
|
ERXAnyField |
ERXAnyField, who extends WOAnyField, shows a popup with a list of keys for an entity to
let you filter a display group.
|
ERXArrayChooser |
This is an effort to consolidate the WOToOneRelationship, WOToManyRelationship and descendant components.
|
ERXBooleanSelector |
A custom boolean selector (defaults to "Yes", "No", and "All") for use as, for instance, a boolean search filter.
|
ERXBooleanSelector.BooleanProxy | |
ERXCachingWrapper |
Wrapper that caches its content based on a set of bindings.
|
ERXCachingWrapper.CacheEntry |
Simply cache entry class.
|
ERXCheckboxMatrix |
Works around a webscript bug.
|
ERXClickToOpenSupport |
ERXClickToOpenSupport provides the component-side implementation of
WOLips.framework's click-to-open support.
|
ERXClippy |
Thin wrapper for Clippy (http://github.com/mojombo/clippy) as used by, for example, github.
|
ERXCollapsibleComponentContent |
Better collapsible component content.
|
ERXColoredTabPanel |
Tab panel with color backgrounds.
|
ERXComponent |
ERXComponent provides a common base class for WOComponents along with a bunch
of miscellaneous handy features.
|
ERXComponentUtilities |
ERXComponentUtilities contains WOComponent/WOElement-related utility methods.
|
ERXDataHyperlink |
ERXDataHyperlink works like a WOHyperlink except that instead of turning
unknown bindings into tag attributes, it instead passes them to the page
specified in pageName.
|
ERXDateGrouper |
Works much the same as a
WODisplayGroup . |
ERXDebugMarker |
Given an object displays a link to show information about the editing context of that object.
|
ERXDirectActionHyperlink |
This component can be used for two things:
Generating direct action urls for use in
components that are being e-mailed to people.
Support for encoding enterprise objects in
the form values of generated urls.
|
ERXDirectActionImage |
ERXDirectActionImage is the same as a ERXDirectActionHyperlink, but the direct action
response have to return a URL to an image, that URL will be used as the source of the
image to display with this component.
|
ERXDisplayDataAsString |
Displays a byte array of data as a String.
|
ERXDownloadResponse |
A component that is used to generate a download response.
|
ERXDynamicElement |
ERXDynamicElement provides a common base class for dynamic elements.
|
ERXDynamicElement.ContextData<T> |
This class is used to store values that cannot be stored in instance variables as
dynamic elements have to be thread-safe.
|
ERXEditingContextInspector |
Inspects an eo's editing context.
|
ERXEditURL |
Used to edit urls with a default value.
|
ERXEmbeddedPage |
ERXEmbeddedPage allows you to wrap a section of your page and treat return
values from invokeAction as a replacement only for the this element and not
for the entire page.
|
ERXEmptyComponent |
An empty component does not contain any html or wod.
|
ERXErrorDictionaryPanel |
Useful for displaying a dictionary of caught exception messages.
|
ERXEventRecordingDefaultHandler |
A concrete event recording handler object.
|
ERXExceptionPage |
A nicer version of WOExceptionPage.
|
ERXExternalContent |
Wraps an external content which is retrieved from an URL.
|
ERXFakeRelationship |
UI and support methods to edit "relations" to objects flattened into a text field (e.g.
|
ERXFavIcon |
FavIcon link with resource manager support.
|
ERXFixedLengthString |
This stateless component is useful for displaying a
string of a fixed length.
|
ERXFlashMovie |
Embeds a flash movie.
|
ERXGMapUtilities | |
ERXGMapUtilities.Coordinate | |
ERXGracefulShutdown |
Graceful shutdown adds signal handling support for gracefully
terminating a WOApplication.
|
ERXGraphUtilities |
Utility methods useful when using GifPlot.
|
ERXGroupingRepetition |
Groups items into sections.For example: Employees belong to a department, you want to
group on department.
|
ERXGroupingTable |
Table implementation of a grouping repetition.
|
ERXHyperlinkKeyValueSetter |
Sets a key value when the hyperlink is clicked.
|
ERXIEConditionalComment |
Conditional comments make it easy for developers to take advantage
of the enhanced features offered by Microsoft Internet Explorer 5 and later
versions, while writing pages that downgrade gracefully in less-capable
browsers or display correctly in browsers other than Windows Internet
Explorer.
|
ERXIFrame |
IFRAME that can use its own contents to render when none of the other
bindings are supplied.
|
ERXImage | |
ERXImageTabPanel |
This component takes a list of tabs, the same as ERXTabPanel
to find images, the naming convention is:
/nsi/tab<tabName>.gif : tab is not selected
/nsi/tab<tabName>Selected.gif : tab is selected
where tabName is the name of the tab, minus spaces
|
ERXInlineTemplate |
ERXInlineTemplate allows to specify a component's template dynamically.
|
ERXInlineTemplate.Error | |
ERXKeyValueSetter |
Sets a keypath to a value.
|
ERXLanguageMenu |
A simple popup menu for language selection.
|
ERXLayoutTable |
Table that can handle cell with row and colspans.
|
ERXLinkButton |
This dynamic element produces markup like
<a><button>...</button></a>.
|
ERXLinkButton5 |
With the introduction of HTML5's block level anchor tag, there is
no longer any need to nest a button tag inside an anchor in order
to display block content.
|
ERXLinkRandomizer |
This simple stateless component adds a javascript function
'RandomizeLink' that will either add a dummy=0 or
change the previous value of a dummy=<some number>
parameter of a hyperlink.
|
ERXListDisplay |
Useful for displaying a list of objects.
|
ERXLocalizationEditor |
Editor page for the localized files that are supplied in your settings.
|
ERXLoremIpsum |
ERXLoremIpsum provides a component wrapper around the ERXLoremIpsumGenerator.
|
ERXLoremIpsumGenerator |
Provides a generator for Lorem Ipsum text.
|
ERXMacBinarySwissArmyKnife |
Useful for extracting files from binhexed files, ie when a Mac user uploads a file.
|
ERXMailTo |
Component that generates a mailto href of the form: "<a href=mailto:foo@bar.com>foo@bar.com</a>".
|
ERXMandatoryFieldMarker |
Displays a mandatory field marker.
|
ERXModelDoc |
ERXModelDoc provides a common renderer for Entity Modeler's
Entity, Attribute, and Relationship userInfo._EntityModeler.documentation.
|
ERXModernizr |
ERXModernizr uses the Modernizr library to detect what javascript
capabilities a client browser has and then posts those values back
to the server to store them on the session.
|
ERXMonthView |
Class for Wonder Component ERXMonthView.
|
ERXNestedList |
Nested list component, copied over from WXNestedList, better html output.
|
ERXNonSynchronizingComponent |
Abstract non-synchronizing component used as the super class for a number of
components within the ER frameworks.
|
ERXOptionalForm |
Simple wrapper around a WOForm with a binding (showForm) to determine if the form should
be hidden or not.
|
ERXPluralString |
Given a count and a string pluralizes the string if count > 1.
|
ERXPodcastRssPage |
Simple podcast RSS feed provider.
|
ERXQueryRecentDates |
Nice for adjusting the query specs for dates on a display group.
|
ERXRadioButtonMatrix |
Radio button list with lots of more options.
|
ERXRemoteShell | |
ERXRepeatingTable |
Useful when given a list of n items and you want to display m keys.
|
ERXResponseComponent |
Handy component when you need to return a WOActionResults and the interface
requires a WOComponent.
|
ERXRRLoopDebug |
Sometimes it's handy to be able to print out debug entries during
the various stages of the RR loop.
|
ERXRssPage |
Simple RSS feed provider.
|
ERXSimpleSpamCheck |
ERXSimpleSpamCheck generates a display: none text field in your
page that has its value filled in with Javascript.
|
ERXSingleButton |
A stand alone submit button to be used as an action button.
|
ERXSLTWrapper |
Wrapper that translates its content via XSLT.
|
ERXSLTWrapper.TemplatePool | |
ERXSortOrder |
Better sort order changer.
|
ERXStatelessComponent |
Abstract stateless component used as the super class for a number
of components within the ER frameworks.
|
ERXStatelessInlineTemplate |
Stateless variant of
ERXInlineTemplate . |
ERXStringHolder |
Use this to return a string from direct actions.
|
ERXStringListPicker |
Useful for picking a String from a list.
|
ERXStringWithLineBreaks |
Converts a string that has line breaks and tabs in it into a corresponding
HTML string with
<br /> and (five of)
instead. |
ERXStyledContainer |
Same as a WOGenericContainer, except that you can add individual style attributes by
supplying
style.background-color="red" bindings. |
ERXStyleSheet |
Adds a style sheet to a page.
|
ERXStyleSheet.Sheet | |
ERXSuccess |
"Success" string
|
ERXSwitchEmbeddedPage |
ERXSwitchEmbeddedPage allows you to wrap a section of your page and treat return
values from invokeAction as a replacement only for the this element and not
for the entire page.
|
ERXTable |
Enhanced table component that adds the ability to have the
table layed out in a vertical orientation and adds the
ability to specify an array of header images that appear
in the header cells of the table.
|
ERXTableWithBorder |
Allows turning the border on and off of a table.
|
ERXTabPanel |
Better tab panel.
|
ERXTimeZoneDetector |
This component adds javascript to a page to grab the system time zone
from the browser and write the time zone to the
timeZone
attribute of the session via a call to the setTimeZone()
method. |
ERXTolerantWrapper |
Wrapper for areas that might throw exceptions and catches them.
|
ERXToManyRelationship |
Better layout options that the
WOToManyRelationship , in addition you can set a
qualifier on the dataSource if you passed any. |
ERXToOneRelationship |
Better layout options that the
WOToOneRelationship , in addition you can set a
qualifier on the dataSource if you passed any. |
ERXUniquingWrapper |
Needed when you have a component content and the state of the wrapper changes.
|
ERXUnreadMarker |
Nice for denoting that something has not been viewed.
|
ERXWOComponentContent |
Allows for multiple Component Contents.
|
ERXWOFormBarrier |
ERXWOFormBarrier allows you to wrap a section of your page that you want to trick into believing that
it is not actually inside of a WOForm.
|
Copyright © 2002 – 2024 Project Wonder.