public class AdjustFieldDefaultRelationsCommand extends AbstractDataModelCommand
| Modifier and Type | Field and Description |
|---|---|
protected ObjectProperty |
field |
protected AbstractDataModelCommand |
previousCommand |
annotationClassName, context, dataObject, newValue, notifier, removeAnnotationIfValueIsNull, source, valuePair, valuePairs| Constructor and Description |
|---|
AdjustFieldDefaultRelationsCommand(AbstractDataModelCommand previousCommand,
String source,
ObjectProperty field,
DataModelChangeNotifier notifier,
DataModelCommandBuilder commandBuilder) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
ObjectProperty |
getField() |
AbstractDataModelCommand |
getPreviousCommand() |
void |
setField(ObjectProperty field) |
void |
setPreviousCommand(AbstractDataModelCommand previousCommand) |
getAnnotationClassName, getContext, getDataObject, getNewValue, getSource, getValuePair, isRemoveAnnotationIfValueIsNull, notifyChange, notifyFieldChange, notifyObjectChange, setAnnotationClassName, setContext, setDataObject, setNewValue, setRemoveAnnotationIfValueIsNull, setSource, setValuePair, withValuePair, withValuePairprotected ObjectProperty field
protected AbstractDataModelCommand previousCommand
public AdjustFieldDefaultRelationsCommand(AbstractDataModelCommand previousCommand, String source, ObjectProperty field, DataModelChangeNotifier notifier, DataModelCommandBuilder commandBuilder)
public ObjectProperty getField()
public void setField(ObjectProperty field)
public AbstractDataModelCommand getPreviousCommand()
public void setPreviousCommand(AbstractDataModelCommand previousCommand)
public void execute()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.