@Component @Scope(value="prototype") public class Task extends TaskbarTaskDecorator
TaskbarTaskDecorator| Constructor and Description |
|---|
Task(org.osivia.portal.api.taskbar.TaskbarTask task)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Getter for displayName.
|
String |
getUrl()
Getter for url.
|
boolean |
isActive()
Getter for active.
|
void |
setActive(boolean active)
Setter for active.
|
void |
setDisplayName(String displayName)
Setter for displayName.
|
void |
setUrl(String url)
Setter for url.
|
getCustomizedClassLoader, getDocumentType, getExecutor, getIcon, getId, getKey, getOrder, getPath, getPlayer, getRestriction, getTemplate, getTitle, getType, isDefault, isDisabled, isHidden, setPathpublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - the displayName to setpublic String getUrl()
public void setUrl(String url)
url - the url to setpublic boolean isActive()
public void setActive(boolean active)
active - the active to setCopyright © 2021 OSIVIA. All rights reserved.