public abstract class GeneratedTableBlock extends ContentBlock
TableBlock.GenericItem.GenericItemImplLocalizableItem.LocalizableItemImplExtensibleItem.ExtensibleItemImplItem.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException| Modifier and Type | Field and Description |
|---|---|
static String |
ALLTABLETEMPLATES
Qualifier of the
TableBlock.allTableTemplates attribute |
static String |
CELLS
Qualifier of the
TableBlock.cells attribute |
protected static OneToManyHandler<CellEntry> |
CELLSHANDLER
OneToManyHandler for handling 1:n CELLS's relation attributes from 'many' side. |
static String |
COLUMNS
Qualifier of the
TableBlock.columns attribute |
protected static OneToManyHandler<ColumnEntry> |
COLUMNSHANDLER
OneToManyHandler for handling 1:n COLUMNS's relation attributes from 'many' side. |
protected static Map<String,Item.AttributeMode> |
DEFAULT_INITIAL_ATTRIBUTES |
static String |
FOOTERROWCOUNT
Qualifier of the
TableBlock.footerRowCount attribute |
static String |
HEADERROWCOUNT
Qualifier of the
TableBlock.headerRowCount attribute |
static String |
ISTEMPLATE
Qualifier of the
TableBlock.isTemplate attribute |
static String |
LOCKED
Qualifier of the
TableBlock.locked attribute |
static String |
ROWS
Qualifier of the
TableBlock.rows attribute |
protected static OneToManyHandler<RowEntry> |
ROWSHANDLER
OneToManyHandler for handling 1:n ROWS's relation attributes from 'many' side. |
static String |
TABLEDATAHOLDERS
Qualifier of the
TableBlock.tableDataHolders attribute |
protected static OneToManyHandler<AbstractTableDataHolder> |
TABLEDATAHOLDERSHANDLER
OneToManyHandler for handling 1:n TABLEDATAHOLDERS's relation attributes from 'many' side. |
static String |
TABLESTYLE
Qualifier of the
TableBlock.tableStyle attribute |
static String |
TABLETEMPLATE
Qualifier of the
TableBlock.tableTemplate attribute |
static String |
WIDTH
Qualifier of the
TableBlock.width attribute |
static String |
WIDTHTYPE
Qualifier of the
TableBlock.widthType attribute |
CATALOGVERSION, CATEGORIES, CATEGORY2CONTENTBLOCKRELATION_MARKMODIFIED, CATEGORY2CONTENTBLOCKRELATION_SRC_ORDERED, CATEGORY2CONTENTBLOCKRELATION_TGT_ORDERED, CODE, NAME, RENDEREDCONTENTLANGUAGE_FALLBACK_ENABLED_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPEimpl, tenant| Constructor and Description |
|---|
GeneratedTableBlock() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToCells(CellEntry value)
Generated method - Adds
value to cells. |
void |
addToCells(SessionContext ctx,
CellEntry value)
Generated method - Adds
value to cells. |
void |
addToColumns(ColumnEntry value)
Generated method - Adds
value to columns. |
void |
addToColumns(SessionContext ctx,
ColumnEntry value)
Generated method - Adds
value to columns. |
void |
addToRows(RowEntry value)
Generated method - Adds
value to rows. |
void |
addToRows(SessionContext ctx,
RowEntry value)
Generated method - Adds
value to rows. |
void |
addToTableDataHolders(AbstractTableDataHolder value)
Generated method - Adds
value to tableDataHolders. |
void |
addToTableDataHolders(SessionContext ctx,
AbstractTableDataHolder value)
Generated method - Adds
value to tableDataHolders. |
Collection<TableBlock> |
getAllTableTemplates()
Generated method - Getter of the
TableBlock.allTableTemplates attribute. |
abstract Collection<TableBlock> |
getAllTableTemplates(SessionContext ctx)
Generated method - Getter of the
TableBlock.allTableTemplates attribute. |
Collection<CellEntry> |
getCells()
Generated method - Getter of the
TableBlock.cells attribute. |
Collection<CellEntry> |
getCells(SessionContext ctx)
Generated method - Getter of the
TableBlock.cells attribute. |
List<ColumnEntry> |
getColumns()
Generated method - Getter of the
TableBlock.columns attribute. |
List<ColumnEntry> |
getColumns(SessionContext ctx)
Generated method - Getter of the
TableBlock.columns attribute. |
protected Map<String,Item.AttributeMode> |
getDefaultAttributeModes() |
Integer |
getFooterRowCount()
Generated method - Getter of the
TableBlock.footerRowCount attribute. |
Integer |
getFooterRowCount(SessionContext ctx)
Generated method - Getter of the
TableBlock.footerRowCount attribute. |
int |
getFooterRowCountAsPrimitive()
Generated method - Getter of the
TableBlock.footerRowCount attribute. |
int |
getFooterRowCountAsPrimitive(SessionContext ctx)
Generated method - Getter of the
TableBlock.footerRowCount attribute. |
Integer |
getHeaderRowCount()
Generated method - Getter of the
TableBlock.headerRowCount attribute. |
Integer |
getHeaderRowCount(SessionContext ctx)
Generated method - Getter of the
TableBlock.headerRowCount attribute. |
int |
getHeaderRowCountAsPrimitive()
Generated method - Getter of the
TableBlock.headerRowCount attribute. |
int |
getHeaderRowCountAsPrimitive(SessionContext ctx)
Generated method - Getter of the
TableBlock.headerRowCount attribute. |
List<RowEntry> |
getRows()
Generated method - Getter of the
TableBlock.rows attribute. |
List<RowEntry> |
getRows(SessionContext ctx)
Generated method - Getter of the
TableBlock.rows attribute. |
Collection<AbstractTableDataHolder> |
getTableDataHolders()
Generated method - Getter of the
TableBlock.tableDataHolders attribute. |
Collection<AbstractTableDataHolder> |
getTableDataHolders(SessionContext ctx)
Generated method - Getter of the
TableBlock.tableDataHolders attribute. |
TableStyle |
getTableStyle()
Generated method - Getter of the
TableBlock.tableStyle attribute. |
TableStyle |
getTableStyle(SessionContext ctx)
Generated method - Getter of the
TableBlock.tableStyle attribute. |
TableBlock |
getTableTemplate()
Generated method - Getter of the
TableBlock.tableTemplate attribute. |
TableBlock |
getTableTemplate(SessionContext ctx)
Generated method - Getter of the
TableBlock.tableTemplate attribute. |
Double |
getWidth()
Generated method - Getter of the
TableBlock.width attribute. |
Double |
getWidth(SessionContext ctx)
Generated method - Getter of the
TableBlock.width attribute. |
double |
getWidthAsPrimitive()
Generated method - Getter of the
TableBlock.width attribute. |
double |
getWidthAsPrimitive(SessionContext ctx)
Generated method - Getter of the
TableBlock.width attribute. |
EnumerationValue |
getWidthType()
Generated method - Getter of the
TableBlock.widthType attribute. |
EnumerationValue |
getWidthType(SessionContext ctx)
Generated method - Getter of the
TableBlock.widthType attribute. |
Boolean |
isIsTemplate()
Generated method - Getter of the
TableBlock.isTemplate attribute. |
Boolean |
isIsTemplate(SessionContext ctx)
Generated method - Getter of the
TableBlock.isTemplate attribute. |
boolean |
isIsTemplateAsPrimitive()
Generated method - Getter of the
TableBlock.isTemplate attribute. |
boolean |
isIsTemplateAsPrimitive(SessionContext ctx)
Generated method - Getter of the
TableBlock.isTemplate attribute. |
Boolean |
isLocked()
Generated method - Getter of the
TableBlock.locked attribute. |
Boolean |
isLocked(SessionContext ctx)
Generated method - Getter of the
TableBlock.locked attribute. |
boolean |
isLockedAsPrimitive()
Generated method - Getter of the
TableBlock.locked attribute. |
boolean |
isLockedAsPrimitive(SessionContext ctx)
Generated method - Getter of the
TableBlock.locked attribute. |
void |
removeFromCells(CellEntry value)
Generated method - Removes
value from cells. |
void |
removeFromCells(SessionContext ctx,
CellEntry value)
Generated method - Removes
value from cells. |
void |
removeFromColumns(ColumnEntry value)
Generated method - Removes
value from columns. |
void |
removeFromColumns(SessionContext ctx,
ColumnEntry value)
Generated method - Removes
value from columns. |
void |
removeFromRows(RowEntry value)
Generated method - Removes
value from rows. |
void |
removeFromRows(SessionContext ctx,
RowEntry value)
Generated method - Removes
value from rows. |
void |
removeFromTableDataHolders(AbstractTableDataHolder value)
Generated method - Removes
value from tableDataHolders. |
void |
removeFromTableDataHolders(SessionContext ctx,
AbstractTableDataHolder value)
Generated method - Removes
value from tableDataHolders. |
void |
setCells(Collection<CellEntry> value)
Generated method - Setter of the
TableBlock.cells attribute. |
void |
setCells(SessionContext ctx,
Collection<CellEntry> value)
Generated method - Setter of the
TableBlock.cells attribute. |
void |
setColumns(List<ColumnEntry> value)
Generated method - Setter of the
TableBlock.columns attribute. |
void |
setColumns(SessionContext ctx,
List<ColumnEntry> value)
Generated method - Setter of the
TableBlock.columns attribute. |
void |
setFooterRowCount(int value)
Generated method - Setter of the
TableBlock.footerRowCount attribute. |
void |
setFooterRowCount(Integer value)
Generated method - Setter of the
TableBlock.footerRowCount attribute. |
void |
setFooterRowCount(SessionContext ctx,
int value)
Generated method - Setter of the
TableBlock.footerRowCount attribute. |
void |
setFooterRowCount(SessionContext ctx,
Integer value)
Generated method - Setter of the
TableBlock.footerRowCount attribute. |
void |
setHeaderRowCount(int value)
Generated method - Setter of the
TableBlock.headerRowCount attribute. |
void |
setHeaderRowCount(Integer value)
Generated method - Setter of the
TableBlock.headerRowCount attribute. |
void |
setHeaderRowCount(SessionContext ctx,
int value)
Generated method - Setter of the
TableBlock.headerRowCount attribute. |
void |
setHeaderRowCount(SessionContext ctx,
Integer value)
Generated method - Setter of the
TableBlock.headerRowCount attribute. |
void |
setIsTemplate(boolean value)
Generated method - Setter of the
TableBlock.isTemplate attribute. |
void |
setIsTemplate(Boolean value)
Generated method - Setter of the
TableBlock.isTemplate attribute. |
void |
setIsTemplate(SessionContext ctx,
boolean value)
Generated method - Setter of the
TableBlock.isTemplate attribute. |
void |
setIsTemplate(SessionContext ctx,
Boolean value)
Generated method - Setter of the
TableBlock.isTemplate attribute. |
void |
setLocked(boolean value)
Generated method - Setter of the
TableBlock.locked attribute. |
void |
setLocked(Boolean value)
Generated method - Setter of the
TableBlock.locked attribute. |
void |
setLocked(SessionContext ctx,
boolean value)
Generated method - Setter of the
TableBlock.locked attribute. |
void |
setLocked(SessionContext ctx,
Boolean value)
Generated method - Setter of the
TableBlock.locked attribute. |
void |
setRows(List<RowEntry> value)
Generated method - Setter of the
TableBlock.rows attribute. |
void |
setRows(SessionContext ctx,
List<RowEntry> value)
Generated method - Setter of the
TableBlock.rows attribute. |
void |
setTableDataHolders(Collection<AbstractTableDataHolder> value)
Generated method - Setter of the
TableBlock.tableDataHolders attribute. |
void |
setTableDataHolders(SessionContext ctx,
Collection<AbstractTableDataHolder> value)
Generated method - Setter of the
TableBlock.tableDataHolders attribute. |
void |
setTableStyle(SessionContext ctx,
TableStyle value)
Generated method - Setter of the
TableBlock.tableStyle attribute. |
void |
setTableStyle(TableStyle value)
Generated method - Setter of the
TableBlock.tableStyle attribute. |
void |
setTableTemplate(SessionContext ctx,
TableBlock value)
Generated method - Setter of the
TableBlock.tableTemplate attribute. |
void |
setTableTemplate(TableBlock value)
Generated method - Setter of the
TableBlock.tableTemplate attribute. |
void |
setWidth(double value)
Generated method - Setter of the
TableBlock.width attribute. |
void |
setWidth(Double value)
Generated method - Setter of the
TableBlock.width attribute. |
void |
setWidth(SessionContext ctx,
double value)
Generated method - Setter of the
TableBlock.width attribute. |
void |
setWidth(SessionContext ctx,
Double value)
Generated method - Setter of the
TableBlock.width attribute. |
void |
setWidthType(EnumerationValue value)
Generated method - Setter of the
TableBlock.widthType attribute. |
void |
setWidthType(SessionContext ctx,
EnumerationValue value)
Generated method - Setter of the
TableBlock.widthType attribute. |
addToCategories, addToCategories, getAllName, getAllName, getCatalogVersion, getCatalogVersion, getCategories, getCategories, getCategoriesCount, getCategoriesCount, getCode, getCode, getName, getName, getRenderedContent, getRenderedContent, removeFromCategories, removeFromCategories, setAllName, setAllName, setCatalogVersion, setCatalogVersion, setCategories, setCategories, setCode, setCode, setName, setNamecreateItem, getInitialProperties, getNonInitialAttributesgetAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedPropertycreateNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setPropertyaddLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, readResolve, refreshRemote, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplacegetImplementation, setTenantpublic static final String TABLETEMPLATE
TableBlock.tableTemplate attributepublic static final String ALLTABLETEMPLATES
TableBlock.allTableTemplates attributepublic static final String ISTEMPLATE
TableBlock.isTemplate attributepublic static final String TABLESTYLE
TableBlock.tableStyle attributepublic static final String WIDTHTYPE
TableBlock.widthType attributepublic static final String WIDTH
TableBlock.width attributepublic static final String LOCKED
TableBlock.locked attributepublic static final String HEADERROWCOUNT
TableBlock.headerRowCount attributepublic static final String FOOTERROWCOUNT
TableBlock.footerRowCount attributepublic static final String ROWS
TableBlock.rows attributepublic static final String COLUMNS
TableBlock.columns attributepublic static final String CELLS
TableBlock.cells attributepublic static final String TABLEDATAHOLDERS
TableBlock.tableDataHolders attributeprotected static final OneToManyHandler<RowEntry> ROWSHANDLER
OneToManyHandler for handling 1:n ROWS's relation attributes from 'many' side.protected static final OneToManyHandler<ColumnEntry> COLUMNSHANDLER
OneToManyHandler for handling 1:n COLUMNS's relation attributes from 'many' side.protected static final OneToManyHandler<CellEntry> CELLSHANDLER
OneToManyHandler for handling 1:n CELLS's relation attributes from 'many' side.protected static final OneToManyHandler<AbstractTableDataHolder> TABLEDATAHOLDERSHANDLER
OneToManyHandler for handling 1:n TABLEDATAHOLDERS's relation attributes from 'many' side.protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
getDefaultAttributeModes in class GeneratedContentBlockpublic abstract Collection<TableBlock> getAllTableTemplates(SessionContext ctx)
TableBlock.allTableTemplates attribute.public Collection<TableBlock> getAllTableTemplates()
TableBlock.allTableTemplates attribute.public Collection<CellEntry> getCells(SessionContext ctx)
TableBlock.cells attribute.public Collection<CellEntry> getCells()
TableBlock.cells attribute.public void setCells(SessionContext ctx, Collection<CellEntry> value)
TableBlock.cells attribute.value - the cellspublic void setCells(Collection<CellEntry> value)
TableBlock.cells attribute.value - the cellspublic void addToCells(SessionContext ctx, CellEntry value)
value to cells.value - the item to add to cellspublic void addToCells(CellEntry value)
value to cells.value - the item to add to cellspublic void removeFromCells(SessionContext ctx, CellEntry value)
value from cells.value - the item to remove from cellspublic void removeFromCells(CellEntry value)
value from cells.value - the item to remove from cellspublic List<ColumnEntry> getColumns(SessionContext ctx)
TableBlock.columns attribute.public List<ColumnEntry> getColumns()
TableBlock.columns attribute.public void setColumns(SessionContext ctx, List<ColumnEntry> value)
TableBlock.columns attribute.value - the columnspublic void setColumns(List<ColumnEntry> value)
TableBlock.columns attribute.value - the columnspublic void addToColumns(SessionContext ctx, ColumnEntry value)
value to columns.value - the item to add to columnspublic void addToColumns(ColumnEntry value)
value to columns.value - the item to add to columnspublic void removeFromColumns(SessionContext ctx, ColumnEntry value)
value from columns.value - the item to remove from columnspublic void removeFromColumns(ColumnEntry value)
value from columns.value - the item to remove from columnspublic Integer getFooterRowCount(SessionContext ctx)
TableBlock.footerRowCount attribute.public Integer getFooterRowCount()
TableBlock.footerRowCount attribute.public int getFooterRowCountAsPrimitive(SessionContext ctx)
TableBlock.footerRowCount attribute.public int getFooterRowCountAsPrimitive()
TableBlock.footerRowCount attribute.public void setFooterRowCount(SessionContext ctx, Integer value)
TableBlock.footerRowCount attribute.value - the footerRowCountpublic void setFooterRowCount(Integer value)
TableBlock.footerRowCount attribute.value - the footerRowCountpublic void setFooterRowCount(SessionContext ctx, int value)
TableBlock.footerRowCount attribute.value - the footerRowCountpublic void setFooterRowCount(int value)
TableBlock.footerRowCount attribute.value - the footerRowCountpublic Integer getHeaderRowCount(SessionContext ctx)
TableBlock.headerRowCount attribute.public Integer getHeaderRowCount()
TableBlock.headerRowCount attribute.public int getHeaderRowCountAsPrimitive(SessionContext ctx)
TableBlock.headerRowCount attribute.public int getHeaderRowCountAsPrimitive()
TableBlock.headerRowCount attribute.public void setHeaderRowCount(SessionContext ctx, Integer value)
TableBlock.headerRowCount attribute.value - the headerRowCountpublic void setHeaderRowCount(Integer value)
TableBlock.headerRowCount attribute.value - the headerRowCountpublic void setHeaderRowCount(SessionContext ctx, int value)
TableBlock.headerRowCount attribute.value - the headerRowCountpublic void setHeaderRowCount(int value)
TableBlock.headerRowCount attribute.value - the headerRowCountpublic Boolean isIsTemplate(SessionContext ctx)
TableBlock.isTemplate attribute.public Boolean isIsTemplate()
TableBlock.isTemplate attribute.public boolean isIsTemplateAsPrimitive(SessionContext ctx)
TableBlock.isTemplate attribute.public boolean isIsTemplateAsPrimitive()
TableBlock.isTemplate attribute.public void setIsTemplate(SessionContext ctx, Boolean value)
TableBlock.isTemplate attribute.value - the isTemplatepublic void setIsTemplate(Boolean value)
TableBlock.isTemplate attribute.value - the isTemplatepublic void setIsTemplate(SessionContext ctx, boolean value)
TableBlock.isTemplate attribute.value - the isTemplatepublic void setIsTemplate(boolean value)
TableBlock.isTemplate attribute.value - the isTemplatepublic Boolean isLocked(SessionContext ctx)
TableBlock.locked attribute.public Boolean isLocked()
TableBlock.locked attribute.public boolean isLockedAsPrimitive(SessionContext ctx)
TableBlock.locked attribute.public boolean isLockedAsPrimitive()
TableBlock.locked attribute.public void setLocked(SessionContext ctx, Boolean value)
TableBlock.locked attribute.value - the lockedpublic void setLocked(Boolean value)
TableBlock.locked attribute.value - the lockedpublic void setLocked(SessionContext ctx, boolean value)
TableBlock.locked attribute.value - the lockedpublic void setLocked(boolean value)
TableBlock.locked attribute.value - the lockedpublic List<RowEntry> getRows(SessionContext ctx)
TableBlock.rows attribute.public List<RowEntry> getRows()
TableBlock.rows attribute.public void setRows(SessionContext ctx, List<RowEntry> value)
TableBlock.rows attribute.value - the rowspublic void setRows(List<RowEntry> value)
TableBlock.rows attribute.value - the rowspublic void addToRows(SessionContext ctx, RowEntry value)
value to rows.value - the item to add to rowspublic void addToRows(RowEntry value)
value to rows.value - the item to add to rowspublic void removeFromRows(SessionContext ctx, RowEntry value)
value from rows.value - the item to remove from rowspublic void removeFromRows(RowEntry value)
value from rows.value - the item to remove from rowspublic Collection<AbstractTableDataHolder> getTableDataHolders(SessionContext ctx)
TableBlock.tableDataHolders attribute.public Collection<AbstractTableDataHolder> getTableDataHolders()
TableBlock.tableDataHolders attribute.public void setTableDataHolders(SessionContext ctx, Collection<AbstractTableDataHolder> value)
TableBlock.tableDataHolders attribute.value - the tableDataHolderspublic void setTableDataHolders(Collection<AbstractTableDataHolder> value)
TableBlock.tableDataHolders attribute.value - the tableDataHolderspublic void addToTableDataHolders(SessionContext ctx, AbstractTableDataHolder value)
value to tableDataHolders.value - the item to add to tableDataHolderspublic void addToTableDataHolders(AbstractTableDataHolder value)
value to tableDataHolders.value - the item to add to tableDataHolderspublic void removeFromTableDataHolders(SessionContext ctx, AbstractTableDataHolder value)
value from tableDataHolders.value - the item to remove from tableDataHolderspublic void removeFromTableDataHolders(AbstractTableDataHolder value)
value from tableDataHolders.value - the item to remove from tableDataHolderspublic TableStyle getTableStyle(SessionContext ctx)
TableBlock.tableStyle attribute.public TableStyle getTableStyle()
TableBlock.tableStyle attribute.public void setTableStyle(SessionContext ctx, TableStyle value)
TableBlock.tableStyle attribute.value - the tableStylepublic void setTableStyle(TableStyle value)
TableBlock.tableStyle attribute.value - the tableStylepublic TableBlock getTableTemplate(SessionContext ctx)
TableBlock.tableTemplate attribute.public TableBlock getTableTemplate()
TableBlock.tableTemplate attribute.public void setTableTemplate(SessionContext ctx, TableBlock value)
TableBlock.tableTemplate attribute.value - the tableTemplatepublic void setTableTemplate(TableBlock value)
TableBlock.tableTemplate attribute.value - the tableTemplatepublic Double getWidth(SessionContext ctx)
TableBlock.width attribute.public Double getWidth()
TableBlock.width attribute.public double getWidthAsPrimitive(SessionContext ctx)
TableBlock.width attribute.public double getWidthAsPrimitive()
TableBlock.width attribute.public void setWidth(SessionContext ctx, Double value)
TableBlock.width attribute.value - the widthpublic void setWidth(Double value)
TableBlock.width attribute.value - the widthpublic void setWidth(SessionContext ctx, double value)
TableBlock.width attribute.value - the widthpublic void setWidth(double value)
TableBlock.width attribute.value - the widthpublic EnumerationValue getWidthType(SessionContext ctx)
TableBlock.widthType attribute.public EnumerationValue getWidthType()
TableBlock.widthType attribute.public void setWidthType(SessionContext ctx, EnumerationValue value)
TableBlock.widthType attribute.value - the widthTypepublic void setWidthType(EnumerationValue value)
TableBlock.widthType attribute.value - the widthTypeCopyright © 2017 SAP SE. All Rights Reserved.