All Known Subinterfaces:
ButtonTagDeclaration, EventTagDeclaration, LinkTagDeclaration, SheetPageCommandTagDeclaration, TabGroupTagDeclaration

public interface HasAction
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setAction(String action)
    Action to invoke when clicked.
  • Method Details

    • setAction

      void setAction(String action)
      Action to invoke when clicked. This must be a MethodExpression or a String representing the application action to invoke when this component is activated by the user. The MethodExpression must evaluate to a public method that takes no parameters, and returns a String (the logical outcome) which is passed to the NavigationHandler for this application. The string is directly passed to the navigation handler.