@API(type=INTERNAL,
src=PUBLIC)
public class DocbookHTMLShowTablePropertiesOperationBase
extends CALSAndHTMLShowTablePropertiesBase
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BASELINE
HTML specific frame value.
|
static java.lang.String[] |
TABLE_FRAME_VALUES
Possible values for 'frame' attribute.
|
HORIZONTAL_ALIGN_VALUES, VERTICAL_ALIGN_VALUESauthorAccess, tableHelperNAMESPACE_ARGUMENT, NAMESPACE_ARGUMENT_DESCRIPTOR, SCHEMA_AWARE_ARGUMENT, SCHEMA_AWARE_ARGUMENT_DESCRIPTOR| Constructor and Description |
|---|
DocbookHTMLShowTablePropertiesOperationBase(TablePropertiesHelper helper)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<AuthorElement,java.util.Set<java.lang.Integer>> |
getCellIndexes(java.util.List<AuthorElement> cells)
Obtain the indexes for selected cells.
|
protected java.util.List<TableProperty> |
getCellsAttributes()
Obtain the value for the given attribute set on the given element.
|
protected java.util.List<AuthorElement> |
getColSpecs(java.util.Map<AuthorElement,java.util.Set<java.lang.Integer>> map)
Obtain the colspecs elements for the given cells indexes.
|
protected java.util.List<TableProperty> |
getColumnsAttributes()
Obtain the value for the given attribute set on the given element.
|
protected java.lang.String |
getHelpPageID()
Get the ID of the help page which will be called by the end user.
|
protected java.util.List<TableProperty> |
getRowsAttributesToEdit()
Obtain the attributes qualified name and render string (for rows).
|
protected java.util.List<TableProperty> |
getTableAttribute()
Obtain the table attributes.
|
protected void |
processFragment(AuthorElement currentNode,
java.util.List<AuthorDocumentFragment> fragments,
boolean moveToHeader)
Process the fragments and add them to the fragments to insert.
|
computeFragmentMoveInsideHeader, computeFragmentsToMoveInsideBody, computeFragmentsToMoveInsideFooter, getCategoriesAndPropertiescheckRowSpans, doOperation, getArguments, getAttrProperty, getCommonValue, getDescription, getElementsWithModifiedAttributes, getFragmentsAndOffsetsToInsert, getSelectedTab, getTableInformation, showTablePropertiespublic static final java.lang.String BASELINE
public static final java.lang.String[] TABLE_FRAME_VALUES
public DocbookHTMLShowTablePropertiesOperationBase(TablePropertiesHelper helper)
helper - The table helper.protected java.util.List<TableProperty> getRowsAttributesToEdit()
CALSAndHTMLShowTablePropertiesBasegetRowsAttributesToEdit in class CALSAndHTMLShowTablePropertiesBaseCALSAndHTMLShowTablePropertiesBase.getRowsAttributesToEdit()protected java.util.List<TableProperty> getCellsAttributes()
CALSAndHTMLShowTablePropertiesBasegetCellsAttributes in class CALSAndHTMLShowTablePropertiesBaseCALSAndHTMLShowTablePropertiesBase.getCellsAttributes()protected java.util.List<TableProperty> getColumnsAttributes()
CALSAndHTMLShowTablePropertiesBasegetColumnsAttributes in class CALSAndHTMLShowTablePropertiesBaseCALSAndHTMLShowTablePropertiesBase.getColumnsAttributes()protected void processFragment(AuthorElement currentNode, java.util.List<AuthorDocumentFragment> fragments, boolean moveToHeader) throws javax.swing.text.BadLocationException
CALSAndHTMLShowTablePropertiesBaseprocessFragment in class CALSAndHTMLShowTablePropertiesBasecurrentNode - The current row node.fragments - The list with fragment which will be inserted.moveToHeader - true if the current node is moved from body/footer to header.javax.swing.text.BadLocationExceptionCALSAndHTMLShowTablePropertiesBase.processFragment(ro.sync.ecss.extensions.api.node.AuthorElement, java.util.List, boolean)protected java.util.List<TableProperty> getTableAttribute()
ShowTablePropertiesBaseOperationgetTableAttribute in class ShowTablePropertiesBaseOperationTableProperty objects containing the table attributes
qualified name, render string and possible values.ShowTablePropertiesBaseOperation.getTableAttribute()protected java.util.List<AuthorElement> getColSpecs(java.util.Map<AuthorElement,java.util.Set<java.lang.Integer>> map)
CALSAndHTMLShowTablePropertiesBasegetColSpecs in class CALSAndHTMLShowTablePropertiesBasemap - A map containing the table elements and cells indexes.CALSAndHTMLShowTablePropertiesBase.getColSpecs(java.util.Map)protected java.util.Map<AuthorElement,java.util.Set<java.lang.Integer>> getCellIndexes(java.util.List<AuthorElement> cells)
CALSAndHTMLShowTablePropertiesBasegetCellIndexes in class CALSAndHTMLShowTablePropertiesBasecells - The selected cells.CALSAndHTMLShowTablePropertiesBase.getCellIndexes(java.util.List)protected java.lang.String getHelpPageID()
ShowTablePropertiesBaseOperationgetHelpPageID in class ShowTablePropertiesBaseOperationnull.ShowTablePropertiesBaseOperation.getHelpPageID()© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.