Interface DomainRenderer

All Known Subinterfaces:
DomainInputRenderer, DomainOutputRenderer

public interface DomainRenderer
Used to render markup for a domain class property
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Determines if the renderer supports rendering the given property
  • Method Details

    • supports

      boolean supports(DomainProperty property)
      Determines if the renderer supports rendering the given property
      Parameters:
      property - The domain property to be rendered
      Returns:
      Whether the property is supported