public class TableBlockModel extends ContentBlockModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ALLTABLETEMPLATES
Generated constant - Attribute key of
TableBlock.allTableTemplates attribute defined at extension print. |
static String |
CELLS
Generated constant - Attribute key of
TableBlock.cells attribute defined at extension print. |
static String |
COLUMNS
Generated constant - Attribute key of
TableBlock.columns attribute defined at extension print. |
static String |
FOOTERROWCOUNT
Generated constant - Attribute key of
TableBlock.footerRowCount attribute defined at extension print. |
static String |
HEADERROWCOUNT
Generated constant - Attribute key of
TableBlock.headerRowCount attribute defined at extension print. |
static String |
ISTEMPLATE
Generated constant - Attribute key of
TableBlock.isTemplate attribute defined at extension print. |
static String |
LOCKED
Generated constant - Attribute key of
TableBlock.locked attribute defined at extension print. |
static String |
ROWS
Generated constant - Attribute key of
TableBlock.rows attribute defined at extension print. |
static String |
TABLEDATAHOLDERS
Generated constant - Attribute key of
TableBlock.tableDataHolders attribute defined at extension print. |
static String |
TABLESTYLE
Generated constant - Attribute key of
TableBlock.tableStyle attribute defined at extension print. |
static String |
TABLETEMPLATE
Generated constant - Attribute key of
TableBlock.tableTemplate attribute defined at extension print. |
static String |
WIDTH
Generated constant - Attribute key of
TableBlock.width attribute defined at extension print. |
static String |
WIDTHTYPE
Generated constant - Attribute key of
TableBlock.widthType attribute defined at extension print. |
_CATEGORY2CONTENTBLOCKRELATION, CATALOGVERSION, CATEGORIES, CODE, NAME, RENDEREDCONTENT_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
TableBlockModel()
Generated constructor - Default constructor for generic creation.
|
TableBlockModel(CatalogVersionModel _catalogVersion,
String _code)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
TableBlockModel(CatalogVersionModel _catalogVersion,
String _code,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
TableBlockModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
Collection<TableBlockModel> |
getAllTableTemplates()
Generated method - Getter of the
TableBlock.allTableTemplates attribute defined at extension print. |
Collection<CellEntryModel> |
getCells()
Generated method - Getter of the
TableBlock.cells attribute defined at extension print. |
List<ColumnEntryModel> |
getColumns()
Generated method - Getter of the
TableBlock.columns attribute defined at extension print. |
Integer |
getFooterRowCount()
Generated method - Getter of the
TableBlock.footerRowCount attribute defined at extension print. |
Integer |
getHeaderRowCount()
Generated method - Getter of the
TableBlock.headerRowCount attribute defined at extension print. |
Boolean |
getIsTemplate()
Generated method - Getter of the
TableBlock.isTemplate attribute defined at extension print. |
Boolean |
getLocked()
Generated method - Getter of the
TableBlock.locked attribute defined at extension print. |
List<RowEntryModel> |
getRows()
Generated method - Getter of the
TableBlock.rows attribute defined at extension print. |
Collection<AbstractTableDataHolderModel> |
getTableDataHolders()
Generated method - Getter of the
TableBlock.tableDataHolders attribute defined at extension print. |
TableStyleModel |
getTableStyle()
Generated method - Getter of the
TableBlock.tableStyle attribute defined at extension print. |
TableBlockModel |
getTableTemplate()
Generated method - Getter of the
TableBlock.tableTemplate attribute defined at extension print. |
Double |
getWidth()
Generated method - Getter of the
TableBlock.width attribute defined at extension print. |
TableWidthType |
getWidthType()
Generated method - Getter of the
TableBlock.widthType attribute defined at extension print. |
void |
setCells(Collection<CellEntryModel> value)
Generated method - Setter of
TableBlock.cells attribute defined at extension print. |
void |
setColumns(List<ColumnEntryModel> value)
Generated method - Setter of
TableBlock.columns attribute defined at extension print. |
void |
setFooterRowCount(Integer value)
Generated method - Setter of
TableBlock.footerRowCount attribute defined at extension print. |
void |
setHeaderRowCount(Integer value)
Generated method - Setter of
TableBlock.headerRowCount attribute defined at extension print. |
void |
setIsTemplate(Boolean value)
Generated method - Setter of
TableBlock.isTemplate attribute defined at extension print. |
void |
setLocked(Boolean value)
Generated method - Setter of
TableBlock.locked attribute defined at extension print. |
void |
setRows(List<RowEntryModel> value)
Generated method - Setter of
TableBlock.rows attribute defined at extension print. |
void |
setTableDataHolders(Collection<AbstractTableDataHolderModel> value)
Generated method - Setter of
TableBlock.tableDataHolders attribute defined at extension print. |
void |
setTableStyle(TableStyleModel value)
Generated method - Setter of
TableBlock.tableStyle attribute defined at extension print. |
void |
setTableTemplate(TableBlockModel value)
Generated method - Setter of
TableBlock.tableTemplate attribute defined at extension print. |
void |
setWidth(Double value)
Generated method - Setter of
TableBlock.width attribute defined at extension print. |
void |
setWidthType(TableWidthType value)
Generated method - Setter of
TableBlock.widthType attribute defined at extension print. |
getCatalogVersion, getCategories, getCode, getName, getName, getRenderedContent, setCatalogVersion, setCategories, setCode, setName, setNamegetComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String TABLETEMPLATE
TableBlock.tableTemplate attribute defined at extension print.public static final String ALLTABLETEMPLATES
TableBlock.allTableTemplates attribute defined at extension print.public static final String ISTEMPLATE
TableBlock.isTemplate attribute defined at extension print.public static final String TABLESTYLE
TableBlock.tableStyle attribute defined at extension print.public static final String WIDTHTYPE
TableBlock.widthType attribute defined at extension print.public static final String WIDTH
TableBlock.width attribute defined at extension print.public static final String LOCKED
TableBlock.locked attribute defined at extension print.public static final String HEADERROWCOUNT
TableBlock.headerRowCount attribute defined at extension print.public static final String FOOTERROWCOUNT
TableBlock.footerRowCount attribute defined at extension print.public static final String ROWS
TableBlock.rows attribute defined at extension print.public static final String COLUMNS
TableBlock.columns attribute defined at extension print.public static final String CELLS
TableBlock.cells attribute defined at extension print.public static final String TABLEDATAHOLDERS
TableBlock.tableDataHolders attribute defined at extension print.public TableBlockModel()
public TableBlockModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public TableBlockModel(CatalogVersionModel _catalogVersion, String _code)
_catalogVersion - initial attribute declared by type ContentBlock at extension print_code - initial attribute declared by type ContentBlock at extension print@Deprecated public TableBlockModel(CatalogVersionModel _catalogVersion, String _code, ItemModel _owner)
_catalogVersion - initial attribute declared by type ContentBlock at extension print_code - initial attribute declared by type ContentBlock at extension print_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="allTableTemplates", type=GETTER) public Collection<TableBlockModel> getAllTableTemplates()
TableBlock.allTableTemplates attribute defined at extension print.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="cells", type=GETTER) public Collection<CellEntryModel> getCells()
TableBlock.cells attribute defined at extension print.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="columns", type=GETTER) public List<ColumnEntryModel> getColumns()
TableBlock.columns attribute defined at extension print.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="footerRowCount", type=GETTER) public Integer getFooterRowCount()
TableBlock.footerRowCount attribute defined at extension print.@Accessor(qualifier="headerRowCount", type=GETTER) public Integer getHeaderRowCount()
TableBlock.headerRowCount attribute defined at extension print.@Accessor(qualifier="isTemplate", type=GETTER) public Boolean getIsTemplate()
TableBlock.isTemplate attribute defined at extension print.@Accessor(qualifier="locked", type=GETTER) public Boolean getLocked()
TableBlock.locked attribute defined at extension print.@Accessor(qualifier="rows", type=GETTER) public List<RowEntryModel> getRows()
TableBlock.rows attribute defined at extension print.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="tableDataHolders", type=GETTER) public Collection<AbstractTableDataHolderModel> getTableDataHolders()
TableBlock.tableDataHolders attribute defined at extension print.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="tableStyle", type=GETTER) public TableStyleModel getTableStyle()
TableBlock.tableStyle attribute defined at extension print.@Accessor(qualifier="tableTemplate", type=GETTER) public TableBlockModel getTableTemplate()
TableBlock.tableTemplate attribute defined at extension print.@Accessor(qualifier="width", type=GETTER) public Double getWidth()
TableBlock.width attribute defined at extension print.@Accessor(qualifier="widthType", type=GETTER) public TableWidthType getWidthType()
TableBlock.widthType attribute defined at extension print.@Accessor(qualifier="cells", type=SETTER) public void setCells(Collection<CellEntryModel> value)
TableBlock.cells attribute defined at extension print.value - the cells@Accessor(qualifier="columns", type=SETTER) public void setColumns(List<ColumnEntryModel> value)
TableBlock.columns attribute defined at extension print.value - the columns@Accessor(qualifier="footerRowCount", type=SETTER) public void setFooterRowCount(Integer value)
TableBlock.footerRowCount attribute defined at extension print.value - the footerRowCount@Accessor(qualifier="headerRowCount", type=SETTER) public void setHeaderRowCount(Integer value)
TableBlock.headerRowCount attribute defined at extension print.value - the headerRowCount@Accessor(qualifier="isTemplate", type=SETTER) public void setIsTemplate(Boolean value)
TableBlock.isTemplate attribute defined at extension print.value - the isTemplate@Accessor(qualifier="locked", type=SETTER) public void setLocked(Boolean value)
TableBlock.locked attribute defined at extension print.value - the locked@Accessor(qualifier="rows", type=SETTER) public void setRows(List<RowEntryModel> value)
TableBlock.rows attribute defined at extension print.value - the rows@Accessor(qualifier="tableDataHolders", type=SETTER) public void setTableDataHolders(Collection<AbstractTableDataHolderModel> value)
TableBlock.tableDataHolders attribute defined at extension print.value - the tableDataHolders@Accessor(qualifier="tableStyle", type=SETTER) public void setTableStyle(TableStyleModel value)
TableBlock.tableStyle attribute defined at extension print.value - the tableStyle@Accessor(qualifier="tableTemplate", type=SETTER) public void setTableTemplate(TableBlockModel value)
TableBlock.tableTemplate attribute defined at extension print.value - the tableTemplate@Accessor(qualifier="width", type=SETTER) public void setWidth(Double value)
TableBlock.width attribute defined at extension print.value - the width@Accessor(qualifier="widthType", type=SETTER) public void setWidthType(TableWidthType value)
TableBlock.widthType attribute defined at extension print.value - the widthTypeCopyright © 2017 SAP SE. All Rights Reserved.