コード例 #1
0
ファイル: DHGroup.java プロジェクト: eclipse/vjet.all
 /**
  * The contenteditable attribute is an enumerated attribute whose keywords are the empty string,
  * true, and false. The empty string and the true keyword map to the true state. The false keyword
  * maps to the false state. In addition, there is a third state, the inherit state, which is the
  * missing value default (and the invalid value default).
  */
 @Override
 public DHGroup setHtmlContentEditable(final String editable) {
   super.setHtmlContentEditable(editable);
   return this;
 }