Class CALSandHTMLTableCellSpanProvider
java.lang.Object
ro.sync.ecss.extensions.api.AuthorTableColumnWidthProviderBase
ro.sync.ecss.extensions.commons.table.support.CALSandHTMLTableCellInfoProvider
ro.sync.ecss.extensions.commons.table.spansupport.CALSandHTMLTableCellSpanProvider
- All Implemented Interfaces:
AuthorTableCellSpanProvider
,AuthorTableColumnWidthProvider
,Extension
@API(type=INTERNAL,
src=PUBLIC)
public class CALSandHTMLTableCellSpanProvider
extends CALSandHTMLTableCellInfoProvider
Empty implementation for backward compatibility .
A table cell span info provider used for frameworks that have both CALS and HTML tables.
-
Field Summary
Fields inherited from class ro.sync.ecss.extensions.api.AuthorTableColumnWidthProviderBase
errorsListener
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ro.sync.ecss.extensions.commons.table.support.CALSandHTMLTableCellInfoProvider
commitColumnWidthModifications, commitTableWidthModification, getAllColspecWidthRepresentations, getCALSTableCellSpanProvider, getCellWidth, getColSpan, getDescription, getRowSpan, getTableWidth, getXHTMLTableCellSpanProvider, hasColumnSpecifications, init, isAcceptingFixedColumnWidths, isAcceptingPercentageColumnWidths, isAcceptingProportionalColumnWidths, isPreferPercentageColumnWidths, isTableAcceptingWidth, isTableAndColumnsResizable
Methods inherited from class ro.sync.ecss.extensions.api.AuthorTableColumnWidthProviderBase
getErrorsListener, setErrorsListener
-
Constructor Details
-
CALSandHTMLTableCellSpanProvider
public CALSandHTMLTableCellSpanProvider()
-