Class UserInterfaceFeatureType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.UserInterfaceFeatureType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
- Direct Known Subclasses:
ConfigurableUserDashboardType
,ContainerPanelConfigurationType
,DashboardWidgetType
,GuiObjectListPanelConfigurationType
,IndirectSearchItemConfigurationType
,ObjectTypeSearchItemConfigurationType
,RelationSearchItemConfigurationType
,ScopeSearchItemConfigurationType
,VirtualContainersSpecificationType
public class UserInterfaceFeatureType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Defines properties of a specific user interface feature (e.g. button, button set, widget, etc.)- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.Any
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_APPLICABLE_FOR_OPERATION
static ItemName
F_DESCRIPTION
static ItemName
F_DISPLAY
static ItemName
F_DISPLAY_ORDER
static ItemName
F_DOCUMENTATION
static ItemName
F_IDENTIFIER
static ItemName
F_VISIBILITY
static Producer<UserInterfaceFeatureType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description UserInterfaceFeatureType()
UserInterfaceFeatureType(PrismContext context)
Deprecated.
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump, freeze, isImmutable
-
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_IDENTIFIER
public static final ItemName F_IDENTIFIER
-
F_DESCRIPTION
public static final ItemName F_DESCRIPTION
-
F_DOCUMENTATION
public static final ItemName F_DOCUMENTATION
-
F_DISPLAY
public static final ItemName F_DISPLAY
-
F_VISIBILITY
public static final ItemName F_VISIBILITY
-
F_DISPLAY_ORDER
public static final ItemName F_DISPLAY_ORDER
-
F_APPLICABLE_FOR_OPERATION
public static final ItemName F_APPLICABLE_FOR_OPERATION
-
FACTORY
public static final Producer<UserInterfaceFeatureType> FACTORY
-
-
Constructor Detail
-
UserInterfaceFeatureType
public UserInterfaceFeatureType()
-
UserInterfaceFeatureType
@Deprecated public UserInterfaceFeatureType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getIdentifier
public String getIdentifier()
-
setIdentifier
public void setIdentifier(String value)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String value)
-
getDocumentation
public String getDocumentation()
-
setDocumentation
public void setDocumentation(String value)
-
getDisplay
public DisplayType getDisplay()
-
setDisplay
public void setDisplay(DisplayType value)
-
getVisibility
public UserInterfaceElementVisibilityType getVisibility()
-
setVisibility
public void setVisibility(UserInterfaceElementVisibilityType value)
-
getDisplayOrder
public Integer getDisplayOrder()
-
setDisplayOrder
public void setDisplayOrder(Integer value)
-
getApplicableForOperation
public OperationTypeType getApplicableForOperation()
-
setApplicableForOperation
public void setApplicableForOperation(OperationTypeType value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public UserInterfaceFeatureType id(Long value)
-
identifier
public UserInterfaceFeatureType identifier(String value)
-
description
public UserInterfaceFeatureType description(String value)
-
documentation
public UserInterfaceFeatureType documentation(String value)
-
display
public UserInterfaceFeatureType display(DisplayType value)
-
beginDisplay
public DisplayType beginDisplay()
-
visibility
public UserInterfaceFeatureType visibility(UserInterfaceElementVisibilityType value)
-
displayOrder
public UserInterfaceFeatureType displayOrder(Integer value)
-
applicableForOperation
public UserInterfaceFeatureType applicableForOperation(OperationTypeType value)
-
end
public <X> X end()
-
clone
public UserInterfaceFeatureType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-