Interface PropertyEditor


public interface PropertyEditor
An interface to get the editor of properties in Ejs
  • Method Details

    • getFieldList

      List<JTextComponent> getFieldList()
    • isReading

      boolean isReading()
    • getName

      String getName()
    • displayErrorOnProperty

      void displayErrorOnProperty(String property, boolean error)
    • evaluateExpression

      Object evaluateExpression(String expression)