|
com.im.ijc.core/1 5.9.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RendererFactory
| Nested Class Summary | |
|---|---|
static interface |
RendererFactory.Registration
Annotation to register RendererFactory instances. |
static class |
RendererFactory.RendererType
Type of renderer. |
| Field Summary | |
|---|---|
static int |
DEFAULT_NOT_SUITABLE_BUT_STILL_POSSIBLE
This constant represent the least suitable value for renderers to be supported. |
static int |
DEFAULT_SUPPORTED
Default suitability for field. |
static int |
UNSUPPORTED
Not supported suitability for field. |
| Method Summary | |
|---|---|
IJCWidgetTableCellRenderer |
createTableCellRenderer()
|
IJCWidgetRenderer |
createWidgetRenderer()
|
IJCWidgetTextRenderer |
createWidgetTextRenderer()
|
int |
getSuitabilityFor(DFField field,
RendererFactory.RendererType type)
Test the suitability of renderers provided by this factory for the given field. |
| Field Detail |
|---|
static final int UNSUPPORTED
static final int DEFAULT_SUPPORTED
static final int DEFAULT_NOT_SUITABLE_BUT_STILL_POSSIBLE
UNSUPPORTED and
this value. Then you'll be below least suitable IJC build-in renderer.
| Method Detail |
|---|
int getSuitabilityFor(DFField field,
RendererFactory.RendererType type)
field - The field which we need the renderer fortype - One of the type from RendererFactory.RendererType enum constants
UNSUPPORTED and DEFAULT_SUPPORTED.IJCWidgetTableCellRenderer createTableCellRenderer()
IJCWidgetRenderer createWidgetRenderer()
IJCWidgetTextRenderer createWidgetTextRenderer()
|
com.im.ijc.core/1 5.9.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||