All Implemented Interfaces:
TagBase, BooleanAttribute, ScriptAttributable, Serializable, Cloneable

public class Async extends AbstractAttribute implements ScriptAttributable, BooleanAttribute
name attribute for the element. This attribute is supported by multiple tags.
Since:
2.1.5
See Also:
  • Constructor Details

    • Async

      public Async()
      It's a boolean attribute. It sets the default value as async . If value is not required then use new Async(null). Note : There might be some issue in dynamically changing state of tag if there is no default value.
      Since:
      1.1.5
    • Async

      public Async(String value)
      Parameters:
      value - the value for the attribute
      Since:
      2.1.5
  • Method Details

    • setValue

      public void setValue(String value)
      sets the value for this attribute
      Parameters:
      value - the value for the attribute.
      Since:
      2.1.5
    • setValue

      public void setValue(boolean updateClient, String value)
      sets the value for this attribute
      Parameters:
      updateClient - true to update client browser page if it is available. The default value is true but it will be ignored if there is no client browser page.
      value - the value for the attribute.
      Since:
      2.1.15
    • getValue

      public String getValue()
      gets the value of this attribute
      Returns:
      the value of the attribute
      Since:
      2.1.5
    • init

      protected void init()
      invokes only once per object
      Since:
      2.1.5