com.im.ijc.core/1 5.9.4

com.im.ijc.core.api.renderers
Interface IJCWidgetTextRenderer

All Superinterfaces:
Lookup.Provider

public interface IJCWidgetTextRenderer
extends Lookup.Provider


Nested Class Summary
static interface IJCWidgetTextRenderer.TextFormatInfo
           
 
Method Summary
 Lookup getLookup()
          Renderer's lookup providing additional functionality.
 IJCWidgetTextRenderer.TextFormatInfo getTextFormatInfo(Object value)
           
 boolean isMultiLine()
          allows to distinguish between single and multiline rendered.
 

Method Detail

getTextFormatInfo

IJCWidgetTextRenderer.TextFormatInfo getTextFormatInfo(Object value)

isMultiLine

boolean isMultiLine()
allows to distinguish between single and multiline rendered. Used by TextAreaWidget.


getLookup

Lookup getLookup()
Renderer's lookup providing additional functionality. This can be used by widget to delegate printing if JRPrintable instance is found there.

Specified by:
getLookup in interface Lookup.Provider

com.im.ijc.core/1 5.9.4