| Package | Description |
|---|---|
| org.molgenis.model.elements |
Currently known model elements like 'entity' and 'field'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Form |
class |
Menu
Describes a menu-element in the user-interface.
|
class |
Plugin |
class |
Tree |
| Modifier and Type | Method and Description |
|---|---|
UISchema |
Model.getUserinterface() |
| Modifier and Type | Method and Description |
|---|---|
List<UISchema> |
UISchema.getCompleteSchema() |
| Constructor and Description |
|---|
Form(String name,
UISchema parent) |
Menu(String name,
UISchema parent) |
Plugin(String name,
UISchema parent,
String pluginType) |
Tree(String name,
UISchema parent,
String parentField,
String idField,
String labelField) |
UISchema(String name,
UISchema parent)
The standard constructor, which links the object in the tree (with the parent parameter).
|
Copyright © 2015. All Rights Reserved.