public interface ItemWrapper extends Revivable, DebugDumpable
INDENT_STRING
Modifier and Type | Method and Description |
---|---|
void |
addValue() |
ContainerWrapper |
getContainer() |
String |
getDisplayName() |
Item |
getItem() |
ItemDefinition |
getItemDefinition() |
List<ValueWrapper> |
getValues() |
boolean |
hasChanged() |
boolean |
isReadonly() |
boolean |
isVisible() |
void |
setDisplayName(String name) |
debugDump, debugDump
String getDisplayName()
void setDisplayName(String name)
Item getItem()
ItemDefinition getItemDefinition()
boolean isReadonly()
boolean hasChanged()
List<ValueWrapper> getValues()
boolean isVisible()
ContainerWrapper getContainer()
void addValue()
Copyright © 2015 evolveum. All rights reserved.