Project Wonder 2.0

Uses of Class
er.extensions.ERXNonSynchronizingComponent

Packages that use ERXNonSynchronizingComponent
er.directtoweb   
er.excel   
er.extensions   
 

Uses of ERXNonSynchronizingComponent in er.directtoweb
 

Subclasses of ERXNonSynchronizingComponent in er.directtoweb
 class ERD2WCustomQueryComponentWithArgs
           
 class ERD2WDisplayList
          Used to display a an NSArray of the form "A, B and C", useful for toMany relationships or propertyKeys that return arrays.
 class ERD2WEditDateJavascript
           
 class ERD2WInspect
          !!
 class ERD2WList
           
 class ERD2WPick
          Used to select multiple items from a list.
 class ERD2WPickFromEntities
          Custom query component that let's the user select from a set of shared eos.
 class ERD2WPickFromList
          Custom query component that let's the user select from an arbitrary list.
 class ERDActionBar
          Displays a set of buttons and calls the enclosing page's branch delegate with it.
 class ERDActionButton
          Abstract superclass for all actions inside of Wonder D2W.
 class ERDAttributeRepetition
          Class for DirectToWeb Component ERDAttributeRepetition.
 class ERDBannerComponent
          Shows an image header matching the page.
 class ERDConfirmMessage
          Confirming an action template.
 class ERDCustomComponent
          Base class of many custom components.
 class ERDCustomEditComponent
          Superclass for most of the custom edit components.
 class ERDCustomQueryComponent
          Superclass for most custom query components.
 class ERDCustomQueryComponentWithArgs
          Correctly handles validation exceptions, plus a bunch of other stuff.
 class ERDDefaultSectionComponent
          Displays section name as a string.
 class ERDDefaultSectionComponentCSV
          Displays section name for CSV pages.
 class ERDDefaultSectionComponentPrinterFriendly
          Displays section name as a string for printer friendly version of the pages.
 class ERDDeleteButton
          Delete button for repetitions.
 class ERDDHTMLComponent
          Rich text edit component.
 class ERDDisplayImageIfExists
          Displays an image if it exists.
 class ERDDisplayMailTo
          A display mailto component with a number of bindings.
 class ERDDisplayNumberWithUnit
          Cool class.
 class ERDDisplayYearsMonths
          Displays a number as say 5 years 2 months.
 class ERDEditButton
          Nice edit button for editing a toMany relationship in another page.
 class ERDEditDateJavascript
          Crazy cool little date picker that uses javascript to pick the date from a little calendar.
 class ERDEditDatePopup
          Edits dates with popup lists.
 class ERDEditDatePopupCommon
          Common superclass for date editing components.
 class ERDEditDatePopupOrNull
          Allows the choice to not specify a date.
 class ERDEditList
          Description forthcoming.
 class ERDEditListButton
          Nice component used for editing a toMany relationship by taking the user to another page to pick which objects belong in the relationship.
 class ERDEditOwnedRelationship
          Crazy component.
 class ERDEditPassword
          Provides a edit "password" service.
 class ERDEditPasswordConfirm
          Used to edit passwords where when changed the changed value must be confirmed.
 class ERDEditPasswordConfirmation
          Provides a "confirm password" service.
 class ERDEditStringWithChoices
          Provides a toOne relationship-like component except the value is pushed in as a string.
 class ERDEditYearsMonths
          Used to edit a number as if it where a number of years and a number of months.
 class ERDEmptyListMessage
          Default component shown when a D2W list is empty.
 class ERDEmptyPageWrapper
          Empty page wrapper component.
 class ERDFilterDisplayGroupButton
          Cool component that can be used in D2W list pages to filter the list, throwing to a D2W query page to restrict.
 class ERDInspect
          Embedded component that can be used for nesting page configurations, ie ERDInspect can be a customComponentName.
 class ERDInspectButton
           
 class ERDInspectPageRepetition
          Class for DirectToWeb Component ERDInspectPageRepetition.
 class ERDLinkToViewList
          Generic link component used to view a list.
 class ERDList
          Used to edit a toMany relationship by allowing the user to pick the eos that belong in the relationship.
 class ERDListOrganizer
          Crazy cool component that allows one to select strings (using arrow buttons), and organize them.
 class ERDListPageRepetition
          Class for DirectToWeb Component ERDListPageRepetition.
 class ERDListPicker
          Used to pick a string from a list.
 class ERDPrinterButton
          Handles the switching of the current task to print, which uses the print templates.
 class ERDQueryDateRangeJavascript
          Used for building date queries with javascript.
 class ERDQueryIsContainedInArray
          Allows you to query for objects that have a one or more of a set of related objects.
 class ERDQueryPageRepetition
          Class for DirectToWeb Component ERDQueryPageRepetition.
 class ERDQueryTwoLevelRelationship
          Create queries that consist of a drilldown.
 class ERDSectionImage
          Used to display sections as images instead of text.
 class ERDSectionText
          Used to display sections as text.
 class ERDSelectAllButton
          Class for DirectToWeb Component ERDSelectAllButton.
 class ERDSelectButton
          Select button to display in lists.
 class ERDTabText
          Used to display a tab as text.
 class ERDTrashcan
          A better trashcan.
 

