org.molgenis.ui
Class CapturingKitsFormController

java.lang.Object
  extended by org.molgenis.util.SimpleTree<ScreenController<?>>
      extended by org.molgenis.framework.ui.SimpleScreenController<FormModel<E>>
          extended by org.molgenis.framework.ui.FormController<CapturingKit>
              extended by org.molgenis.ui.CapturingKitsFormController
All Implemented Interfaces:
Serializable, ScreenController<FormModel<CapturingKit>>, Tree<ScreenController<?>>

public class CapturingKitsFormController
extends FormController<CapturingKit>

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.molgenis.framework.ui.FormController
pager
 
Fields inherited from class org.molgenis.framework.ui.SimpleScreenController
selectedId
 
Fields inherited from class org.molgenis.util.SimpleTree
name, parentName, treeElements
 
Constructor Summary
CapturingKitsFormController()
           
CapturingKitsFormController(ScreenController<?> parent)
           
 
Method Summary
 Class<CapturingKit> getEntityClass()
           
 String getField(String searchFieldName)
           
 Vector<String> getHeaders()
           
 HtmlForm getInputs(CapturingKit entity, boolean newrecord)
           
 String getSearchField(String fieldName)
           
 void resetCompactView()
           
 void resetSystemHiddenColumns()
           
 
Methods inherited from class org.molgenis.framework.ui.FormController
doAdd, doRemove, doUpdate, getCustomHtmlHeaders, getPager, getView, getVisibleColumnNames, handleRequest, reload
 
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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

CapturingKitsFormController

public CapturingKitsFormController()

CapturingKitsFormController

public CapturingKitsFormController(ScreenController<?> parent)
Method Detail

getInputs

public HtmlForm getInputs(CapturingKit entity,
                          boolean newrecord)
Specified by:
getInputs in class FormController<CapturingKit>

resetSystemHiddenColumns

public void resetSystemHiddenColumns()
Specified by:
resetSystemHiddenColumns in class FormController<CapturingKit>

getSearchField

public String getSearchField(String fieldName)
Specified by:
getSearchField in class FormController<CapturingKit>

getField

public String getField(String searchFieldName)
Specified by:
getField in class FormController<CapturingKit>

resetCompactView

public void resetCompactView()
Specified by:
resetCompactView in class FormController<CapturingKit>

getEntityClass

public Class<CapturingKit> getEntityClass()
Specified by:
getEntityClass in class FormController<CapturingKit>

getHeaders

public Vector<String> getHeaders()
Specified by:
getHeaders in class FormController<CapturingKit>


Copyright © 2013. All Rights Reserved.