public class EntityPropertyBase extends EntityPropertyCore
Constructor and Description |
---|
EntityPropertyBase(String name,
Class type,
Entity owner)
Creates an instance of the
EntityProperty class with the provided arguments. |
Modifier and Type | Method and Description |
---|---|
boolean |
getReadOnly() |
addCommitListener, addOnChangedListener, addValidationCompletedListener, commit, getColumnPosition, getColumnSpan, getConverter, getCoreEditorLayoutId, getCustomMetadata, getEditorLayoutId, getEditorParams, getEditorType, getEnumConstants, getGroupName, getHeader, getHeaderLayoutId, getHintText, getImageResource, getOwner, getPosition, getRequired, getSkip, getValidationLayoutId, getValidator, getValue, getValueCandidate, getViewerType, isTypePrimitive, isValid, name, onPropertyChanged, onValidationResult, onValidationStarted, readMetadata, removeCommitListener, removeOnChangedListener, removeValidationCompletedListener, setColumnPosition, setColumnSpan, setConverter, setCoreEditorLayoutId, setCustomMetadata, setEditorLayoutId, setEditorParams, setEditorType, setGroupName, setHeader, setHeaderLayoutId, setHintText, setImageResource, setPosition, setReadOnly, setRequired, setSkip, setValidationLayoutId, setValidator, setValueCandidate, setViewerType, tryCommit, type, updateValues, validate
public EntityPropertyBase(String name, Class type, Entity owner)
EntityProperty
class with the provided arguments.name
- the name of the property.type
- the type of the propertyowner
- the owner Entity
to which the property belongs.public boolean getReadOnly()
getReadOnly
in interface EntityProperty
getReadOnly
in class EntityPropertyCore