public class PropertyWrapper extends Object implements ItemWrapper, Serializable
Constructor and Description |
---|
PropertyWrapper(ContainerWrapper container,
PrismProperty property,
boolean readonly,
ValueStatus status) |
Modifier and Type | Method and Description |
---|---|
void |
addValue() |
ValueWrapper |
createValue() |
String |
getDisplayName() |
PrismProperty |
getItem() |
protected PrismPropertyDefinition |
getItemDefinition() |
ValueStatus |
getStatus() |
List<ValueWrapper> |
getValues() |
boolean |
isReadonly() |
boolean |
isVisible() |
void |
revive(PrismContext prismContext) |
void |
setDisplayName(String displayName) |
void |
setReadonly(boolean readonly) |
String |
toString() |
public PropertyWrapper(ContainerWrapper container, PrismProperty property, boolean readonly, ValueStatus status)
public void revive(PrismContext prismContext) throws SchemaException
revive
in interface Revivable
SchemaException
protected PrismPropertyDefinition getItemDefinition()
public boolean isVisible()
public String getDisplayName()
getDisplayName
in interface ItemWrapper
public void setDisplayName(String displayName)
setDisplayName
in interface ItemWrapper
public ValueStatus getStatus()
public List<ValueWrapper> getValues()
public PrismProperty getItem()
getItem
in interface ItemWrapper
public void addValue()
public ValueWrapper createValue()
public boolean isReadonly()
public void setReadonly(boolean readonly)
Copyright © 2015 evolveum. All rights reserved.