Class GomDomTable
java.lang.Object
de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomElement
de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomFormElement
de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomDom
de.espirit.firstspirit.access.store.templatestore.gom.GomDomTable
- All Implemented Interfaces:
GomCheckable,GomElement,GomFormatProvider,GomFormElement,GomHideable,GomLangInfoProvider,GomLinkEditorProvider,GomSearchRelevancy,ImportEnabling,LineBreakable,Serializable
GOM implementation of DOM Table
- Since:
- 2.1
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.espirit.firstspirit.access.store.templatestore.gom.GomCheckable
GomCheckable.Context -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIndicates if the editor is allowed to change the number of columnsIndicates if the editor is allowed to merge cellsprotected StringReturn the default tag for a gom element.Get the editor state for importing CF_HTML content. requires the FirstSpirit-Office module.Height of table in rowsIndicates if the button for importing from MS Word (R) is enabledGet a comma separated list of available ruleset definitions. requires the FirstSpirit-Office module.Indicates if the editor is allowed to change cell propertiesExtends property dialog for the given parameter definitionsIndicates if the editor is allowed to change the number of rowsintheight()Convenience API forgetHeight()returning an integer valuevoidsetColumnChange(YesNo columnchange) Sets if the editor is allowed to change the number of columnsvoidsetCombine(YesNo combine) Sets if the editor is allowed to merge cellsvoidsetEnableImport(YesNo enableImport) Enables the button for importing CF_HTML content. requires the FirstSpirit-Office module.voidsetHeight(PositiveInteger height) Sets the height of the table in rowsvoidSets if the button for importing from MS Word (R) is enabledvoidsetImportRuleset(String importRuleset) Defines a comma separated list of available ruleset definitions. requires the FirstSpirit-Office module.voidsetProperties(YesNo properties) Sets if the editor is allowed to change cell propertiesvoidsetPropertyConfig(String propertyconfig) Sets the property config.voidsetRowChange(YesNo rowchange) Sets if the editor is allowed to change the number of rowsbooleanConvenience API forgetColumnChange()returning a boolean valuebooleanConvenience API forgetCombine()returning a boolean valuebooleanShow the button for importing CF_HTML content.booleanConvenience API forAbstractGomDom.getImport()returning a boolean valuebooleanConvenience API forgetProperties()returning a boolean valuebooleanConvenience API forgetRowChange()returning a boolean valueMethods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomDom
formats, getBold, getConvertEntities, getDevelop, getFormats, getItalic, getLinkEditors, getList, getListConfig, getListDefaultConfig, getNoBreak, getRows, getWidth, getWordImport, hasFormats, hasLinkEditors, isImportEnabled, linkEditors, rows, setBold, setDevelop, setItalic, setList, setListConfig, setListDefaultConfig, setRows, setWidth, setWordImport, showsBold, showsDevelop, showsItalic, showsList, validate, widthMethods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomFormElement
allowsEmpty, breaks, clone, convertEntities, description, fillsHorizontally, getAllowEmpty, getDefaultValue, getHFill, getHidden, getLabel, getLangInfos, getName, getPreset, getSearchRelevancy, getUseLanguages, isHidden, label, name, preset, setAllowEmpty, setConvertEntities, setDefaultValue, setHFill, setHidden, setLabel, setLabelAndDescription, setName, setNoBreak, setPreset, setSearchRelevancy, setUseLanguages, usesLanguages, verifyMethods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomElement
getGomElementTag, getIncludeConfiguration, hasRepresentation, setGomElementTag, setIncludeConfigurationMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.espirit.firstspirit.access.store.templatestore.gom.GomElement
getGomElementTag, getIncludeConfiguration, hasRepresentation, setGomElementTag, setIncludeConfiguration
-
Field Details
-
TAG
The tag of this component- Since:
- 4.0
- See Also:
-
-
Constructor Details
-
GomDomTable
public GomDomTable()
-
-
Method Details
-
getDefaultTag
Description copied from class:AbstractGomElementReturn the default tag for a gom element.- Specified by:
getDefaultTagin classAbstractGomElement- Returns:
- The elements default tag.
-
getColumnChange
Indicates if the editor is allowed to change the number of columns- Since:
- 2.1
-
setColumnChange
Sets if the editor is allowed to change the number of columns- Since:
- 2.1
-
getCombine
Indicates if the editor is allowed to merge cells- Since:
- 2.1
-
setCombine
Sets if the editor is allowed to merge cells- Since:
- 2.1
-
getImport
Description copied from class:AbstractGomDomIndicates if the button for importing from MS Word (R) is enabled- Overrides:
getImportin classAbstractGomDom
-
setImport
Description copied from class:AbstractGomDomSets if the button for importing from MS Word (R) is enabled- Overrides:
setImportin classAbstractGomDom
-
getEnableImport
Description copied from class:AbstractGomDomGet the editor state for importing CF_HTML content. requires the FirstSpirit-Office module.- Overrides:
getEnableImportin classAbstractGomDom- Returns:
- YesNo Enable button for importing CF_HTML content.
- Since:
- 4.2
-
setEnableImport
Description copied from class:AbstractGomDomEnables the button for importing CF_HTML content. requires the FirstSpirit-Office module.- Overrides:
setEnableImportin classAbstractGomDom- Parameters:
enableImport- Enable button for importing CF_HTML content.- Since:
- 4.2
-
getImportRuleset
Description copied from class:AbstractGomDomGet a comma separated list of available ruleset definitions. requires the FirstSpirit-Office module.- Overrides:
getImportRulesetin classAbstractGomDom- Returns:
- a comma separated list of the available ruleset.
- Since:
- 4.2
-
setImportRuleset
Description copied from class:AbstractGomDomDefines a comma separated list of available ruleset definitions. requires the FirstSpirit-Office module.- Overrides:
setImportRulesetin classAbstractGomDom- Parameters:
importRuleset- a comma separated list of the available ruleset definitions.- Since:
- 4.2
-
showsImport
public boolean showsImport()Description copied from class:AbstractGomDomConvenience API forAbstractGomDom.getImport()returning a boolean value- Overrides:
showsImportin classAbstractGomDom
-
showsEnableImport
public boolean showsEnableImport()Show the button for importing CF_HTML content.- Overrides:
showsEnableImportin classAbstractGomDom- Returns:
trueif enabled, otherwisefalse- Since:
- 4.2
-
getHeight
Height of table in rows- Since:
- 2.1
-
setHeight
Sets the height of the table in rows- Since:
- 2.1
-
getProperties
Indicates if the editor is allowed to change cell properties- Since:
- 2.1
-
setProperties
Sets if the editor is allowed to change cell properties- Since:
- 2.1
-
getPropertyConfig
Extends property dialog for the given parameter definitions- Since:
- 2.1
-
setPropertyConfig
Sets the property config.- Since:
- 2.1
-
getRowChange
Indicates if the editor is allowed to change the number of rows- Since:
- 2.1
-
setRowChange
Sets if the editor is allowed to change the number of rows- Since:
- 2.1
-
showsRowChange
public boolean showsRowChange()Convenience API forgetRowChange()returning a boolean value- Since:
- 2.1
-
showsColumnChange
public boolean showsColumnChange()Convenience API forgetColumnChange()returning a boolean value- Since:
- 2.1
-
showsCombine
public boolean showsCombine()Convenience API forgetCombine()returning a boolean value- Since:
- 2.1
-
showsProperties
public boolean showsProperties()Convenience API forgetProperties()returning a boolean value- Since:
- 2.1
-
height
public int height()Convenience API forgetHeight()returning an integer value- Returns:
- the height of the table as rows or 6 if unset
- Since:
- 4.1.10
-