|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
CONTROL
- the type of the control this RenderingResultRowFactory
works on
@Deprecated public interface RenderingResultRowFactory<CONTROL>
A Factory for creating RenderingResultRow. By providing an own implementation the layout can be extended.
Method Summary | |
---|---|
RenderingResultRow<CONTROL> |
createRenderingResultRow(CONTROL... controls)
Deprecated. Creates a RenderingResultRow from a list of controls. |
Method Detail |
---|
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 row
RenderingResultRow
or throws a IllegalArgumentException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |