public interface

ICell

implements IItem
com.pnfsoftware.jeb.core.output.table.ICell
Known Indirect Subclasses

Class Overview

A table cell definition, the main constituent of ITableRows.

See Also

Summary

Public Methods
abstract String getLabel()
Get the label for that cell.

Public Methods

public abstract String getLabel ()

Get the label for that cell.

It is recommended to avoid new-line characters in the label. If new line characters are found, what happens to them is client-specific.

Returns
  • the label