Alle bekannten Unterschnittstellen:
ButtonTagDeclaration, EventTagDeclaration, LinkTagDeclaration, SheetPageCommandTagDeclaration, TabGroupTagDeclaration

public interface HasAction
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    setAction(String action)
    Action to invoke when clicked.
  • Methodendetails

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