/AWS1/CL_AMUCOMPONENTBINDING00¶
Represents the data binding configuration for a component at runtime. You can use
ComponentBindingPropertiesValue to add exposed properties to a component to
allow different values to be entered when a component is reused in different places in an
app.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_type TYPE /AWS1/AMUSTRING /AWS1/AMUSTRING¶
The property type.
io_bindingproperties TYPE REF TO /AWS1/CL_AMUCOMPONENTBINDING01 /AWS1/CL_AMUCOMPONENTBINDING01¶
Describes the properties to customize with data at runtime.
iv_defaultvalue TYPE /AWS1/AMUSTRING /AWS1/AMUSTRING¶
The default value of the property.
Queryable Attributes¶
type¶
The property type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
bindingProperties¶
Describes the properties to customize with data at runtime.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BINDINGPROPERTIES() |
Getter for BINDINGPROPERTIES |
defaultValue¶
The default value of the property.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEFAULTVALUE() |
Getter for DEFAULTVALUE, with configurable default |
ASK_DEFAULTVALUE() |
Getter for DEFAULTVALUE w/ exceptions if field has no value |
HAS_DEFAULTVALUE() |
Determine if DEFAULTVALUE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TS_COMPONENTBINDINGPRPS_MAPROW¶
TYPES: BEGIN OF TS_COMPONENTBINDINGPRPS_MAPROW,
key TYPE /AWS1/AMUSTRING,
value TYPE REF TO /AWS1/CL_AMUCOMPONENTBINDING00,
END OF TS_COMPONENTBINDINGPRPS_MAPROW.
TT_COMPONENTBINDINGPROPERTIES¶
TYPES TT_COMPONENTBINDINGPROPERTIES TYPE HASHED TABLE OF /AWS1/CL_AMUCOMPONENTBINDING00=>TS_COMPONENTBINDINGPRPS_MAPROW WITH UNIQUE KEY key
.