Class Docbook4CALSShowTablePropertiesOperation
java.lang.Object
ro.sync.ecss.extensions.commons.table.properties.ShowTablePropertiesBaseOperation
ro.sync.ecss.extensions.commons.table.properties.CALSAndHTMLShowTablePropertiesBase
ro.sync.ecss.extensions.commons.table.properties.CALSShowTableProperties
ro.sync.ecss.extensions.docbook.table.properties.Docbook4CALSShowTablePropertiesOperation
- All Implemented Interfaces:
- AuthorOperation,- Extension
@API(type=INTERNAL,
     src=PUBLIC)
public class Docbook4CALSShowTablePropertiesOperation
extends CALSShowTableProperties
Class for edit properties on DB4 CALS tables.
- 
Field SummaryFields inherited from class ro.sync.ecss.extensions.commons.table.properties.CALSAndHTMLShowTablePropertiesBaseHORIZONTAL_ALIGN_VALUES, VERTICAL_ALIGN_VALUESFields inherited from class ro.sync.ecss.extensions.commons.table.properties.ShowTablePropertiesBaseOperationauthorAccess, tableHelperFields inherited from interface ro.sync.ecss.extensions.api.AuthorOperationNAMESPACE_ARGUMENT, NAMESPACE_ARGUMENT_DESCRIPTOR, SCHEMA_AWARE_ARGUMENT, SCHEMA_AWARE_ARGUMENT_DESCRIPTOR
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected StringGet the ID of the help page which will be called by the end user.protected List<TableProperty>Obtain the table attributes.Methods inherited from class ro.sync.ecss.extensions.commons.table.properties.CALSShowTablePropertiesgetCellIndexes, getColSpecs, getElementsWithModifiedAttributesMethods inherited from class ro.sync.ecss.extensions.commons.table.properties.CALSAndHTMLShowTablePropertiesBasecomputeFragmentMoveInsideHeader, computeFragmentsToMoveInsideBody, computeFragmentsToMoveInsideFooter, getCategoriesAndProperties, getCellsAttributes, getColumnsAttributes, getRowsAttributesToEdit, processFragmentMethods inherited from class ro.sync.ecss.extensions.commons.table.properties.ShowTablePropertiesBaseOperationcheckRowSpans, doOperation, getArguments, getAttrProperty, getCommonValue, getDescription, getFragmentsAndOffsetsToInsert, getSelectedTab, getTableInformation, showTableProperties
- 
Constructor Details- 
Docbook4CALSShowTablePropertiesOperationpublic Docbook4CALSShowTablePropertiesOperation()Constructor.
 
- 
- 
Method Details- 
getTableAttributeDescription copied from class:ShowTablePropertiesBaseOperationObtain the table attributes.- Specified by:
- getTableAttributein class- ShowTablePropertiesBaseOperation
- Returns:
- A list with TablePropertyobjects containing the table attributes qualified name, render string and possible values.
- See Also:
 
- 
getHelpPageIDDescription copied from class:ShowTablePropertiesBaseOperationGet the ID of the help page which will be called by the end user.- Overrides:
- getHelpPageIDin class- ShowTablePropertiesBaseOperation
- Returns:
- the ID of the help page which will be called by the end user or null.
- See Also:
 
 
-