Lines Matching refs:editable
226 * (tree is not editable).
231 * Is the tree editable? Default is false.
233 protected boolean editable;
470 /** Bound property name for <code>editable</code>. */
471 public final static String EDITABLE_PROPERTY = "editable";
764 * Determines whether the tree is editable. Fires a property
770 * @param flag a boolean value, true if the tree is editable
773 * description: Whether the tree is editable.
776 boolean oldValue = this.editable;
778 this.editable = flag;
789 * Returns true if the tree is editable.
791 * @return true if the tree is editable
794 return editable;
1509 * @return true if every parent node and the node itself is editable
4040 String editableString = (editable ?
4050 ",editable=" + editableString +