| Package | Description |
|---|---|
| org.molgenis.model.elements |
Currently known model elements like 'entity' and 'field'.
|
| org.molgenis.util |
MOLGENIS supporting utilities
|
| Modifier and Type | Class and Description |
|---|---|
class |
DBSchema
Definition of the base-class for objects in the database schema.
|
class |
Entity
Describes a database-entity (or table).
|
class |
Form |
class |
Matrix |
class |
Menu
Describes a menu-element in the user-interface.
|
class |
Method
Describes an exposable method in the molgenis framework.
|
class |
MethodSchema
A method-schema describes a number of methods, which can be exposed with
something like webservices.
|
class |
Plugin |
class |
Processor
Deprecated.
|
class |
PRSchema
Deprecated.
|
class |
Tree |
class |
UISchema
Definition of the base-class for objects in the user interface schema.
|
class |
View
This class describes an updatable view, which shows two or more entities.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleTree<SimpleTree<?>> |
Field.getXrefLabelTree()
Return a tree wich describes the path to xref labels.
|
SimpleTree<SimpleTree<?>> |
Field.getXrefLabelTree(boolean useJavaNames) |
| Modifier and Type | Method and Description |
|---|---|
SimpleTree<SimpleTree<?>> |
Field.getXrefLabelTree()
Return a tree wich describes the path to xref labels.
|
SimpleTree<SimpleTree<?>> |
Field.getXrefLabelTree(boolean useJavaNames) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Field.getXrefLabelTree(List<String> labels,
SimpleTree<?> parent)
Creates a tree with leafs that match labels and nodes that match entities.
|
protected void |
Field.getXrefLabelTree(List<String> labels,
SimpleTree<?> parent,
boolean useJavaNames)
Creates a tree with leafs that match labels and nodes that match entities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LinkableTree<T extends Tree<T>>
Implementation of a simple tree
|
Copyright © 2015. All Rights Reserved.