org.molgenis.omx.plugins
Class HeaderPlugin
java.lang.Object
org.molgenis.util.SimpleTree<ScreenController<?>>
org.molgenis.framework.ui.SimpleScreenController<ScreenModel>
org.molgenis.framework.ui.PluginModel<Entity>
org.molgenis.omx.plugins.HeaderPlugin
- All Implemented Interfaces:
- Serializable, ScreenController<ScreenModel>, ScreenModel, Tree<ScreenController<?>>
- Direct Known Subclasses:
- HeaderPluginPlugin
public class HeaderPlugin
- extends PluginModel<Entity>
- See Also:
- Serialized Form
| Methods inherited from class org.molgenis.framework.ui.PluginModel |
getController, getLabel, getLogin, getMessages, getRootScreen, getScreen, getSelected, getTokenFactory, getView, handleRequest, reset, setController, setError, setLabel, setMessages, setMessages, setSelected, setSuccess |
| 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 |
HeaderPlugin
public HeaderPlugin(String name,
ScreenController<?> parent)
getMyModel
public HeaderPlugin.HeaderModel getMyModel()
getCustomHtmlHeaders
public String getCustomHtmlHeaders()
- Specified by:
getCustomHtmlHeaders in interface ScreenController<ScreenModel>- Overrides:
getCustomHtmlHeaders in class SimpleScreenController<ScreenModel>
getViewName
public String getViewName()
- Specified by:
getViewName in class PluginModel<Entity>
getViewTemplate
public String getViewTemplate()
- Specified by:
getViewTemplate in interface ScreenController<ScreenModel>- Specified by:
getViewTemplate in class PluginModel<Entity>
handleRequest
public void handleRequest(Database db,
MolgenisRequest request)
throws DatabaseException
- Overrides:
handleRequest in class PluginModel<Entity>
- Throws:
DatabaseException
reload
public void reload(Database db)
- Specified by:
reload in interface ScreenController<ScreenModel>- Specified by:
reload in class PluginModel<Entity>
isVisible
public boolean isVisible()
- Specified by:
isVisible in interface ScreenModel- Overrides:
isVisible in class PluginModel<Entity>
Copyright © 2013. All Rights Reserved.