Class Docbook5CALSShowTablePropertiesOperation
- 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.Docbook5CALSShowTablePropertiesOperation
-
- All Implemented Interfaces:
AuthorOperation
,Extension
@API(type=INTERNAL, src=PUBLIC) public class Docbook5CALSShowTablePropertiesOperation extends CALSShowTableProperties
Class for edit properties on DB5 CALS tables.
-
-
Field Summary
-
Fields inherited from class ro.sync.ecss.extensions.commons.table.properties.CALSAndHTMLShowTablePropertiesBase
HORIZONTAL_ALIGN_VALUES, VERTICAL_ALIGN_VALUES
-
Fields inherited from class ro.sync.ecss.extensions.commons.table.properties.ShowTablePropertiesBaseOperation
authorAccess, tableHelper
-
Fields inherited from interface ro.sync.ecss.extensions.api.AuthorOperation
NAMESPACE_ARGUMENT, NAMESPACE_ARGUMENT_DESCRIPTOR, SCHEMA_AWARE_ARGUMENT, SCHEMA_AWARE_ARGUMENT_DESCRIPTOR
-
-
Constructor Summary
Constructors Constructor Description Docbook5CALSShowTablePropertiesOperation()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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>
getTableAttribute()
Obtain the table attributes.-
Methods inherited from class ro.sync.ecss.extensions.commons.table.properties.CALSShowTableProperties
getCellIndexes, getColSpecs, getElementsWithModifiedAttributes
-
Methods inherited from class ro.sync.ecss.extensions.commons.table.properties.CALSAndHTMLShowTablePropertiesBase
computeFragmentMoveInsideHeader, computeFragmentsToMoveInsideBody, computeFragmentsToMoveInsideFooter, getCategoriesAndProperties, getCellsAttributes, getColumnsAttributes, getRowsAttributesToEdit, processFragment
-
Methods inherited from class ro.sync.ecss.extensions.commons.table.properties.ShowTablePropertiesBaseOperation
checkRowSpans, doOperation, getArguments, getAttrProperty, getCommonValue, getDescription, getFragmentsAndOffsetsToInsert, getSelectedTab, getTableInformation, showTableProperties
-
-
-
-
Method Detail
-
getTableAttribute
protected java.util.List<TableProperty> getTableAttribute()
Description copied from class:ShowTablePropertiesBaseOperation
Obtain the table attributes.- Specified by:
getTableAttribute
in classShowTablePropertiesBaseOperation
- Returns:
- A list with
TableProperty
objects containing the table attributes qualified name, render string and possible values. - See Also:
ShowTablePropertiesBaseOperation.getTableAttribute()
-
getHelpPageID
protected java.lang.String getHelpPageID()
Description copied from class:ShowTablePropertiesBaseOperation
Get the ID of the help page which will be called by the end user.- Overrides:
getHelpPageID
in classShowTablePropertiesBaseOperation
- Returns:
- the ID of the help page which will be called by the end user or
null
. - See Also:
ShowTablePropertiesBaseOperation.getHelpPageID()
-
-