Class SceneDto
- java.lang.Object
-
- com.evolveum.midpoint.web.component.prism.show.SceneDto
-
- All Implemented Interfaces:
Serializable
public class SceneDto extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
F_CHANGE_TYPE
static String
F_DESCRIPTION
static String
F_ITEMS
static String
F_OBJECT_TYPE
static String
F_PARTIAL_SCENES
static String
F_SORTED
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
applyFoldingFrom(@NotNull SceneDto source)
boolean
containsDeltaItems()
boolean
equals(Object o)
String
getBoxClassOverride()
ChangeType
getChangeType()
String
getDescription(org.apache.wicket.Component component)
List<SceneItemDto>
getItems()
String
getName(org.apache.wicket.Component component)
List<SceneDto>
getPartialScenes()
Scene
getScene()
int
hashCode()
boolean
isMinimized()
boolean
isSorted()
boolean
isWrapper()
void
setBoxClassOverride(String boxClassOverride)
void
setMinimized(boolean minimized)
void
setSorted(boolean sorted)
-
-
-
Field Detail
-
F_CHANGE_TYPE
public static final String F_CHANGE_TYPE
- See Also:
- Constant Field Values
-
F_OBJECT_TYPE
public static final String F_OBJECT_TYPE
- See Also:
- Constant Field Values
-
F_DESCRIPTION
public static final String F_DESCRIPTION
- See Also:
- Constant Field Values
-
F_ITEMS
public static final String F_ITEMS
- See Also:
- Constant Field Values
-
F_PARTIAL_SCENES
public static final String F_PARTIAL_SCENES
- See Also:
- Constant Field Values
-
F_SORTED
public static final String F_SORTED
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SceneDto
public SceneDto(@NotNull @NotNull Scene scene)
-
-
Method Detail
-
getScene
public Scene getScene()
-
isMinimized
public boolean isMinimized()
-
setMinimized
public void setMinimized(boolean minimized)
-
getItems
public List<SceneItemDto> getItems()
-
getName
public String getName(org.apache.wicket.Component component)
-
getDescription
public String getDescription(org.apache.wicket.Component component)
-
getChangeType
public ChangeType getChangeType()
-
containsDeltaItems
public boolean containsDeltaItems()
-
isWrapper
public boolean isWrapper()
-
getBoxClassOverride
public String getBoxClassOverride()
-
setBoxClassOverride
public void setBoxClassOverride(String boxClassOverride)
-
isSorted
public boolean isSorted()
-
setSorted
public void setSorted(boolean sorted)
-
applyFoldingFrom
public void applyFoldingFrom(@NotNull @NotNull SceneDto source)
-
-