Uses of Class
org.apache.syncope.client.console.wicket.markup.html.form.Action
-
Packages that use Action Package Description org.apache.syncope.client.console.commons org.apache.syncope.client.console.wicket.markup.html.form -
-
Uses of Action in org.apache.syncope.client.console.commons
Methods in org.apache.syncope.client.console.commons that return types with arguments of type Action Modifier and Type Method Description List<Action<AnyObjectTO>>AnyDirectoryPanelAdditionalActionLinksProvider. get(String type, AnyObjectTO modelObject, String realm, BaseModal<AnyWrapper<AnyObjectTO>> modal, String header, AnyObjectDirectoryPanel parentPanel, PageReference pageRef)List<Action<GroupTO>>AnyDirectoryPanelAdditionalActionLinksProvider. get(GroupTO modelObject, String realm, BaseModal<AnyWrapper<GroupTO>> modal, String header, GroupDirectoryPanel parentPanel, PageReference pageRef)List<Action<UserTO>>AnyDirectoryPanelAdditionalActionLinksProvider. get(IModel<UserTO> model, String realm, BaseModal<AnyWrapper<UserTO>> modal, String header, UserDirectoryPanel parentPanel, PageReference pageRef)List<Action<AnyObjectTO>>IdMAnyDirectoryPanelAdditionalActionLinksProvider. get(String type, AnyObjectTO modelObject, String realm, BaseModal<AnyWrapper<AnyObjectTO>> modal, String header, AnyObjectDirectoryPanel parentPanel, PageReference pageRef)List<Action<GroupTO>>IdMAnyDirectoryPanelAdditionalActionLinksProvider. get(GroupTO modelObject, String realm, BaseModal<AnyWrapper<GroupTO>> modal, String header, GroupDirectoryPanel parentPanel, PageReference pageRef)List<Action<UserTO>>IdMAnyDirectoryPanelAdditionalActionLinksProvider. get(IModel<UserTO> model, String realm, BaseModal<AnyWrapper<UserTO>> modal, String header, UserDirectoryPanel parentPanel, PageReference pageRef)List<Action<AnyObjectTO>>IdRepoAnyDirectoryPanelAdditionalActionLinksProvider. get(String type, AnyObjectTO modelObject, String realm, BaseModal<AnyWrapper<AnyObjectTO>> modal, String header, AnyObjectDirectoryPanel parentPanel, PageReference pageRef)List<Action<GroupTO>>IdRepoAnyDirectoryPanelAdditionalActionLinksProvider. get(GroupTO modelObject, String realm, BaseModal<AnyWrapper<GroupTO>> modal, String header, GroupDirectoryPanel parentPanel, PageReference pageRef)List<Action<UserTO>>IdRepoAnyDirectoryPanelAdditionalActionLinksProvider. get(IModel<UserTO> model, String realm, BaseModal<AnyWrapper<UserTO>> modal, String header, UserDirectoryPanel parentPanel, PageReference pageRef) -
Uses of Action in org.apache.syncope.client.console.wicket.markup.html.form
Methods in org.apache.syncope.client.console.wicket.markup.html.form that return Action Modifier and Type Method Description Action<T>ActionsPanel. add(int index, Action<T> action)Action<T>ActionsPanel. add(Action<T> action)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)Action<T>Action. disableIndicator()Override disable AJAX indicator.Action<T>Action. hideLabel()Action<T>ActionsPanel. set(int index, Action<T> action)Action<T>Action. setAlt(Model<String> alt)Override default action icon text name.Action<T>Action. setEntitlements(String entitlements)Action<T>Action. setIcon(Model<String> icon)Override default action css class.Action<T>Action. setLabel(Model<String> label)Override default action label.Action<T>Action. setOnConfirm(boolean onConfirm)Action<T>Action. setTitleI(Model<String> title)Override default action title.Action<T>Action. showLabel()Methods in org.apache.syncope.client.console.wicket.markup.html.form that return types with arguments of type Action Modifier and Type Method Description List<Action<T>>ActionsPanel. getActions()Methods in org.apache.syncope.client.console.wicket.markup.html.form with parameters of type Action Modifier and Type Method Description Action<T>ActionsPanel. add(int index, Action<T> action)Action<T>ActionsPanel. add(Action<T> action)Action<T>ActionsPanel. set(int index, Action<T> action)Constructors in org.apache.syncope.client.console.wicket.markup.html.form with parameters of type Action Constructor Description ActionPanel(String componentId, IModel<T> model, Action<T> action)ActionPanel(IModel<T> model, Action<T> action)
-