@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited @Repeatable(value=UIEditors.class) public @interface UIEditor
| Modifier and Type | Optional Element and Description |
|---|---|
UIEditorSection[] |
containers |
int |
heigh |
UIEditorPanel[] |
tabContainers |
String |
viewName |
int |
width |
public abstract String viewName
public abstract UIEditorPanel[] tabContainers
public abstract UIEditorSection[] containers
Copyright © 2018. All rights reserved.