Schnittstelle DataAttributeTagDeclaration


public interface DataAttributeTagDeclaration
Add an data attribute on the UIComponent associated with the closest parent UIComponent custom action. Data attributes will be passed through the renderers into the DOM of the user agent and can be used by scripts.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    setName(javax.el.ValueExpression name)
    The name of the attribute in the parent component.
    void
    setValue(javax.el.ValueExpression value)
    The value of the attribute in the parent component.
  • Methodendetails

    • setName

      void setName(javax.el.ValueExpression name)
      The name of the attribute in the parent component.
    • setValue

      void setValue(javax.el.ValueExpression value)
      The value of the attribute in the parent component.