public class Form extends UISchema
| Modifier and Type | Class and Description |
|---|---|
static class |
Form.SortOrder |
static class |
Form.ViewType |
name, parentName, treeElementsgetAllForms, 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 String getHeader()
public void setHeader(String header)
public String getDescription()
public void setDescription(String description)
public Record getRecord()
public void setReadOnly(boolean readonly)
public boolean getReadOnly()
public void setLimit(int limit)
public int getLimit()
public void setViewType(Form.ViewType viewtype)
public Form.ViewType getViewType()
public boolean isFilter()
public void setFilter(boolean filter)
public String getFilterfield()
public void setFilterfield(String filterfield)
public String getFiltertype()
public void setFiltertype(String filtertype)
public String getFiltervalue()
public void setFiltervalue(String filtervalue)
public boolean isEmbedchild()
public void setEmbedchild(boolean embedchild)
public String getEmbedfields()
public void setEmbedfields(String embedfields)
public String getEmbedkeyfield()
public void setEmbedkeyfield(String embedkeyfield)
public String getEmbedchildname()
public void setEmbedchildname(String embedchildname)
public boolean isEmbedparent()
public void setEmbedparent(boolean embedparent)
public String getEmbedchildfield()
public void setEmbedchildfield(String embedchildfield)
public String getEmbedparentfield()
public void setEmbedparentfield(String embedparentfield)
public String getEmbedparentname()
public void setEmbedparentname(String embedparentname)
public String getSortby()
public void setSortby(String sortby)
public Form.SortOrder getSortorder()
public void setSortorder(Form.SortOrder sortorder)
Copyright © 2015. All Rights Reserved.