public class EntityEditorDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
Integer |
heigh |
EditorPanelDTO[] |
panels |
EditorSectionDTO[] |
rootSections |
Integer |
width |
| Constructor and Description |
|---|
EntityEditorDTO(Integer width,
Integer heigh,
EditorPanelDTO[] tabContainers,
EditorSectionDTO[] rootSections) |
| Modifier and Type | Method and Description |
|---|---|
EntityEditorDTO |
merge(EntityEditorDTO dfl) |
public final Integer width
public final Integer heigh
public final EditorPanelDTO[] panels
public final EditorSectionDTO[] rootSections
public EntityEditorDTO(Integer width, Integer heigh, EditorPanelDTO[] tabContainers, EditorSectionDTO[] rootSections)
public EntityEditorDTO merge(EntityEditorDTO dfl)
Copyright © 2018. All rights reserved.