public abstract class PatientDashboardTabExt extends Extension
Extension.MEDIA_TYPE
extensionIdSeparator
Constructor and Description |
---|
PatientDashboardTabExt() |
Modifier and Type | Method and Description |
---|---|
Extension.MEDIA_TYPE |
getMediaType()
Sets the content type of this extension.
|
String |
getOverrideContent(String bodyContent)
This extension does not have a place for any default content to go
|
abstract String |
getPortletUrl()
Get the name of the portlet that will be imported for the tab content
|
abstract String |
getRequiredPrivilege()
Tab views are controlled by privileges.
|
abstract String |
getTabId()
Tabs should be named uniquely.
|
abstract String |
getTabName()
The visible name of this tab.
|
getExtensionId, getModuleId, getOrder, getParameterMap, getPointId, initialize, setModuleId, setParameterMap, setPointId, toExtensionId, toString
public Extension.MEDIA_TYPE getMediaType()
Extension
getMediaType
in class Extension
public abstract String getTabName()
public abstract String getTabId()
public abstract String getRequiredPrivilege()
public abstract String getPortletUrl()
public final String getOverrideContent(String bodyContent)
getOverrideContent
in class Extension
Copyright © 2015 OpenMRS Inc.. All rights reserved.