|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DomTableEditorValue
The DomTableEditorValue
interface represents the FirstSpirit input component CMS_INPUT_DOMTABLE
How to get and store value |
Field Summary | |
---|---|
static String |
TABLE_KEY
|
Fields inherited from interface de.espirit.firstspirit.access.editor.EditorValue |
---|
COPY_PRESET, DEFAULT, DELETE, FALLBACK_LANGUAGE, LANG_KEY, SOLE_LANGUAGE, UNSUPPORTED |
Method Summary | |
---|---|
void |
addColumn(Language language,
int afterColumn)
|
void |
addRow(Language language,
int afterRow)
|
void |
deleteColumn(Language language,
int column)
|
void |
deleteRow(Language language,
int row)
|
List |
getAllowedLinks()
Deprecated. since 4.0.17 - use getForm().getLinkEditors() |
List<LinkTemplate> |
getAllowedLinkTemplates()
Get a list of allowed link types. |
TableCell |
getCell(Language language,
int row,
int column)
Gets the cell of this dom table with the given row & col index
or null if no cell exists with these indices. |
int |
getColumns(Language language)
|
GomDomTable |
getForm()
Get the form definition. |
de.espirit.firstspirit.access.link.LinkConfig[] |
getLinkConfig()
Deprecated. since 4.0.17 - use GomDomTable |
de.espirit.firstspirit.access.link.LinkConfig |
getLinkConfig(String name)
Deprecated. since 4.0.17 - use GomDomTable |
Map |
getListDefaultConfig()
Deprecated. since 4.0.17 - use GomDomTable |
int |
getRows(Language language)
|
Section |
getSection(Language language,
int row,
int column)
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, getGuiClassName, getGuiXml, getMatches, getReferences, getSearchableString, getTagName, getValue, getValue, getValueType, init, initialize, isDefault, isEmpty, isLanguageDependant, isLanguageDependent, isSet, isSet, isValid, removeEditorValueListener, set, setTagName, setValue, setValue, setValueNode, toXml, toXml, validate |
Field Detail |
---|
static final String TABLE_KEY
Method Detail |
---|
int getRows(Language language)
int getColumns(Language language)
void addRow(Language language, int afterRow)
void deleteRow(Language language, int row)
void addColumn(Language language, int afterColumn)
void deleteColumn(Language language, int column)
@Nullable TableCell getCell(Language language, int row, int column)
cell
of this dom table with the given row
& col
index
or null
if no cell exists with these indices.
language
- the language to get the cell value forrow
- the row indexcolumn
- the col index
null
if no cell exists for given indices@Deprecated de.espirit.firstspirit.access.link.LinkConfig[] getLinkConfig()
GomDomTable
@Deprecated de.espirit.firstspirit.access.link.LinkConfig getLinkConfig(String name)
GomDomTable
@Deprecated List getAllowedLinks()
getForm().getLinkEditors()
@Deprecated Map getListDefaultConfig()
GomDomTable
GomDomTable getForm()
EditorValue
getForm
in interface EditorValue<Table>
Section getSection(Language language, int row, int column)
language
- The language to look up.row
- The row of the cell.column
- The column of the cell.
@NotNull List<LinkTemplate> getAllowedLinkTemplates()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |