|
Project Wonder 5.0 | |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ERDComputingAssignmentInterface | |
---|---|
er.directtoweb.assignments | |
er.directtoweb.assignments.defaults | |
er.directtoweb.assignments.delayed | |
er.modern.directtoweb.assignments.defaults |
Uses of ERDComputingAssignmentInterface in er.directtoweb.assignments |
---|
Classes in er.directtoweb.assignments that implement ERDComputingAssignmentInterface | |
---|---|
class |
ERDAssignment
Abstact super class of most assignments found in the ERDirectToWeb framework. |
class |
ERDConfigurationAssignment
Deprecated. use ERDDefaultConfigurationNameAssignment |
class |
ERDEntityAssignment
Deprecated. use a ERDKeyValueAssignment to a ERDDefaultModelAssigmentwith key entityForPageConfiguration instead |
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 |
ERDRelationshipSortAssignment
Deprecated. use ERDDefaultModelAssignment |
class |
ERDSmartAttributeAssignment
Deprecated. use ERDDefaultModelAssignment |
class |
ERDSmartRelationshipAssignment
Deprecated. use ERDDefaultModelAssignment |
class |
ERDSortedManyToManyAssignment
|
class |
ERDTabConfigurationAssignment
Deprecated. use ERDDefaultConfigurationNameAssignment with key inspectTabConfigurationName |
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. |
Uses of ERDComputingAssignmentInterface in er.directtoweb.assignments.defaults |
---|
Classes in er.directtoweb.assignments.defaults that implement ERDComputingAssignmentInterface | |
---|---|
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 |
ERDDefaultCancelCreationMessageAssignment
Deprecated. use ERDLocalizedAssignment |
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 |
ERDDefaultEntityNameAssignment
Deprecated. for entityName, use ERDDefaultsAssigment, for displayNameForEntity and displayNameForDestinationEntity use ERDDefaultDisplayNameAssigment |
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 |
ERDDefaultPropertyNameAssignment
Deprecated. use ERDDefaultDisplayNameAssignment |
class |
ERDDefaultsAssignment
Deprecated. use ERDDefaultModelAssignment |
class |
ERDDefaultsEmbeddedAssignment
This assignment calculates default values for embedded page configurations. |
Uses of ERDComputingAssignmentInterface in er.directtoweb.assignments.delayed |
---|
Classes in er.directtoweb.assignments.delayed that implement ERDComputingAssignmentInterface | |
---|---|
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
|
Uses of ERDComputingAssignmentInterface in er.modern.directtoweb.assignments.defaults |
---|
Classes in er.modern.directtoweb.assignments.defaults that implement ERDComputingAssignmentInterface | |
---|---|
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. |
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV NEXT | FRAMES NO FRAMES |