CONTROL - the type of the control this RenderingResultRowFactory works on@Deprecated public interface RenderingResultRowFactory<CONTROL>
| Modifier and Type | Method and Description |
|---|---|
RenderingResultRow<CONTROL> |
createRenderingResultRow(CONTROL... controls)
Deprecated.
Creates a
RenderingResultRow from a list of controls. |
RenderingResultRow<CONTROL> createRenderingResultRow(CONTROL... controls)
RenderingResultRow from a list of controls. If the Factory can't handle the provided amount of
controls it must throw an IllegalArgumentException.controls - a list of Controls to put into one rowRenderingResultRow or throws a IllegalArgumentExceptionCopyright © 2018. All rights reserved.