
Public Member Functions | |
| void | awake () |
| ERDQueryIsContainedInArray (WOContext context) | |
| Object | restrictedChoiceList () |
| boolean | synchronizesVariablesWithBindings () |
Static Private Attributes | |
| static final Logger | log = Logger.getLogger(ERDQueryIsContainedInArray.class) |
displayGroup displayGroup to set the queryMatch in (queryOperator = isContainedInArray) key relationship key ("school") destinationEntityName name of the destination entity ("School") restrictedChoiceKey keypath returning an array of preselections (session.user.district.schools) restrictingFetchSpecification name of a fetchspec (elementarySchoools) keyWhenRelationship display key for destination ("name"->school.name) sortOrderAttributeName sort key for destination ("name"->school.name) toManyUIStyle "browser" or "checkbox" numCols number of columns when "checkbox" is the UIStyle size number of rows for "checkbox" or "browser" UIStyle
| ERDQueryIsContainedInArray | ( | WOContext | context | ) |
Public constructor
| context | the context |
| void awake | ( | ) |
| Object restrictedChoiceList | ( | ) |
| boolean synchronizesVariablesWithBindings | ( | ) |
component does not synchronize it's variables
Reimplemented from ERDCustomComponent.
final Logger log = Logger.getLogger(ERDQueryIsContainedInArray.class) [static, private] |
logging support
Reimplemented from ERDCustomQueryComponent.
1.5.8