|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CustomFieldHelper<X extends org.squashtest.tm.domain.customfield.BoundEntity>
| Method Summary | |
|---|---|
List<org.squashtest.tm.domain.customfield.CustomField> |
getCustomFieldConfiguration()
sorted by position, filtered by location. |
List<org.squashtest.tm.domain.customfield.CustomFieldValue> |
getCustomFieldValues()
|
CustomFieldHelper<X> |
includeAllCustomFields()
tells the helper to include every custom fields it finds. |
CustomFieldHelper<X> |
restrictToCommonFields()
tells the helper to retain only the custom fields that are common to all the entities (in case they come from mixed projects, or are of mixed concrete classes) |
CustomFieldHelper<X> |
setRenderingLocations(Collection<org.squashtest.tm.domain.customfield.RenderingLocation> locations)
|
CustomFieldHelper<X> |
setRenderingLocations(org.squashtest.tm.domain.customfield.RenderingLocation... locations)
|
| Method Detail |
|---|
CustomFieldHelper<X> setRenderingLocations(org.squashtest.tm.domain.customfield.RenderingLocation... locations)
CustomFieldHelper<X> setRenderingLocations(Collection<org.squashtest.tm.domain.customfield.RenderingLocation> locations)
CustomFieldHelper<X> restrictToCommonFields()
CustomFieldHelper<X> includeAllCustomFields()
List<org.squashtest.tm.domain.customfield.CustomField> getCustomFieldConfiguration()
List<org.squashtest.tm.domain.customfield.CustomFieldValue> getCustomFieldValues()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||