public class PluginResourceCSS extends Object implements IPluginResource
| Constructor and Description |
|---|
PluginResourceCSS() |
| Modifier and Type | Method and Description |
|---|---|
String |
getUrl()
Returns the url of the associated style sheet.
|
void |
register(CareWebShell shell,
ElementBase owner,
boolean register)
Registers/unregisters a CSS resource.
|
void |
setUrl(String url)
Sets the url of the associated style sheet.
|
public String getUrl()
public void setUrl(String url)
url - The url.public void register(CareWebShell shell, ElementBase owner, boolean register)
register in interface IPluginResourceshell - The running shell.owner - Owner of the resource.register - If true, register the resource. If false, unregister it.Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.