Uses of ERXNonSynchronizingComponent in er.excel
 

Subclasses of ERXNonSynchronizingComponent in er.excel
 class EGCell
          Class for Excel Component EGCell.
 class EGComponent
          Class for Excel Component EGComponent.
 class EGRow
          Class for Excel Component EGRow.
 class EGSheet
          Class for Excel Component EGSheet.
 class EGWorkbook
          EGWorkbook is the "page" for the excel generation.
 class EGWrapper
          Class for Excel Component EGWrapper.
 

Uses of ERXNonSynchronizingComponent in er.extensions
 

Subclasses of ERXNonSynchronizingComponent in er.extensions
 class ERXArrayChooser
          This is an effort to consolidate the WOToOneRelationship, WOToManyRelationship and descendant components.
 class ERXCheckboxMatrix
          Works around a webscript bug.
 class ERXDebugTimer
          Displays stats on how long the various phases in the request-response loop took.
 class ERXDHTMLComponent
          ERXDHTMLComponent covers a textarea with a DHTMLEdit control (IE,PC only) It is pretty cool as it can be used as a replacement for WOText, since it works no matter is JS is enabled or not.
 class ERXDirectActionHyperlink
          This component can be used for two things:
1) Generating direct action urls for use in components that are being e-mailed to people. 2) Support for encoding enterprise objects in the form values of generated urls.
 class ERXDirectActionImage
          description forthcoming!
 class ERXEmptyComponent
          An empty component does not contain any html or wod.
 class ERXErrorDictionaryPanel
          Useful for displaying a dictionary of caught exception messages.
 class ERXFixedLengthString
          This stateless component is useful for displaying a string of a fixed length.
 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 ERXImage
           
 class ERXJSPopUpRelationPicker
          Very, very cool js component.
 class ERXJSValidationErrors
          Server side part of the JavaScript validation
 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= parameter of a hyperlink.
 class ERXLocalizedString
          Examples: 1) value = "Localize me" -> the localized value of "Localize me" 2) keyPath = "componentName" (note that the path must be a String) -> localized name of the parent component 3) object = bug, an EO -> localized version of bug.userPresentableDescription (may or may not be useful) 4) object = bug, keyPath = "state" -> localized version of the bugs state 5) templateString = "You have @assignedBugs.count@ Bug(s) assigned to you", object = session.user -> localized template is evaluated Bindings:
 class ERXLongResponse
          ERXLongResponse is like WOLongResponsePage from JavaWOExtensions, but it can be used as a component and doesn't need to be subclassed.
 class ERXMonthView
          Class for Wonder Component ERXMonthView.
 class ERXNavigationMenu
          Please read "Documentation/Navigation.html" to fnd out how to use the navigation components.
 class ERXNavigationMenuItem
          Please read "Documentation/Navigation.html" to fnd out how to use the navigation components.
 class ERXNonSychronizingComponent
          Deprecated. use ERXNonSynchronizingComponent instead
 class ERXOncePerRequestConditional
          ERXOncePerRequestConditional is a component that will render it's embedded content only once during the RR loop.
 class ERXOptionalForm
          Synopsis:
 class ERXRadioButtonMatrix
          Radio button list with lots of more options.
 class ERXStatelessComponent
          Abstract stateless component used as the super class for a number of components within the ER frameworks.
 class ERXStringHolder
          Use this to return a string from direct actions.
 class ERXStringWithLineBreaks
          Simple component that can convert a string that has line breaks and tabs in it into an html string that has
and   instead.
 class ERXTableWithBorder
          Allows turning the border on and off of a table.
 class ERXToManyRelationship
          description forthcoming!
 class ERXToOneRelationship
          Better layout options that the WOToOneRelationship, in addition you can set a qualifier on the dataSource if you passed any.
 class WOToManyRelationship
          Back port from WO 5 WOExtensions.
 class WOToOneRelationship
          Back port from WO 5 WOExtensions.
 


Last updated: Do, Dez 9, 2004 • 12:46 PM CET

Copyright © 2002 – 2004 Project Wonder.