Modifier and Type | Class and Description |
---|---|
class |
ERDAssignment
Abstact super class of most assignments found in
the ERDirectToWeb framework.
|
class |
ERDEnumAssignment
A simple assignment class to assign enums.
|
class |
ERDImageNameAssignment
Default way of generating image references for tabs and sections.
|
class |
ERDLocalizedAssignment
This assignment runs it's value through the localizer and evaluates
it as a template before returning it.
|
class |
ERDSortedManyToManyAssignment |
class |
ERDTabDictionaryComputer
This class is needed because the original tab
dictionary computer does implement the computing
interface and as such does not work with the
new caching scheme.
|
class |
ERDTabSectionsContentsAssignment
Assignment used to construct and cache the
tab sections containers used with tab insepct
pages.
|
Modifier and Type | Class and Description |
---|---|
class |
ERDDefaultActionAssignment
This assignment calculates default actions for the current page
|
class |
ERDDefaultAjaxConfigurationNameAssignment
This assignment calculates default (ajax) page configuration
names for the current entity in the context.
|
class |
ERDDefaultClassStringAssignment
An assignment to auto-compute a unique(ish), human-readable DOM class strings from the d2wContext for Selenium, CSS, Ajax, Javascript, etc.
|
class |
ERDDefaultConfigurationNameAssignment
This assignment calculates default page configuration
names for the current entity in the context.
|
class |
ERDDefaultDisplayNameAssignment
Beautify the display names for the various keys in D2W a better way.
|
class |
ERDDefaultFormControlNameAssignment
An assignment to auto-compute a unique(ish), human-readable DOM form control names from the d2wContext for Selenium, CSS, Ajax, Javascript, etc.
|
class |
ERDDefaultIDAssignment
An assignment to auto-compute a unique(ish), human-readable DOM ids from the d2wContext for Selenium, CSS, Ajax, Javascript, etc.
|
class |
ERDDefaultModelAssignment
A bunch of methods used for pulling default values from EOModels.
Provides defaults for the following keys: smartAttribute
smartRelationship
smartDefaultRows
smartDefaultAttributeWidth
entity
dummyEntity
destinationEntity
entityForControllerName
entityForPageConfiguration
sortKeyForList
|
class |
ERDDefaultsEmbeddedAssignment
This assignment calculates default values for
embedded page configurations.
|
Modifier and Type | Class and Description |
---|---|
class |
ERDDelayedBooleanAssignment
Takes a condition and evalutaes this condition everytime the rule is asked for.
|
class |
ERDDelayedConditionalAssignment
DelayedConditionalAssignment expects a value dictionary that contains the
following keys:
- qualifierFormat (see EOQualifier for more info)
- args: the arguments used by the qualifier format
- trueValue: the value used if the condition returns true
- falseValue: the value used if the condition returns false
To specify a null value for true and false values simply ommit the
corresponding key.
|
class |
ERDDelayedKeyValueAssignment
This is an implementation of the KeyValueAssignment
implemented as a
ERDDelayedAssignment . |
class |
ERDDelayedSelectorInvocationAssignment
Similar in nature to a key-value assignment, but allows you to construct arbitrary method invocations to
resolve rules.
|
class |
ERDDelayedSwitchAssignment |
Modifier and Type | Class and Description |
---|---|
class |
ERMDAjaxUpdateAssignment
Simple assignment that checks whether a property is to be observed for
changes or is dependent on another property.
|
Modifier and Type | Class and Description |
---|---|
class |
ERMDDefaultActionAssignment
Custom default action assignment class to return the left actions in their correct
order
|
class |
ERMDDefaultConfigurationNameAssignment
This assignment calculates default page configuration
names for the current entity in the context.
|
class |
ERMDDefaultCSSAssignment
Assignment class to generate the default CSS class and id values used by the ERModernLook.
|
Copyright © 2002 – 2024 Project Wonder.