Alle bekannten Unterschnittstellen:
ButtonTagDeclaration, EventTagDeclaration, LinkTagDeclaration, SheetPageCommandTagDeclaration

public interface IsOmit
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    Flag indicating that the action of this element, will not be executed from client side (e. g. when the user clicks a button.
  • Methodendetails

    • setOmit

      void setOmit(String omit)
      Flag indicating that the action of this element, will not be executed from client side (e. g. when the user clicks a button. When setting this value to true, the action will not be executed by the Tobago, but it can executed by JavaScript. This attribute is useful, when you want to add JavaScript event handlers to commands manually. In this case you usually don't want a submit with a full reload of the page.