Package | Description |
---|---|
com.evolveum.midpoint.web.component.prism |
Modifier and Type | Method and Description |
---|---|
ValueStatus |
PropertyWrapper.getStatus() |
ValueStatus |
ValueWrapper.getStatus() |
static ValueStatus |
ValueStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueStatus[] |
ValueStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ValueWrapper.setStatus(ValueStatus status) |
Constructor and Description |
---|
PropertyWrapper(ContainerWrapper container,
PrismProperty property,
ValueStatus status) |
ValueWrapper(PropertyWrapper property,
PrismPropertyValue<T> value,
PrismPropertyValue<T> oldValue,
ValueStatus status) |
ValueWrapper(PropertyWrapper property,
PrismPropertyValue<T> value,
ValueStatus status) |
Copyright © 2013 evolveum. All rights reserved.