Class Action<T extends Serializable>
java.lang.Object
org.apache.syncope.client.console.wicket.markup.html.form.Action<T>
- Type Parameters:
T
- model object type.
- All Implemented Interfaces:
Serializable
Action link basic details.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionOverride disable AJAX indicator.getAlt()
getIcon()
getLabel()
getLink()
String[]
getTitle()
getType()
boolean
boolean
boolean
Override default action icon text name.setEntitlements
(String entitlements) Override default action css class.Override default action label.setOnConfirm
(boolean onConfirm) void
void
Override default action title.
-
Constructor Details
-
Action
-
-
Method Details
-
getRealms
-
setRealm
-
setRealms
-
getLink
-
getType
-
getEntitlements
-
isOnConfirm
public boolean isOnConfirm() -
setEntitlements
-
setOnConfirm
-
hideLabel
-
showLabel
-
isVisibleLabel
public boolean isVisibleLabel() -
setLabel
Override default action label.- Parameters:
label
- new action label;- Returns:
- updated action.
-
getLabel
-
setTitleI
Override default action title.- Parameters:
title
- new action title;- Returns:
- updated action.
-
getTitle
-
setAlt
Override default action icon text name.- Parameters:
alt
- action icon text name;- Returns:
- updated action.
-
getAlt
-
setIcon
Override default action css class.- Parameters:
icon
- new action class;- Returns:
- updated action.
-
getIcon
-
disableIndicator
Override disable AJAX indicator.- Returns:
- updated action.
-
hasIndicator
public boolean hasIndicator()
-