| Package | Description |
|---|---|
| org.osivia.services.taskbar.portlet.controller | |
| org.osivia.services.taskbar.portlet.model |
| Modifier and Type | Method and Description |
|---|---|
List<TaskbarView> |
TaskbarAdminController.getViews(javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response)
Get taskbar views model attribute.
|
| Modifier and Type | Method and Description |
|---|---|
static TaskbarView |
TaskbarView.fromName(String name)
Get taskbar view from name.
|
TaskbarView |
TaskbarSettings.getView()
Getter for view.
|
static TaskbarView |
TaskbarView.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskbarView[] |
TaskbarView.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskbarSettings.setView(TaskbarView view)
Setter for view.
|
Copyright © 2021 OSIVIA. All rights reserved.