Class VisualizationDto
java.lang.Object
com.evolveum.midpoint.web.component.prism.show.VisualizationDto
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
minimized is NOT included in equality check - because the VisualizationDto's are compared in order to determine whether they should be redrawn (i.e.getItems()
getName()
@NotNull Visualization
int
hashCode()
boolean
boolean
boolean
boolean
boolean
boolean
isSorted()
boolean
void
setBoxClassOverride
(String boxClassOverride) void
setMinimized
(boolean minimized) void
setNameOverwrite
(PolyString nameOverwrite) void
setSorted
(boolean sorted)
-
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()
-