Interface FieldSettingsProvider

    • Method Detail

      • accepts

        boolean accepts​(Field field)
        Determines if the FieldSettingsProvider is able to retrieve the field view properties of the given field
        Parameters:
        field - The AD field
        Returns:
        true if the field view properties can be retrieved with this FieldSettingsProvider or in any other case
      • getUIDefinition

        UIDefinition getUIDefinition​(Field field)
        Gets the UIDefinition for the given field
        Parameters:
        field - The AD field
        Returns:
        true if the field view properties can be retrieved with this FieldSettingsProvider or in any other case
      • isReadOnly

        boolean isReadOnly​(Field field)
        Determines if the given field must be displayed in read only mode
        Parameters:
        field - The AD field
        Returns:
        true if the given field must be displayed in read only mode or in any other case