Uses of Class
org.apache.syncope.client.console.wicket.markup.html.form.ActionLink
Packages that use ActionLink
Package
Description
-
Uses of ActionLink in org.apache.syncope.client.console.commons
Methods in org.apache.syncope.client.console.commons with parameters of type ActionLinkModifier and TypeMethodDescription<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 ActionLinkModifier and TypeMethodDescriptionvoidActionDataTablePanel.addAction(ActionLink<Serializable> action, ActionLink.ActionType type, String entitlements) ListViewPanel.Builder.addAction(ActionLink<T> link, ActionLink.ActionType type, String entitlements) Add item action (the given order is ignored.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.panels.search
Methods in org.apache.syncope.client.console.panels.search that return ActionLinkModifier and TypeMethodDescriptionprotected ActionLink<Serializable> AbstractSearchPanel.saveAction(SaveFIQLQuery saveFIQLQuery) protected ActionLink<Serializable> RealmSearchPanel.saveAction(SaveFIQLQuery saveFIQLQuery) -
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 ActionLinkModifier and TypeMethodDescriptionActionLink.confirmMessage(String confirmMessage) final ActionLink<T> ActionLink.disable()ActionLink.feedbackPanelAutomaticReload(boolean reloadFeedbackPanel) Action.getLink()Methods in org.apache.syncope.client.console.wicket.markup.html.form with parameters of type ActionLinkModifier and TypeMethodDescriptionActionsPanel.add(ActionLink<T> link, ActionLink.ActionType type, String entitlements) 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