public abstract class ActionPanel extends Panel
renderableParent, webDriver| Constructor and Description |
|---|
ActionPanel() |
| Modifier and Type | Method and Description |
|---|---|
Renderable |
clickOnAction(String actionName)
Click on action
|
<T extends Renderable> |
clickOnAction(String actionName,
T renderable)
Click on action
|
void |
clickOnActionAndDontRender(String actionName)
Click on action and don't try to return a rendered object.
|
boolean |
isActionAvailable(String actionName)
Is action available
|
boolean |
isActionClickable(String actionName)
Is action clickable
|
boolean |
isActionsClickable(String... actionNames)
Helper method to check whether the specified actions are clickable
|
boolean |
isPanelExpanded()
is action panel expanded
|
clickOnTitle, getClickableTitle, getTitleas, getAllFields, getLastRendered, render, renderChildrenpublic boolean isPanelExpanded()
public boolean isActionsClickable(String... actionNames)
actionNames - action namespublic boolean isActionAvailable(String actionName)
public boolean isActionClickable(String actionName)
public Renderable clickOnAction(String actionName)
public void clickOnActionAndDontRender(String actionName)
public <T extends Renderable> T clickOnAction(String actionName, T renderable)
Copyright © 2005–2016 Alfresco Software. All rights reserved.