Oxygen XML Editor 15.0 Author API

ro.sync.ecss.extensions.api
Class AuthorTableColumnWidthProviderBase

java.lang.Object
  extended by ro.sync.ecss.extensions.api.AuthorTableColumnWidthProviderBase
All Implemented Interfaces:
AuthorTableColumnWidthProvider, ro.sync.ecss.extensions.api.Extension
Direct Known Subclasses:
CALSandHTMLTableCellInfoProvider, CALSTableCellInfoProvider, DITATableCellInfoProvider, HTMLTableCellInfoProvider

@API(type=EXTENDABLE,
     src=PUBLIC)
public abstract class AuthorTableColumnWidthProviderBase
extends java.lang.Object
implements AuthorTableColumnWidthProvider

This is an interface for classes which are responsible for providing information and handling modifications regarding table and column widths. It should be implemented when the author extension being developed offers support for editing data in tabular form.


Constructor Summary
AuthorTableColumnWidthProviderBase()
           
 
Method Summary
abstract  java.util.List<WidthRepresentation> getAllColspecWidthRepresentations()
          Get all with representations defined in all colspecs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ro.sync.ecss.extensions.api.AuthorTableColumnWidthProvider
commitColumnWidthModifications, commitTableWidthModification, getCellWidth, getTableWidth, init, isAcceptingFixedColumnWidths, isAcceptingPercentageColumnWidths, isAcceptingProportionalColumnWidths, isTableAcceptingWidth, isTableAndColumnsResizable
 
Methods inherited from interface ro.sync.ecss.extensions.api.Extension
getDescription
 

Constructor Detail

AuthorTableColumnWidthProviderBase

public AuthorTableColumnWidthProviderBase()
Method Detail

getAllColspecWidthRepresentations

public abstract java.util.List<WidthRepresentation> getAllColspecWidthRepresentations()
Get all with representations defined in all colspecs. If a colspec does not specify a width, it is supposed to be 1*. If the table group specifies more columns than colspecs, those widths are supposed to be 1*.

Returns:
All width representations from the defined colspecs.

Oxygen XML Editor 15.0 Author API

© Copyright SyncRO Soft SRL 2002 - 2013. All rights reserved.