com.im.ijc.core/1 5.9.4

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

All Superinterfaces:
Lookup.Provider, TableCellRenderer

public interface IJCWidgetTableCellRenderer
extends Lookup.Provider, TableCellRenderer

Extension of TableCellRenderer to support vertical layout in sheet widget.


Method Summary
 int getLayoutHeight()
          Preferred height for this renderer or FILL_PARENT constant to indicate that the renderer can use available space
 Lookup getLookup()
          Renderer's lookup providing additional functionality.
 int getVerticalWeight()
          "Importance" value to allocate vertical space amongst components that can stretch their height.
 
Methods inherited from interface javax.swing.table.TableCellRenderer
getTableCellRendererComponent
 

Method Detail

getLayoutHeight

int getLayoutHeight()
Preferred height for this renderer or FILL_PARENT constant to indicate that the renderer can use available space


getVerticalWeight

int getVerticalWeight()
"Importance" value to allocate vertical space amongst components that can stretch their height. It is assumed that structure renderer can request more space than multi-line text.


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