public abstract class AdministrationSectionExt extends Extension
Extension.MEDIA_TYPE
extensionIdSeparator
Constructor and Description |
---|
AdministrationSectionExt() |
Modifier and Type | Method and Description |
---|---|
abstract Map<String,String> |
getLinks()
The links are appear under the
getTitle heading on the
admin screen. |
Extension.MEDIA_TYPE |
getMediaType()
Sets the content type of this extension.
|
String |
getRequiredPrivilege()
Returns the required privilege in order to see this section.
|
abstract String |
getTitle()
The title is used as the larger text above the links on the admin screen.
|
getExtensionId, getModuleId, getOrder, getOverrideContent, getParameterMap, getPointId, initialize, setModuleId, setParameterMap, setPointId, toExtensionId, toString
public Extension.MEDIA_TYPE getMediaType()
Extension
getMediaType
in class Extension
public abstract String getTitle()
public String getRequiredPrivilege()
public abstract Map<String,String> getLinks()
getTitle
heading on the
admin screen. Links can be either absolute or relative. Title of the
links can be either plain text or Spring message codes.
In order to sort the links, you should use a LinkedHashMap
.Copyright © 2015 OpenMRS Inc.. All rights reserved.