Interface DomTableEditorValue
- All Superinterfaces:
EditorValue<Table>
Deprecated.
The
DomTableEditorValue
interface represents the FirstSpirit input component CMS_INPUT_DOMTABLE
- Since:
- 2.3.17
-
Field Summary
Fields inherited from interface de.espirit.firstspirit.access.editor.EditorValue
COPY_PRESET, DEFAULT, DELETE, FALLBACK_LANGUAGE, LANG_KEY, SOLE_LANGUAGE, UNSUPPORTED
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.Adds a column for the given language after the defined column index.void
Deprecated.Adds a row for the given language after the defined row index.void
deleteColumn
(Language language, int column) Deprecated.Deletes the column for the given language and the defined index.void
Deprecated.Deletes the row for the given language and the defined index.@NotNull List<LinkTemplate>
Deprecated.Get a list of allowed link types.@Nullable TableCell
Deprecated.Gets thecell
of this dom table with the givenrow
&col
index ornull
if no cell exists with these indices.int
getColumns
(Language language) Deprecated.Provides the number of columns for the given language.de.espirit.firstspirit.access.store.templatestore.gom.GomDomTable
getForm()
Deprecated.Get the form definition.int
Deprecated.Provides the number of rows for the given language.getSection
(Language language, int row, int column) Deprecated.Get a cell defined by language, row, and column as Section object.Methods inherited from interface de.espirit.firstspirit.access.editor.EditorValue
addEditorValueListener, assimilate, beSet, clear, clear, findReferences, get, getContentType, getDataValue, getEditorLanguages, getGuiXml, getMatches, getSearchableString, getTagName, getValueType, initialize, isDefault, isEmpty, isLanguageDependent, isSet, isSet, isValid, removeEditorValueListener, set, setTagName, setValueNode, toXml, toXml, validate
-
Field Details
-
TABLE_KEY
Deprecated.Key for the table content.- Since:
- 4.0.17
- See Also:
-
-
Method Details
-
getRows
Deprecated.Provides the number of rows for the given language.- Parameters:
language
- The language for that the number of rows should be submitted.- Since:
- 3.0.95
-
getColumns
Deprecated.Provides the number of columns for the given language.- Parameters:
language
- The language for that the number of columns should be submitted.- Since:
- 3.0.95
-
addRow
Deprecated.Adds a row for the given language after the defined row index.- Parameters:
language
- The language for which the row should be added.afterRow
- The row index after which the row should be added.- Since:
- 3.0.95
-
deleteRow
Deprecated.Deletes the row for the given language and the defined index.- Parameters:
language
- The language for which the row should be deleted.row
- The row's index that should be deleted.- Since:
- 3.0.95
-
addColumn
Deprecated.Adds a column for the given language after the defined column index.- Parameters:
language
- The language for which the column should be added.afterColumn
- The column index after which the column should be added.- Since:
- 3.0.95
-
deleteColumn
Deprecated.Deletes the column for the given language and the defined index.- Parameters:
language
- The language for which the column should be deleted.column
- The column's index that should be deleted.- Since:
- 3.0.95
-
getCell
Deprecated.Gets thecell
of this dom table with the givenrow
&col
index ornull
if no cell exists with these indices.- Parameters:
language
- the language to get the cell value forrow
- the row indexcolumn
- the col index- Returns:
- TableCell or
null
if no cell exists for given indices - Since:
- 4.0.17
-
getForm
de.espirit.firstspirit.access.store.templatestore.gom.GomDomTable getForm()Deprecated.Get the form definition.- Specified by:
getForm
in interfaceEditorValue<Table>
- Returns:
- The form definition.
- Since:
- 4.0.17
-
getSection
Deprecated.Get a cell defined by language, row, and column as Section object.- Parameters:
language
- The language to look up.row
- The row of the cell.column
- The column of the cell.- Returns:
- The matching section or null.
- Since:
- 4.0.17
-
getAllowedLinkTemplates
Deprecated.Get a list of allowed link types.- Returns:
- The list of allowed link types.
- Since:
- 4.2.8
-
FormField
instead