com.evolveum.midpoint.web.component.prism
Class PropertyWrapper

java.lang.Object
  extended by 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

Constructor Summary
PropertyWrapper(ContainerWrapper container, PrismProperty property, ValueStatus status)
           
 
Method Summary
 void addValue()
           
 ValueWrapper createValue()
           
 String getDisplayName()
           
 PrismProperty getItem()
           
 ValueStatus getStatus()
           
 List<ValueWrapper> getValues()
           
 boolean isReadonly()
           
 void setDisplayName(String displayName)
           
 void setReadonly(boolean readonly)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyWrapper

public PropertyWrapper(ContainerWrapper container,
                       PrismProperty property,
                       ValueStatus status)
Method Detail

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.