All Implemented Interfaces:
TagBase, GlobalAttributable, Serializable, Cloneable

public class Title extends AbstractAttribute implements GlobalAttributable
<element title="text">
 The title attribute specifies extra information about an element.

 The information is most often shown as a tooltip text when the mouse moves over the element.
 
See Also:
  • Constructor Details

    • Title

      public Title()
      sets blank.
      Since:
      1.0.0
    • Title

      public Title(String title)
      Parameters:
      title -
      Since:
      1.0.0
  • Method Details

    • init

      protected void init()
      invokes only once per object
      Since:
      1.0.0
    • getValue

      public String getValue()
      Returns:
      the title value
      Since:
      1.0.0
    • setValue

      public void setValue(String value)
      Parameters:
      value - the title value to set
      Since:
      1.0.0
    • 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