public class UISchema extends SimpleTree<UISchema>
name, parentName, treeElements| Constructor and Description |
|---|
UISchema(String name,
UISchema parent)
The standard constructor, which links the object in the tree (with the parent parameter).
|
| Modifier and Type | Method and Description |
|---|---|
List<Form> |
getAllForms() |
ArrayList<String> |
getAllUniqueGroups() |
String |
getCanonicalClassName() |
String |
getClassName() |
List<UISchema> |
getCompleteSchema() |
List<Form> |
getForms() |
String |
getGroup() |
String |
getGroupRead() |
String |
getLabel() |
List<Menu> |
getMenus() |
String |
getNamespace() |
String |
getPackageName() |
String |
getPathName() |
Vector<Plugin> |
getPlugins() |
Vector<Tree> |
getTrees() |
org.molgenis.model.elements.UISchema.Type |
getType() |
String |
getVelocityName() |
void |
setGroup(String group) |
void |
setGroupRead(String groupRead) |
void |
setLabel(String label) |
void |
setNamespace(String namespace) |
get, getAllChildren, getAllChildren, getChild, getChildren, getName, getParent, getPath, getRoot, getStringValue, getTreeElements, getValue, hasChildren, hasParent, remove, setName, setName, setParent, setValue, toString, toString, toStringpublic String getPathName()
public String getPackageName()
public String getClassName()
public String getCanonicalClassName()
public String getVelocityName()
public org.molgenis.model.elements.UISchema.Type getType()
public String getLabel()
public void setLabel(String label)
public String getNamespace()
public void setNamespace(String namespace)
public String getGroup()
public void setGroup(String group)
public String getGroupRead()
public void setGroupRead(String groupRead)
Copyright © 2015. All Rights Reserved.