Class VisualizationDto
java.lang.Object
com.evolveum.midpoint.web.component.prism.show.VisualizationDto
- All Implemented Interfaces:
DebugDumpable,Serializable
- See Also:
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleandebugDump(int indent) booleanminimized is NOT included in equality check - because the VisualizationDto's are compared in order to determine whether they should be redrawn (i.e. their content is important, not the presentation)getItems()getName()@NotNull VisualizationinthashCode()booleanbooleanbooleanbooleanbooleanbooleanisSorted()booleanvoidsetBoxClassOverride(String boxClassOverride) voidsetMinimized(boolean minimized) voidsetNameOverwrite(PolyString nameOverwrite) voidsetSorted(boolean sorted) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Constructor Details
-
VisualizationDto
-
-
Method Details
-
getVisualization
-
isMinimized
public boolean isMinimized() -
setMinimized
public void setMinimized(boolean minimized) -
setNameOverwrite
-
getPartialVisualizations
-
getItems
-
getName
-
getDescription
-
getChangeType
-
containsDeltaItems
public boolean containsDeltaItems() -
isWrapper
public boolean isWrapper() -
getBoxClassOverride
-
setBoxClassOverride
-
isSorted
public boolean isSorted() -
setSorted
public void setSorted(boolean sorted) -
hasNonOperationalContent
public boolean hasNonOperationalContent() -
hasOperationalContent
public boolean hasOperationalContent() -
hasNonOperationalItems
public boolean hasNonOperationalItems() -
hasOperationalItems
public boolean hasOperationalItems() -
equals
minimized is NOT included in equality check - because the VisualizationDto's are compared in order to determine whether they should be redrawn (i.e. their content is important, not the presentation) -
hashCode
public int hashCode() -
debugDump
- Specified by:
debugDumpin interfaceDebugDumpable
-