public class EntityEditorBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
Integer |
heigh |
HashMap<String,EntityEditorPanelBuilder> |
panelBuilders |
List<EntityEditorSectionBuilder> |
scBuilders |
Integer |
width |
| Constructor and Description |
|---|
EntityEditorBuilder() |
| Modifier and Type | Method and Description |
|---|---|
net.inveed.gwt.editor.shared.EntityEditorDTO |
build() |
EntityEditorPanelBuilder |
getPanel(String name) |
void |
registerAnnotation(UIEditor e) |
void |
registerAnnotation(UIEditorPanel a) |
void |
registerAnnotation(UIEditorSection a) |
public Integer width
public Integer heigh
public final List<EntityEditorSectionBuilder> scBuilders
public final HashMap<String,EntityEditorPanelBuilder> panelBuilders
public void registerAnnotation(UIEditorPanel a)
public EntityEditorPanelBuilder getPanel(String name)
public void registerAnnotation(UIEditorSection a)
public void registerAnnotation(UIEditor e)
public net.inveed.gwt.editor.shared.EntityEditorDTO build()
Copyright © 2018. All rights reserved.