| Package | Description |
|---|---|
| org.osivia.portal.api.taskbar |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TaskbarTask
Taskbar task.
|
| Modifier and Type | Method and Description |
|---|---|
TaskbarItem |
TaskbarFactory.createCmsTaskbarItem(String id,
String key,
String icon,
String documentType)
Create CMS taskbar item.
|
TaskbarItem |
TaskbarFactory.createStapledTaskbarItem(String id,
String key,
String icon,
PanelPlayer player)
Create stapled taskbar item.
|
TaskbarItem |
TaskbarFactory.createStapledTaskbarItem(String id,
String key,
String icon,
String template)
Create stapled taskbar item.
|
TaskbarItem |
TaskbarFactory.createTransversalTaskbarItem(String id,
String key,
String icon,
PanelPlayer player)
Create transversal taskbar item.
|
TaskbarItem |
TaskbarItems.get(String id)
Get taskbar item from his identifier.
|
TaskbarItem |
ITaskbarService.getItem(PortalControllerContext portalControllerContext,
String id)
Get taskbar item.
|
| Modifier and Type | Method and Description |
|---|---|
List<TaskbarItem> |
TaskbarItems.getAll()
Get all taskbar items.
|
SortedSet<TaskbarItem> |
ITaskbarService.getDefaultItems(PortalControllerContext portalControllerContext)
Get default taskbar items, sorted by order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskbarItems.add(TaskbarItem item)
Add taskbar item.
|
TaskbarTask |
TaskbarFactory.createTaskbarTask(TaskbarItem item,
String title,
String path,
boolean disabled)
Create taskbar task.
|
void |
TaskbarFactory.hide(TaskbarItem item,
boolean hidden)
Hide taskbar item.
|
void |
TaskbarFactory.preset(TaskbarItem item,
boolean preset,
Integer order)
Preset taskbar item.
|
void |
TaskbarFactory.restrict(TaskbarItem item,
TaskbarItemRestriction restriction)
Restrict taskbar item access.
|
void |
TaskbarFactory.setExecutor(TaskbarItem item,
TaskbarItemExecutor executor)
Set taskbar item executor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskbarItems.add(List<TaskbarItem> items)
Add taskbar items.
|
Copyright © 2021. All rights reserved.