com.evolveum.midpoint.web.component.prism
Class PropertyWrapper
java.lang.Object
com.evolveum.midpoint.web.component.prism.PropertyWrapper
- All Implemented Interfaces:
- ItemWrapper, Serializable
public class PropertyWrapper
- extends Object
- implements ItemWrapper, Serializable
- Author:
- lazyman
- See Also:
- Serialized Form
PropertyWrapper
public PropertyWrapper(ContainerWrapper container,
PrismProperty property,
ValueStatus status)
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interface ItemWrapper
setDisplayName
public void setDisplayName(String displayName)
- Specified by:
setDisplayName
in interface ItemWrapper
getStatus
public ValueStatus getStatus()
getValues
public List<ValueWrapper> getValues()
getItem
public PrismProperty getItem()
- Specified by:
getItem
in interface ItemWrapper
addValue
public void addValue()
createValue
public ValueWrapper createValue()
toString
public String toString()
- Overrides:
toString
in class Object
isReadonly
public boolean isReadonly()
setReadonly
public void setReadonly(boolean readonly)
Copyright © 2013 evolveum. All Rights Reserved.