public abstract class PatientDashboardTabExt extends Extension
Extension.MEDIA_TYPEextensionIdSeparator| 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, getParameterMap, getPointId, initialize, setModuleId, setParameterMap, setPointId, toExtensionId, toStringpublic Extension.MEDIA_TYPE getMediaType()
ExtensiongetMediaType in class Extensionpublic abstract String getTabName()
public abstract String getTabId()
public abstract String getRequiredPrivilege()
public abstract String getPortletUrl()
public final String getOverrideContent(String bodyContent)
getOverrideContent in class ExtensionCopyright © 2018 OpenMRS LLC.. All Rights Reserved.