Interface HasAction

    • Method Detail

      • 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.