@Deprecated public final class RenderingConfiguration extends Object
LayoutHelper
based on the provided Class
as well as to get a
fitting RenderingResultRowFactory
based on a Class
.Modifier and Type | Method and Description |
---|---|
static RenderingConfiguration |
getCurrent()
Deprecated.
Returns the singleton instance.
|
<LAYOUT> LayoutHelper<LAYOUT> |
getLayoutHelper(Class<LAYOUT> layoutClazz)
Deprecated.
Returns the layout helper registered for a specific
Class . |
<CONTROL> RenderingResultRowFactory<CONTROL> |
getRenderingRowFactory(Class<CONTROL> controlClazz)
Deprecated.
Returns the
RenderingResultRowFactory registered for a specific Class . |
public static RenderingConfiguration getCurrent()
public <CONTROL> RenderingResultRowFactory<CONTROL> getRenderingRowFactory(Class<CONTROL> controlClazz)
RenderingResultRowFactory
registered for a specific Class
.CONTROL
- the type of the control, the factory is working oncontrolClazz
- the class to get the RenderingResultRowFactory
forRenderingResultRowFactory
or null if none is registered for the provided
Class
public <LAYOUT> LayoutHelper<LAYOUT> getLayoutHelper(Class<LAYOUT> layoutClazz)
Class
.LAYOUT
- the type of the layout, the layout helper should createlayoutClazz
- the class to get the LayoutHelper
forLayoutHelper
or null if none is registered for the provided Class
Copyright © 2019. All rights reserved.