public class TablePlaceholderModel extends PlaceholderModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ITEMPARAMETER
Generated constant - Attribute key of
TablePlaceholder.itemParameter attribute defined at extension print. |
static String |
TABLE
Generated constant - Attribute key of
TablePlaceholder.table attribute defined at extension print. |
_PLACEHOLDERTEMPLATE2PLACEHOLDERRELATION, CLASSID, COMETCONFIG, CONVERT, DESCRIPTION, DOMAIN, DOMAINID, LANGUAGE, LOADACTIONID, PLACEHOLDERID, PLACEHOLDERTEMPLATE, PLACEHOLDERTYPE, POSTPROCESSINGEXPRESSION, PREPROCESSINGEXPRESSION, QUALIFIER, STOREACTIONID, SYNCABLE, SYNCACTIONID, VALUETYPE, WRITABLE_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
TablePlaceholderModel()
Generated constructor - Default constructor for generic creation.
|
TablePlaceholderModel(CometConfigurationModel _cometConfig,
ItemModel _owner,
String _qualifier,
TableBlockModel _table)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
TablePlaceholderModel(CometConfigurationModel _cometConfig,
String _qualifier,
TableBlockModel _table)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
TablePlaceholderModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
String |
getItemParameter()
Generated method - Getter of the
TablePlaceholder.itemParameter attribute defined at extension print. |
TableBlockModel |
getTable()
Generated method - Getter of the
TablePlaceholder.table attribute defined at extension print. |
void |
setItemParameter(String value)
Generated method - Setter of
TablePlaceholder.itemParameter attribute defined at extension print. |
void |
setTable(TableBlockModel value)
Generated method - Setter of
TablePlaceholder.table attribute defined at extension print. |
getClassId, getCometConfig, getConvert, getDescription, getDescription, getDomain, getDomainId, getLanguage, getLoadActionID, getPlaceholderID, getPlaceholderTemplate, getPlaceholderType, getPostProcessingExpression, getPreProcessingExpression, getQualifier, getStoreActionID, getSyncable, getSyncActionID, getValueType, getWritable, setClassId, setCometConfig, setConvert, setDescription, setDescription, setDomain, setDomainId, setLanguage, setLoadActionID, setPlaceholderID, setPlaceholderTemplate, setPlaceholderType, setPostProcessingExpression, setPreProcessingExpression, setQualifier, setStoreActionID, setSyncable, setSyncActionID, setValueType, setWritablegetComments, 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 TABLE
TablePlaceholder.table attribute defined at extension print.public static final String ITEMPARAMETER
TablePlaceholder.itemParameter attribute defined at extension print.public TablePlaceholderModel()
public TablePlaceholderModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public TablePlaceholderModel(CometConfigurationModel _cometConfig, String _qualifier, TableBlockModel _table)
_cometConfig - initial attribute declared by type Placeholder at extension print_qualifier - initial attribute declared by type Placeholder at extension print_table - initial attribute declared by type TablePlaceholder at extension print@Deprecated public TablePlaceholderModel(CometConfigurationModel _cometConfig, ItemModel _owner, String _qualifier, TableBlockModel _table)
_cometConfig - initial attribute declared by type Placeholder at extension print_owner - initial attribute declared by type Item at extension core_qualifier - initial attribute declared by type Placeholder at extension print_table - initial attribute declared by type TablePlaceholder at extension print@Accessor(qualifier="itemParameter", type=GETTER) public String getItemParameter()
TablePlaceholder.itemParameter attribute defined at extension print.@Accessor(qualifier="table", type=GETTER) public TableBlockModel getTable()
TablePlaceholder.table attribute defined at extension print.@Accessor(qualifier="itemParameter", type=SETTER) public void setItemParameter(String value)
TablePlaceholder.itemParameter attribute defined at extension print.value - the itemParameter@Accessor(qualifier="table", type=SETTER) public void setTable(TableBlockModel value)
TablePlaceholder.table attribute defined at extension print.value - the tableCopyright © 2017 SAP SE. All Rights Reserved.