Interface FormParameter


  • public interface FormParameter
    Is used to configure the NameEditForm.
    Author:
    Markus von RĂ¼den
    See Also:
    NameEditForm
    • Method Detail

      • getEditablePropertyName

        String getEditablePropertyName()
        Returns the name of the property which is editable.
        Returns:
        the property name which is editable.
      • getNonEditablePropertyName

        String getNonEditablePropertyName()
        Returns the property name which is not editable.
        Returns:
        the property name which is not editable.
      • getEditablePropertyCaption

        String getEditablePropertyCaption()
      • getNonEditablePropertyCaption

        String getNonEditablePropertyCaption()