The content element must be used to render below the value, usually as a text node.
Default implementation renders the specified value inside the first text node found below the specified content element.
@param list the target list. @param index the child element position. @param value the value to render. @param contentElem the content element. This elementis a hint, if provided, should be obtained by calling {@link ElementListStructure#getContentElement(ElementList,int,Element)}. @param isNew true if this is the first time the markup is rendered. Default implementation ignores this parameter.
|
|