class BidirectionalToManyInputRenderer extends Object implements DomainInputRenderer
The default renderer for rendering bidirectional to many associations
| Modifiers | Name | Description |
|---|---|---|
protected LinkGenerator |
linkGenerator |
| Constructor and description |
|---|
BidirectionalToManyInputRenderer(LinkGenerator linkGenerator) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
protected String |
getAssociatedClassName(DomainProperty property) |
|
protected String |
getPropertyName(DomainProperty property) |
|
Closure |
renderInput(Map defaultAttributes, DomainProperty property) |
|
boolean |
supports(DomainProperty property) |