All Known Subinterfaces:
ButtonTagDeclaration, EventTagDeclaration, LinkTagDeclaration, SheetPageCommandTagDeclaration

public interface IsOmit
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Flag indicating that the action of this element, will not be executed from client side (e. g. when the user clicks a button.
  • Method Details

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