Schnittstelle OperationTagDeclaration


public interface OperationTagDeclaration
An operation describes an Tobago command, which will usually executed on client side. ********************* <br/> WARNING <br/> ********************* <br/> This feature is preliminary and may be subject of change in later versions! <br/>
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    setFor(String forAttribute)
    The id of the component the operation is related to.
    void
    Name of the operation to be executed.
  • Methodendetails

    • setName

      void setName(String name)
      Name of the operation to be executed.
    • setFor

      void setFor(String forAttribute)
      The id of the component the operation is related to.