| Modifier and Type | Method and Description |
|---|---|
void |
DataModelerScreenViewImpl.setContext(DataModelerContext context) |
void |
DataModelerScreenPresenter.DataModelerScreenView.setContext(DataModelerContext context) |
| Modifier and Type | Field and Description |
|---|---|
protected DataModelerContext |
AbstractDataModelCommand.context |
| Modifier and Type | Method and Description |
|---|---|
DataModelerContext |
AbstractDataModelCommand.getContext() |
| Modifier and Type | Method and Description |
|---|---|
AddPropertyCommand |
DataModelCommandBuilder.buildAddPropertyCommand(DataModelerContext context,
String source,
DataObject dataObject,
String propertyName,
String propertyLabel,
String propertyType,
Boolean isMultiple) |
FieldTypeChangeCommand |
DataModelCommandBuilder.buildChangeTypeCommand(DataModelerContext context,
String source,
DataObject dataObject,
ObjectProperty field,
String newType,
boolean multiple) |
DataObjectAddOrRemoveAnnotationCommand |
DataModelCommandBuilder.buildDataObjectAddOrRemoveAnnotationCommand(DataModelerContext context,
String source,
DataObject dataObject,
String annotationClassName,
boolean doAdd) |
DataObjectAnnotationValueChangeCommand |
DataModelCommandBuilder.buildDataObjectAnnotationValueChangeCommand(DataModelerContext context,
String source,
DataObject dataObject,
String annotationClassName,
String valuePair,
Object newValue,
boolean removeIfNull) |
DataObjectRemoveAnnotationCommand |
DataModelCommandBuilder.buildDataObjectRemoveAnnotationCommand(DataModelerContext context,
String source,
DataObject dataObject,
String annotationClassName) |
FieldAddOrRemoveAnnotationCommand |
DataModelCommandBuilder.buildFieldAddOrRemoveAnnotationCommand(DataModelerContext context,
String source,
DataObject dataObject,
ObjectProperty field,
String annotationClassName,
boolean doAdd) |
FieldAddAnnotationCommand |
DataModelCommandBuilder.buildFieldAnnotationAddCommand(DataModelerContext context,
String source,
DataObject dataObject,
ObjectProperty field,
Annotation annotation) |
FieldAddAnnotationCommand |
DataModelCommandBuilder.buildFieldAnnotationAddCommand(DataModelerContext context,
String source,
DataObject dataObject,
ObjectProperty field,
String annotationClassName) |
FieldAddAnnotationCommand |
DataModelCommandBuilder.buildFieldAnnotationAddCommand(DataModelerContext context,
String source,
DataObject dataObject,
ObjectProperty field,
String annotationClassName,
List<ValuePair> valuePairs) |
FieldRemoveAnnotationCommand |
DataModelCommandBuilder.buildFieldAnnotationRemoveCommand(DataModelerContext context,
String source,
DataObject dataObject,
ObjectProperty field,
String annotationClassName) |
FieldAnnotationValueChangeCommand |
DataModelCommandBuilder.buildFieldAnnotationValueChangeCommand(DataModelerContext context,
String source,
DataObject dataObject,
ObjectProperty field,
String annotationClassName,
String valuePair,
Object newValue,
boolean removeIfNull) |
void |
DataModelChangeNotifier.notifyFieldChange(ChangeType changeType,
DataModelerContext context,
String source,
DataObject dataObject,
ObjectProperty field,
String annotationClassName,
String memberName,
Object oldValue,
Object newValue) |
protected void |
AbstractDataModelCommand.notifyFieldChange(ChangeType changeType,
DataModelerContext context,
String source,
DataObject dataObject,
ObjectProperty field,
String annotationClassName,
String memberName,
Object oldValue,
Object newValue) |
void |
DataModelChangeNotifier.notifyObjectChange(ChangeType changeType,
DataModelerContext context,
String source,
DataObject dataObject,
String annotationClassName,
String memberName,
Object oldValue,
Object newValue) |
protected void |
AbstractDataModelCommand.notifyObjectChange(ChangeType changeType,
DataModelerContext context,
String source,
DataObject dataObject,
String annotationClassName,
String memberName,
Object oldValue,
Object newValue) |
void |
AbstractDataModelCommand.setContext(DataModelerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidatorService.canExtend(DataModelerContext context,
String siblingCandidateName,
String parentCandidateName,
org.uberfire.ext.editor.commons.client.validation.ValidatorCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
DataModelerContext |
DataObjectBrowser.getContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataObjectBrowser.setContext(DataModelerContext context) |
| Modifier and Type | Field and Description |
|---|---|
protected DataModelerContext |
BaseEditor.context |
protected DataModelerContext |
BaseDomainEditor.context |
| Modifier and Type | Method and Description |
|---|---|
DataModelerContext |
DomainEditorContainer.getContext() |
DataModelerContext |
BaseEditor.getContext() |
DataModelerContext |
BaseDomainEditor.getContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
DomainEditorContainer.setContext(DataModelerContext context) |
void |
DomainEditor.setContext(DataModelerContext context) |
void |
BaseEditor.setContext(DataModelerContext context) |
void |
BaseDomainEditor.setContext(DataModelerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
MainDataObjectFieldEditor.setContext(DataModelerContext context) |
void |
MainDataObjectEditor.setContext(DataModelerContext context) |
| Modifier and Type | Method and Description |
|---|---|
DataModelerContext |
PackageSelector.getContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
PackageSelector.setContext(DataModelerContext context) |
| Modifier and Type | Method and Description |
|---|---|
DataModelerContext |
SuperclassSelector.getContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
SuperclassSelector.setContext(DataModelerContext context) |
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.