| Package | Description |
|---|---|
| org.molgenis.ui.style | |
| org.molgenis.ui.thememanager |
| Modifier and Type | Method and Description |
|---|---|
Style |
StyleServiceImpl.addStyle(String styleId,
String bootstrap3FileName,
InputStream bootstrap3StyleData,
String bootstrap4FileName,
InputStream bootstrap4StyleData) |
Style |
StyleService.addStyle(String styleId,
String bootstrap3FileName,
InputStream bootstrap3StyleData,
String bootstrap4FileName,
InputStream bootstrap4StyleData)
Add a bootstrap theme
|
static Style |
Style.createLocal(String location)
Create new style.
|
Style |
StyleServiceImpl.getSelectedStyle() |
Style |
StyleService.getSelectedStyle()
Get the style that is currently selected
|
Style |
StyleServiceImpl.getStyle(String styleName) |
Style |
StyleService.getStyle(String styleName)
Returns a style that matches the name of the given input
|
| Modifier and Type | Method and Description |
|---|---|
Set<Style> |
StyleServiceImpl.getAvailableStyles() |
Set<Style> |
StyleService.getAvailableStyles()
Fetches the available styleSheet from the data store and stores them in a list
|
| Modifier and Type | Method and Description |
|---|---|
Style |
ThemeManagerController.addBootstrapTheme(org.springframework.web.multipart.MultipartFile bootstrap3Style,
org.springframework.web.multipart.MultipartFile bootstrap4Style)
Add a new bootstrap theme, theme is passed as a bootstrap css file.
|
Copyright © 2017. All rights reserved.