public class RowEntryModel extends AxisEntryModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TABLE2ROWENTRYRELATION
Generated relation code constant for relation
Table2RowEntryRelation defining source attribute table in extension print. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
AUTOGROW
Generated constant - Attribute key of
RowEntry.autoGrow attribute defined at extension print. |
static String |
HEIGHT
Generated constant - Attribute key of
RowEntry.height attribute defined at extension print. |
static String |
MAXHEIGHT
Generated constant - Attribute key of
RowEntry.maxHeight attribute defined at extension print. |
static String |
TABLE
Generated constant - Attribute key of
RowEntry.table attribute defined at extension print. |
static String |
TABLEPOS
Generated constant - Attribute key of
RowEntry.tablePOS attribute defined at extension print. |
CATALOGVERSION, CELLS, ID, LOCKED, SORTCONFIGS_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
RowEntryModel()
Generated constructor - Default constructor for generic creation.
|
RowEntryModel(CatalogVersionModel _catalogVersion,
ItemModel _owner,
TableBlockModel _table)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
RowEntryModel(CatalogVersionModel _catalogVersion,
TableBlockModel _table)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
RowEntryModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAutoGrow()
Generated method - Getter of the
RowEntry.autoGrow attribute defined at extension print. |
Double |
getHeight()
Generated method - Getter of the
RowEntry.height attribute defined at extension print. |
Double |
getMaxHeight()
Generated method - Getter of the
RowEntry.maxHeight attribute defined at extension print. |
TableBlockModel |
getTable()
Generated method - Getter of the
RowEntry.table attribute defined at extension print. |
void |
setAutoGrow(Boolean value)
Generated method - Setter of
RowEntry.autoGrow attribute defined at extension print. |
void |
setHeight(Double value)
Generated method - Setter of
RowEntry.height attribute defined at extension print. |
void |
setMaxHeight(Double value)
Generated method - Setter of
RowEntry.maxHeight attribute defined at extension print. |
void |
setTable(TableBlockModel value)
Generated method - Setter of
RowEntry.table attribute defined at extension print. |
getCatalogVersion, getCells, getId, getLocked, getSortConfigs, setCatalogVersion, setId, setLocked, setSortConfigsgetComments, 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 _TABLE2ROWENTRYRELATION
Table2RowEntryRelation defining source attribute table in extension print.public static final String HEIGHT
RowEntry.height attribute defined at extension print.public static final String MAXHEIGHT
RowEntry.maxHeight attribute defined at extension print.public static final String AUTOGROW
RowEntry.autoGrow attribute defined at extension print.public static final String TABLEPOS
RowEntry.tablePOS attribute defined at extension print.public static final String TABLE
RowEntry.table attribute defined at extension print.public RowEntryModel()
public RowEntryModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public RowEntryModel(CatalogVersionModel _catalogVersion, TableBlockModel _table)
_catalogVersion - initial attribute declared by type AxisEntry at extension print_table - initial attribute declared by type RowEntry at extension print@Deprecated public RowEntryModel(CatalogVersionModel _catalogVersion, ItemModel _owner, TableBlockModel _table)
_catalogVersion - initial attribute declared by type AxisEntry at extension print_owner - initial attribute declared by type Item at extension core_table - initial attribute declared by type RowEntry at extension print@Accessor(qualifier="autoGrow", type=GETTER) public Boolean getAutoGrow()
RowEntry.autoGrow attribute defined at extension print.@Accessor(qualifier="height", type=GETTER) public Double getHeight()
RowEntry.height attribute defined at extension print.@Accessor(qualifier="maxHeight", type=GETTER) public Double getMaxHeight()
RowEntry.maxHeight attribute defined at extension print.@Accessor(qualifier="table", type=GETTER) public TableBlockModel getTable()
RowEntry.table attribute defined at extension print.@Accessor(qualifier="autoGrow", type=SETTER) public void setAutoGrow(Boolean value)
RowEntry.autoGrow attribute defined at extension print.value - the autoGrow@Accessor(qualifier="height", type=SETTER) public void setHeight(Double value)
RowEntry.height attribute defined at extension print.value - the height@Accessor(qualifier="maxHeight", type=SETTER) public void setMaxHeight(Double value)
RowEntry.maxHeight attribute defined at extension print.value - the maxHeight@Accessor(qualifier="table", type=SETTER) public void setTable(TableBlockModel value)
RowEntry.table attribute defined at extension print.value - the tableCopyright © 2017 SAP SE. All Rights Reserved.