Interface PageSetupHTMLEditorBean

    • Method Detail

      • getPropertyDisplayValue

        java.lang.String getPropertyDisplayValue​(java.lang.String name)
        Parameters:
        name - property name
        Returns:
        the value of a property as it is displayed (used by the Transform)
      • saveAllProperties

        void saveAllProperties()
        Saves the value of all properties if thier values are valid (@link getValidationErrors() is empty)
      • getValidationErrors

        java.lang.String getValidationErrors()
        Returns:
        a String containing a message with the validation errors if any.