Package | Description |
---|---|
org.openmrs.module |
OpenMRS Module classes
|
org.openmrs.module.web.extension |
Modifier and Type | Field and Description |
---|---|
protected static Map<String,List<Extension>> |
ModuleFactory.extensionMap |
Modifier and Type | Method and Description |
---|---|
static Map<String,List<Extension>> |
ModuleFactory.getExtensionMap()
Return the current extension map keyed on extension point id
|
List<Extension> |
Module.getExtensions() |
static List<Extension> |
ModuleFactory.getExtensions(String pointId)
Return all of the extensions associated with the given
pointId Returns empty
extension list if no modules extend this pointId |
static List<Extension> |
ModuleFactory.getExtensions(String pointId,
Extension.MEDIA_TYPE type)
Return all of the extensions associated with the given
pointId Returns
getExtension(pointId) if no modules extend this pointId for given media type |
Modifier and Type | Method and Description |
---|---|
void |
Module.setExtensions(List<Extension> extensions) |
Modifier and Type | Class and Description |
---|---|
class |
AdministrationSectionExt |
class |
BoxExt |
class |
FormEntryHandler
This class allows modules that provide form entry capabilities (like formentry, htmlformentry, and xforms) to appear in the
same place in the UI when the user indicates they want to enter a form, and wants to pick which form.
|
class |
HeaderIncludeExt
The header include extension allows a module developer to include extra files (css, javascript)
within the header of every page.
|
class |
LinkExt |
class |
LinkProviderExtension |
class |
PatientDashboardTabExt |
class |
PortletExt |
class |
TableRowExt |
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.