Uses of Class
org.apache.syncope.client.console.wicket.markup.html.form.ActionLink
-
Packages that use ActionLink Package Description org.apache.syncope.client.console.commons org.apache.syncope.client.console.panels org.apache.syncope.client.console.wicket.markup.html.form -
-
Uses of ActionLink in org.apache.syncope.client.console.commons
Methods in org.apache.syncope.client.console.commons with parameters of type ActionLink Modifier and Type Method Description <T extends Serializable>
voidIdMStatusProvider. addConnObjectLink(ListViewPanel.Builder<T> builder, ActionLink<T> connObjectLink)<T extends Serializable>
voidIdRepoStatusProvider. addConnObjectLink(ListViewPanel.Builder<T> builder, ActionLink<T> connObjectLink)<T extends Serializable>
voidStatusProvider. addConnObjectLink(ListViewPanel.Builder<T> builder, ActionLink<T> connObjectLink) -
Uses of ActionLink in org.apache.syncope.client.console.panels
Methods in org.apache.syncope.client.console.panels with parameters of type ActionLink Modifier and Type Method Description voidActionDataTablePanel. addAction(ActionLink<Serializable> action, ActionLink.ActionType type, String entitlements)ListViewPanel.Builder<T>ListViewPanel.Builder. addAction(ActionLink<T> link, ActionLink.ActionType type, String entitlements)Add item action (the given order is ignored.ListViewPanel.Builder<T>ListViewPanel.Builder. addAction(ActionLink<T> link, ActionLink.ActionType type, String entitlements, boolean onConfirm)Add item action (the given order is ignored. -
Uses of ActionLink in org.apache.syncope.client.console.wicket.markup.html.form
Methods in org.apache.syncope.client.console.wicket.markup.html.form that return ActionLink Modifier and Type Method Description ActionLink<T>ActionLink. confirmMessage(String confirmMessage)ActionLink<T>ActionLink. disable()ActionLink<T>ActionLink. feedbackPanelAutomaticReload(boolean reloadFeedbackPanel)ActionLink<T>Action. getLink()Methods in org.apache.syncope.client.console.wicket.markup.html.form with parameters of type ActionLink Modifier and Type Method Description Action<T>ActionsPanel. add(ActionLink<T> link, ActionLink.ActionType type, String entitlements)Action<T>ActionsPanel. add(ActionLink<T> link, ActionLink.ActionType type, String entitlements, boolean onConfirm)Constructors in org.apache.syncope.client.console.wicket.markup.html.form with parameters of type ActionLink Constructor Description Action(ActionLink<T> link, ActionLink.ActionType type)
-