All Implemented Interfaces:
TagBase, GlobalAttributable, Serializable, Cloneable

public class ContentEditable extends AbstractAttribute implements GlobalAttributable
<element contenteditable="true|false">

 The contenteditable attribute specifies whether the content of an element is editable or not.

 
See Also:
  • Constructor Details

    • ContentEditable

      public ContentEditable()
      the default value false will be set.
      Since:
      1.0.0
    • ContentEditable

      public ContentEditable(String value)
      Parameters:
      value - the value should be either true or false
      Since:
      1.1.4
    • ContentEditable

      public ContentEditable(boolean editable)
      Parameters:
      editable -
      Since:
      1.0.0
  • Method Details

    • init

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

      public boolean isEditable()
      Returns:
      the editable
      Since:
      1.0.0
    • setEditable

      public void setEditable(boolean editable)
      Parameters:
      editable - the editable to set
      Since:
      1.0.0