Uses of Class
com.storedobject.core.UIAction
Packages that use UIAction
-
Uses of UIAction in com.storedobject.core
Methods in com.storedobject.core that return UIActionModifier and TypeMethodDescriptionstatic UIActionRetrieves a UIAction based on the given action name.UserAction.getAction()Retrieves the UIAction object associated with the current entity.static UIActionUIAction.getForAction(String action) Returns a UIAction corresponding to the specified action string.Methods in com.storedobject.core that return types with arguments of type UIActionModifier and TypeMethodDescriptionstatic ObjectIterator<UIAction> Retrieves an iterator of UIAction objects whose 'Action' property matches the specified action code pattern.Methods in com.storedobject.core with parameters of type UIActionModifier and TypeMethodDescriptionstatic UserActionUserAction.get(SystemUser user, UIAction action) Retrieves a UserAction object based on the specified SystemUser and UIAction.voidSets the action for this instance using the providedUIAction.