Modifier and Type | Class and Description |
---|---|
class |
AjaxLongResponse
Simple Ajax long response handler that stays on the same page.
|
class |
AjaxSortOrder
An Ajax version of ERXSortOrder.
|
Modifier and Type | Class and Description |
---|---|
class |
MTStyledPopUpButton |
Modifier and Type | Class and Description |
---|---|
class |
ERAttachmentIcon
ERAttachmentIcon displays a linked icon image that represents the file
type of the attachment.
|
class |
ERAttachmentViewer
ERAttachmentViewer provides a way to drop in an embedded viewer for
attachments.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractERAttachmentViewer
AbstractERAttachmentViewer is the superclass of all viewer plugins.
|
class |
ERAttachmentDefaultViewer
ERAttachmentDefaultViewer is the "there is no viewer" viewer.
|
class |
ERAttachmentImageViewer
ERAttachmentImageViewer is the viewer for images.
|
class |
ERAttachmentQuickTimeViewer
ERAttachmentQuickTimeViewer is the viewer for QuickTime
files.
|
class |
ERAttachmentUnavailableViewer
ERAttachmentUnavailableViewer is viewer used when the attachment is unavailable.
|
Modifier and Type | Class and Description |
---|---|
class |
CCAjaxSortOrder
Modern AjaxSortOrder derivative, designed to be styled via CSS
|
class |
CCDatePicker
Wrapper around http://www.frequency-decoder.com/2009/09/09/unobtrusive-date-picker-widget-v5/
Because many options take a date with the format of YYYYMMDD there is a utility method:
ERMDatePicker.optionsStringForTimestamp(NSTimestamp ts) that will return a correctly formatted
string for a given NSTimestamp.
|
class |
CCErrorDictionaryPanel
Modernized ErrorDictionaryPanel
|
class |
CCResourceInjector
Stupid little component to allow you to inject a resource at any point on a page.
|
Modifier and Type | Class and Description |
---|---|
class |
ERCListHelpText |
Modifier and Type | Class and Description |
---|---|
class |
ERDDefaultSectionComponent
Displays section name as a string.
|
class |
ERDEmptyPageWrapper
Empty page wrapper component.
|
Modifier and Type | Class and Description |
---|---|
class |
ERD2WContextInspector
Simple D2WContext inspector component, showing the bound context's local
values to help debugging.
|
class |
ERDZoomableImage
This stateless component:
displays an image with a given src, width and height
allows to zoom to a given height and width
|
Modifier and Type | Class and Description |
---|---|
class |
ERDDefaultSectionComponentCSV
Displays section name for CSV pages.
|
Modifier and Type | Class and Description |
---|---|
class |
ERDDefaultSectionComponentPrinterFriendly
Displays section name as a string for printer friendly version of the pages.
|
Modifier and Type | Class and Description |
---|---|
class |
ERXModernNavigationMenu
This is an updated ERXNavigationMenu component that should simplify common usage.
|
class |
ERXModernNavigationMenuItem
This is a menu item component that represents a single item in the tree of navigation menu items.
|
class |
ERXNavigationMenu
Please read "Documentation/Navigation.html" to fnd out how to use the navigation components.i
|
class |
ERXNavigationMenuItem
Please read "Documentation/Navigation.html" to fnd out how to use the navigation components.
|
Modifier and Type | Class and Description |
---|---|
class |
ERXBatchNavigationBar
Better batch navigation bar to page through display groups.
|
class |
ERXBatchNavigationBarInForm
Better navigation bar without a form.
|
class |
ERXDirectActionBatchNavigationBar
BatchNavigationBar that uses a direct action and a "batch" URL parameter to
switch to a specific batch.
|
Modifier and Type | Class and Description |
---|---|
class |
ERXAjaxBatchNavigationBar
ERXBatchNavigationBar less presentation features
|
Modifier and Type | Class and Description |
---|---|
class |
ERXArrayChooser
This is an effort to consolidate the WOToOneRelationship, WOToManyRelationship and descendant components.
|
class |
ERXBooleanSelector
A custom boolean selector (defaults to "Yes", "No", and "All") for use as, for instance, a boolean search filter.
|
class |
ERXCachingWrapper
Wrapper that caches its content based on a set of bindings.
|
class |
ERXClippy
Thin wrapper for Clippy (http://github.com/mojombo/clippy) as used by, for example, github.
|
class |
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.
|
class |
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.
|
class |
ERXEmptyComponent
An empty component does not contain any html or wod.
|
class |
ERXErrorDictionaryPanel
Useful for displaying a dictionary of caught exception messages.
|
class |
ERXExternalContent
Wraps an external content which is retrieved from an URL.
|
class |
ERXFixedLengthString
This stateless component is useful for displaying a
string of a fixed length.
|
class |
ERXFlashMovie
Embeds a flash movie.
|
class |
ERXGroupingRepetition
Groups items into sections.For example: Employees belong to a department, you want to
group on department.
|
class |
ERXGroupingTable
Table implementation of a grouping repetition.
|
class |
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.
|
class |
ERXImage |
class |
ERXLanguageMenu
A simple popup menu for language selection.
|
class |
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.
|
class |
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.
|
class |
ERXMonthView
Class for Wonder Component ERXMonthView.
|
class |
ERXNestedList
Nested list component, copied over from WXNestedList, better html output.
|
class |
ERXOptionalForm
Simple wrapper around a WOForm with a binding (showForm) to determine if the form should
be hidden or not.
|
class |
ERXPluralString
Given a count and a string pluralizes the string if count > 1.
|
class |
ERXPodcastRssPage
Simple podcast RSS feed provider.
|
class |
ERXRadioButtonMatrix
Radio button list with lots of more options.
|
class |
ERXResponseComponent
Handy component when you need to return a WOActionResults and the interface
requires a WOComponent.
|
class |
ERXRssPage
Simple RSS feed provider.
|
class |
ERXSingleButton
A stand alone submit button to be used as an action button.
|
class |
ERXSortOrder
Better sort order changer.
|
class |
ERXStringHolder
Use this to return a string from direct actions.
|
class |
ERXStringWithLineBreaks
Converts a string that has line breaks and tabs in it into a corresponding
HTML string with
<br /> and (five of)
instead. |
class |
ERXStyleSheet
Adds a style sheet to a page.
|
class |
ERXTableWithBorder
Allows turning the border on and off of a table.
|
class |
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. |
class |
ERXToManyRelationship
Better layout options that the
WOToManyRelationship , in addition you can set a
qualifier on the dataSource if you passed any. |
class |
ERXToOneRelationship
Better layout options that the
WOToOneRelationship , in addition you can set a
qualifier on the dataSource if you passed any. |
Modifier and Type | Class and Description |
---|---|
class |
ERXAjaxErrorDictionaryPanel
Prototype event notification for errors
|
Modifier and Type | Class and Description |
---|---|
class |
ERXOncePerRequestConditional
Will render its embedded content only once during the RR loop.
|
Modifier and Type | Class and Description |
---|---|
class |
ERXEditDateJavascript |
class |
ERXJSCookiesConditional
This component will display is content (as in WOComponentContent) if
it detects cookies are disabled.
|
class |
ERXJSFlyOver |
class |
ERXJSLifebeat
Keeps a session open by continuously calling a direct action.
|
class |
ERXJSPopupBlockerConditional
This component will display is content (as in WOComponentContent) if
it detects that popup windows are blocked.
|
class |
ERXJSPopUpRelationPicker
Very, very cool js component.
|
class |
ERXJSValidationErrors
Server side part of the JavaScript validation
|
Modifier and Type | Class and Description |
---|---|
class |
ERXLocalizedString
Examples:
value = "Localize me" -> the localized value of "Localize me"
keyPath = "componentName" (note that the path must be a String) -> localized name of the parent component
object = bug, an EO -> localized version of bug.userPresentableDescription (may or may not be useful)
object = bug, keyPath = "state" -> localized version of the bugs state
templateString = "You have @assignedBugs.count@ Bug(s) assigned to you", object = session.user
-> localized template is evaluated
Bindings:
|
Modifier and Type | Class and Description |
---|---|
class |
ERXPageTracker
Integration into Google analytics.
|
class |
ERXStatsSummary
A component to display a summary of collected stats.
|
Modifier and Type | Class and Description |
---|---|
class |
WOSortOrder
Almost direct port of WOSortOrder from WO 5's WOExtensions
|
class |
WOToManyRelationship
Back port from WO 5 WOExtensions.
|
class |
WOToOneRelationship
Back port from WO 5 WOExtensions.
|
Modifier and Type | Class and Description |
---|---|
class |
ERXAjaxSortOrder |
class |
ERXAjaxSortOrderButton |
class |
ERXAjaxSortOrderLink |
Modifier and Type | Class and Description |
---|---|
class |
ERFirebug
Firebug lite WebObjects Framework
http://getfirebug.com/lite.html
|
Modifier and Type | Class and Description |
---|---|
class |
ERGoogleLoginForm
Sends a google authentication key to a DirectAction.
|
class |
ERGoogleLogoutLink
Sends a logout link
Required Bindings
|
class |
ERGoogleSignInComponent |
Modifier and Type | Class and Description |
---|---|
class |
ERQMContent
data-role content これを設定することでフッターになります。
|
class |
ERQMDialog |
class |
ERQMDialogLink |
class |
ERQMFooterBar |
class |
ERQMHeaderBar
data-role header これを設定することでヘッダーになります。
|
class |
ERQMHtmlTemplate |
Modifier and Type | Class and Description |
---|---|
class |
ERMD2WCombinedTableHeader
Combined AjaxSortOrder and propertyKey display for list table header cells.
|
class |
ERMDWizardBanner
WizardPage banner that displays as:
|
class |
ERMDWizardDetailedBanner
Wizard page banner that displays as a ul of the possible steps with the curren step
identified with the class of "CurrentStep".
|
Modifier and Type | Class and Description |
---|---|
class |
ERMTD2WCombinedTableHeader |
Modifier and Type | Class and Description |
---|---|
class |
ERPDF2PS
ERPDF2PS will render the containing PDF content as a Postscript document suitable for printing.
|
Modifier and Type | Class and Description |
---|---|
class |
ERPCategoryChart
Display a category chart - a chart where you have 2 or 3 dimensions.
|
class |
ERPChart
Abstract superclass of the charts.
|
class |
ERPOFCChart |
class |
ERPPieChart
Displays a Pie chart with an optional map.
|
Modifier and Type | Class and Description |
---|---|
class |
WRNavigationControl |
Modifier and Type | Class and Description |
---|---|
class |
SeleniumTestSuitePage |
Modifier and Type | Class and Description |
---|---|
class |
SeleniumComponentExporterPage |
class |
SeleniumPresentationExporterPage |
class |
SeleniumXHTMLExporterPage |
Copyright © 2002 – 2024 Project Wonder.