Modifier and Type | Method and Description |
---|---|
static UniqueSetting |
UniqueSetting.createSetting(org.eclipse.emf.ecore.EObject eObject,
org.eclipse.emf.ecore.EStructuralFeature attribute)
Convenience method for creating a setting.
|
static UniqueSetting |
UniqueSetting.createSetting(org.eclipse.emf.ecore.EStructuralFeature.Setting setting)
Convenience method for creating a setting.
|
Modifier and Type | Method and Description |
---|---|
Set<VElement> |
ViewModelContextImpl.getControlsFor(UniqueSetting setting)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Set<UniqueSetting> |
AndConditionService.getConditionSettings(AndCondition condition,
org.eclipse.emf.ecore.EObject domainModel) |
Set<UniqueSetting> |
ConditionServiceManager.getConditionSettings(Condition condition,
org.eclipse.emf.ecore.EObject domainModel)
Returns the conditionSetting for a condition and the corresponding domain model.
|
Set<UniqueSetting> |
ConditionServiceManagerImpl.getConditionSettings(Condition condition,
org.eclipse.emf.ecore.EObject domainModel)
Returns the conditionSetting for a condition and the corresponding domain model.
|
Set<UniqueSetting> |
FalseConditionService.getConditionSettings(False condition,
org.eclipse.emf.ecore.EObject domainModel) |
Set<UniqueSetting> |
IsProxyConditionService.getConditionSettings(IsProxyCondition condition,
org.eclipse.emf.ecore.EObject domainModel) |
Set<UniqueSetting> |
IterateConditionService.getConditionSettings(IterateCondition condition,
org.eclipse.emf.ecore.EObject domainModel) |
Set<UniqueSetting> |
LeafConditionService.getConditionSettings(LeafCondition condition,
org.eclipse.emf.ecore.EObject domainModel) |
Set<UniqueSetting> |
OrConditionService.getConditionSettings(OrCondition condition,
org.eclipse.emf.ecore.EObject domainModel) |
Set<UniqueSetting> |
TrueConditionService.getConditionSettings(True condition,
org.eclipse.emf.ecore.EObject domainModel) |
Set<UniqueSetting> |
RuleRegistry.getSettings()
Returns the settings of this registry.
|
Set<UniqueSetting> |
RuleRegistry.register(VElement renderable,
T rule,
Condition condition,
org.eclipse.emf.ecore.EObject domainModel)
|
Modifier and Type | Method and Description |
---|---|
Map<T,VElement> |
RuleRegistry.getAffectedRenderables(UniqueSetting setting)
Returns all rules that would be affected if the value of given setting is changed.
|
Map<VElement,Boolean> |
RuleService.getDisabledRenderables(Map<org.eclipse.emf.ecore.EStructuralFeature.Setting,Object> possibleValues,
UniqueSetting setting)
Returns all
VElement s, that would we disabled if possibleValues would be set for the given
setting s. |
Map<VElement,Boolean> |
RuleService.getHiddenRenderables(Map<org.eclipse.emf.ecore.EStructuralFeature.Setting,Object> possibleValues,
UniqueSetting setting)
|
Modifier and Type | Method and Description |
---|---|
Set<VElement> |
ViewModelContext.getControlsFor(UniqueSetting setting)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Set<UniqueSetting> |
CustomDMRMappingProvider.getMappingFor(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject domainObject)
Returns the mapping of
UniqueSettings to their sets of VDomainModelReference for a
given VDomainModelReference and domain object . |
Modifier and Type | Method and Description |
---|---|
Set<UniqueSetting> |
ConditionService.getConditionSettings(T condition,
org.eclipse.emf.ecore.EObject domainModel)
The set of
UniqueSetting that are relevant for the provided condition and domain model. |
Modifier and Type | Method and Description |
---|---|
Set<UniqueSetting> |
SettingToControlMapperImpl.getSettingsForControl(VControl control) |
Modifier and Type | Method and Description |
---|---|
Set<VElement> |
SettingToControlMapperImpl.getControlsFor(UniqueSetting setting)
Returns all controls which are associated with the provided
UniqueSetting . |
Modifier and Type | Method and Description |
---|---|
Set<UniqueSetting> |
EMFFormsMappingProviderManagerImpl.getAllSettingsFor(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject domainObject)
Retrieve all settings for a given domainModelReference and domain object.
|
Modifier and Type | Method and Description |
---|---|
Set<UniqueSetting> |
EMFFormsMappingProviderDefaultHeuristic.getMappingFor(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject domainObject)
Returns the mapping of
UniqueSettings to their sets of VDomainModelReference for a
given VDomainModelReference and domain object . |
Modifier and Type | Method and Description |
---|---|
Set<UniqueSetting> |
EMFFormsMappingProviderTable.getMappingFor(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject domainObject)
Returns the mapping of
UniqueSettings to their sets of VDomainModelReference for a
given VDomainModelReference and domain object . |
Modifier and Type | Method and Description |
---|---|
Set<VElement> |
EMFFormsSpreadsheetViewModelContext.getControlsFor(UniqueSetting setting)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Set<UniqueSetting> |
EMFFormsSettingToControlMapper.getSettingsForControl(VControl control)
Returns a collection of all settings for the given control.
|
Modifier and Type | Method and Description |
---|---|
Set<VElement> |
EMFFormsSettingToControlMapper.getControlsFor(UniqueSetting setting)
Returns all controls which are associated with the provided
UniqueSetting . |
Modifier and Type | Method and Description |
---|---|
Set<UniqueSetting> |
EMFFormsMappingProviderManager.getAllSettingsFor(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject domainObject)
Retrieve all settings for a given domainModelReference and domain object.
|
Set<UniqueSetting> |
EMFFormsMappingProvider.getMappingFor(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject domainObject)
Returns the mapping of
UniqueSettings to their sets of VDomainModelReference for a
given VDomainModelReference and domain object . |
Copyright © 2018. All rights reserved.