org.molgenis.ui
Class Samples1FormController
java.lang.Object
org.molgenis.util.SimpleTree<ScreenController<?>>
org.molgenis.framework.ui.SimpleScreenController<FormModel<E>>
org.molgenis.framework.ui.FormController<Sample>
org.molgenis.ui.Samples1FormController
- All Implemented Interfaces:
- Serializable, ScreenController<FormModel<Sample>>, Tree<ScreenController<?>>
public class Samples1FormController
- extends FormController<Sample>
- See Also:
- Serialized Form
| Methods inherited from class org.molgenis.framework.ui.SimpleScreenController |
doResetChildren, getApplicationController, getCustomHtmlBodyOnLoad, getDatabase, getLabel, getModel, getSelected, getTempFile, getViewTemplate, isSelected, render, setModel, setSelected |
| Methods inherited from class org.molgenis.util.SimpleTree |
get, getAllChildren, getAllChildren, getChild, getChildren, getName, getParent, getPath, getRoot, getStringValue, getTreeElements, getValue, hasChildren, hasParent, remove, setName, setName, setParent, setValue, toString, toString, toString |
| Methods inherited from interface org.molgenis.util.Tree |
get, getAllChildren, getAllChildren, getChild, getChildren, getName, getParent, getPath, getRoot, getTreeElements, getValue, hasChildren, hasParent, setParent, setValue, toString, toString |
Samples1FormController
public Samples1FormController()
Samples1FormController
public Samples1FormController(ScreenController<?> parent)
getInputs
public HtmlForm getInputs(Sample entity,
boolean newrecord)
- Specified by:
getInputs in class FormController<Sample>
resetSystemHiddenColumns
public void resetSystemHiddenColumns()
- Specified by:
resetSystemHiddenColumns in class FormController<Sample>
getSearchField
public String getSearchField(String fieldName)
- Specified by:
getSearchField in class FormController<Sample>
getField
public String getField(String searchFieldName)
- Specified by:
getField in class FormController<Sample>
resetCompactView
public void resetCompactView()
- Specified by:
resetCompactView in class FormController<Sample>
getEntityClass
public Class<Sample> getEntityClass()
- Specified by:
getEntityClass in class FormController<Sample>
getHeaders
public Vector<String> getHeaders()
- Specified by:
getHeaders in class FormController<Sample>
Copyright © 2013. All Rights Reserved.