コード例 #1
0
ファイル: Field.java プロジェクト: eemi2010/ext4j
 /**
  * A CSS class to apply to the field's underlying element.
  *
  * @param cls the CSS class
  * @throws IllegalStateException this property cannot be changed after the Component has been
  *     rendered
  */
 public void setCls(String cls) throws IllegalStateException {
   super.setCls(cls);
 }