public class Plugin extends UISchema
| Modifier and Type | Class and Description |
|---|---|
static class |
Plugin.Flavor |
name, parentName, treeElements| Constructor and Description |
|---|
Plugin(String name,
UISchema parent,
String pluginType) |
| Modifier and Type | Method and Description |
|---|---|
Entity |
getEntity() |
Plugin.Flavor |
getFlavor() |
String |
getPluginType() |
boolean |
getReadOnly() |
Record |
getRecord() |
org.molgenis.model.elements.UISchema.Type |
getType() |
void |
setEntity(Entity entity) |
void |
setPluginMethod(Plugin.Flavor pluginMethod) |
void |
setPluginType(String pluginType) |
void |
setReadOnly(boolean readonly) |
void |
setRecord(Record record) |
String |
toString()
Print the tree.
|
getAllForms, getAllUniqueGroups, getCanonicalClassName, getClassName, getCompleteSchema, getForms, getGroup, getGroupRead, getLabel, getMenus, getNamespace, getPackageName, getPathName, getPlugins, getTrees, getVelocityName, setGroup, setGroupRead, setLabel, setNamespaceget, getAllChildren, getAllChildren, getChild, getChildren, getName, getParent, getPath, getRoot, getStringValue, getTreeElements, getValue, hasChildren, hasParent, remove, setName, setName, setParent, setValue, toString, toStringpublic org.molgenis.model.elements.UISchema.Type getType()
public void setEntity(Entity entity)
public Entity getEntity()
public void setRecord(Record record)
public Record getRecord()
public void setReadOnly(boolean readonly)
public boolean getReadOnly()
public String getPluginType()
public void setPluginType(String pluginType)
public Plugin.Flavor getFlavor()
public void setPluginMethod(Plugin.Flavor pluginMethod)
Copyright © 2015. All Rights Reserved.