public class PropertyConfigurationController
extends java.lang.Object
Constructor and Description |
---|
PropertyConfigurationController(PropertySetConfig target) |
PropertyConfigurationController(PropertySetConfig target,
ConfigurationPropertyModel model) |
PropertyConfigurationController(PropertySetConfig target,
ConfigurationPropertyModel model,
boolean isIntersection,
boolean isNew,
boolean isExtension) |
Modifier and Type | Method and Description |
---|---|
void |
commitChanges()
Applies any outstanding changes to the underlying source.
|
void |
discardChanges() |
PropertySet |
getContextProperties()
Context properties are those that depend on the type of object being edited.
|
ConfigurationPropertyModel |
getModel() |
PropertySetConfig |
getTarget() |
boolean |
isInherited()
Returns whether this tag is inherited from a parent type.
|
boolean |
isIntersection()
Indicates the target is an intersection of multiple tags.
|
boolean |
isNew()
Indicates we are editing a new tag definition.
|
public PropertyConfigurationController(PropertySetConfig target)
public PropertyConfigurationController(PropertySetConfig target, ConfigurationPropertyModel model)
public PropertyConfigurationController(PropertySetConfig target, ConfigurationPropertyModel model, boolean isIntersection, boolean isNew, boolean isExtension)
public ConfigurationPropertyModel getModel()
public PropertySetConfig getTarget()
public boolean isIntersection()
public boolean isNew()
public boolean isInherited()
public void commitChanges()
public void discardChanges()
public PropertySet getContextProperties()