public class WidgetParameterModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_DYNAMICWIDGETPREFERENCESTOWIDGETPARAMETERRELATION
Generated relation code constant for relation
DynamicWidgetPreferencesToWidgetParameterRelation defining source attribute widgetPreferences in extension cockpit. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
DEFAULTVALUEEXPRESSION
Generated constant - Attribute key of
WidgetParameter.defaultValueExpression attribute defined at extension cockpit. |
static java.lang.String |
DESCRIPTION
Generated constant - Attribute key of
WidgetParameter.description attribute defined at extension cockpit. |
static java.lang.String |
NAME
Generated constant - Attribute key of
WidgetParameter.name attribute defined at extension cockpit. |
static java.lang.String |
TARGETTYPE
Generated constant - Attribute key of
WidgetParameter.targetType attribute defined at extension cockpit. |
static java.lang.String |
TYPE
Generated constant - Attribute key of
WidgetParameter.type attribute defined at extension cockpit. |
static java.lang.String |
VALUE
Generated constant - Attribute key of
WidgetParameter.value attribute defined at extension cockpit. |
static java.lang.String |
WIDGETPREFERENCES
Generated constant - Attribute key of
WidgetParameter.widgetPreferences attribute defined at extension cockpit. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
WidgetParameterModel()
Generated constructor - Default constructor for generic creation.
|
WidgetParameterModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
WidgetParameterModel(java.lang.String _name)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
WidgetParameterModel(java.lang.String _name,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefaultValueExpression()
Generated method - Getter of the
WidgetParameter.defaultValueExpression attribute defined at extension cockpit. |
java.lang.String |
getDescription()
Generated method - Getter of the
WidgetParameter.description attribute defined at extension cockpit. |
java.lang.String |
getName()
Generated method - Getter of the
WidgetParameter.name attribute defined at extension cockpit. |
java.lang.String |
getTargetType()
Generated method - Getter of the
WidgetParameter.targetType attribute defined at extension cockpit. |
TypeModel |
getType()
Generated method - Getter of the
WidgetParameter.type attribute defined at extension cockpit. |
java.lang.Object |
getValue()
Generated method - Getter of the
WidgetParameter.value attribute defined at extension cockpit. |
DynamicWidgetPreferencesModel |
getWidgetPreferences()
Generated method - Getter of the
WidgetParameter.widgetPreferences attribute defined at extension cockpit. |
void |
setDefaultValueExpression(java.lang.String value)
Generated method - Setter of
WidgetParameter.defaultValueExpression attribute defined at extension cockpit. |
void |
setDescription(java.lang.String value)
Generated method - Setter of
WidgetParameter.description attribute defined at extension cockpit. |
void |
setName(java.lang.String value)
Generated method - Setter of
WidgetParameter.name attribute defined at extension cockpit. |
void |
setTargetType(java.lang.String value)
Generated method - Setter of
WidgetParameter.targetType attribute defined at extension cockpit. |
void |
setType(TypeModel value)
Generated method - Setter of
WidgetParameter.type attribute defined at extension cockpit. |
void |
setValue(java.lang.Object value)
Generated method - Setter of
WidgetParameter.value attribute defined at extension cockpit. |
void |
setWidgetPreferences(DynamicWidgetPreferencesModel value)
Generated method - Setter of
WidgetParameter.widgetPreferences attribute defined at extension cockpit. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, 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 java.lang.String _TYPECODE
public static final java.lang.String _DYNAMICWIDGETPREFERENCESTOWIDGETPARAMETERRELATION
DynamicWidgetPreferencesToWidgetParameterRelation defining source attribute widgetPreferences in extension cockpit.public static final java.lang.String NAME
WidgetParameter.name attribute defined at extension cockpit.public static final java.lang.String TYPE
WidgetParameter.type attribute defined at extension cockpit.public static final java.lang.String DESCRIPTION
WidgetParameter.description attribute defined at extension cockpit.public static final java.lang.String DEFAULTVALUEEXPRESSION
WidgetParameter.defaultValueExpression attribute defined at extension cockpit.public static final java.lang.String TARGETTYPE
WidgetParameter.targetType attribute defined at extension cockpit.public static final java.lang.String VALUE
WidgetParameter.value attribute defined at extension cockpit.public static final java.lang.String WIDGETPREFERENCES
WidgetParameter.widgetPreferences attribute defined at extension cockpit.public WidgetParameterModel()
public WidgetParameterModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public WidgetParameterModel(java.lang.String _name)
_name - initial attribute declared by type WidgetParameter at extension cockpit@Deprecated
public WidgetParameterModel(java.lang.String _name,
ItemModel _owner)
_name - initial attribute declared by type WidgetParameter at extension cockpit_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="defaultValueExpression", type=GETTER) public java.lang.String getDefaultValueExpression()
WidgetParameter.defaultValueExpression attribute defined at extension cockpit.@Accessor(qualifier="description", type=GETTER) public java.lang.String getDescription()
WidgetParameter.description attribute defined at extension cockpit.@Accessor(qualifier="name", type=GETTER) public java.lang.String getName()
WidgetParameter.name attribute defined at extension cockpit.@Accessor(qualifier="targetType", type=GETTER) public java.lang.String getTargetType()
WidgetParameter.targetType attribute defined at extension cockpit.@Accessor(qualifier="type", type=GETTER) public TypeModel getType()
WidgetParameter.type attribute defined at extension cockpit.@Accessor(qualifier="value", type=GETTER) public java.lang.Object getValue()
WidgetParameter.value attribute defined at extension cockpit.@Accessor(qualifier="widgetPreferences", type=GETTER) public DynamicWidgetPreferencesModel getWidgetPreferences()
WidgetParameter.widgetPreferences attribute defined at extension cockpit.@Accessor(qualifier="defaultValueExpression", type=SETTER) public void setDefaultValueExpression(java.lang.String value)
WidgetParameter.defaultValueExpression attribute defined at extension cockpit.value - the defaultValueExpression@Accessor(qualifier="description", type=SETTER) public void setDescription(java.lang.String value)
WidgetParameter.description attribute defined at extension cockpit.value - the description@Accessor(qualifier="name", type=SETTER) public void setName(java.lang.String value)
WidgetParameter.name attribute defined at extension cockpit.value - the name@Accessor(qualifier="targetType", type=SETTER) public void setTargetType(java.lang.String value)
WidgetParameter.targetType attribute defined at extension cockpit.value - the targetType@Accessor(qualifier="type", type=SETTER) public void setType(TypeModel value)
WidgetParameter.type attribute defined at extension cockpit.value - the type@Accessor(qualifier="value", type=SETTER) public void setValue(java.lang.Object value)
WidgetParameter.value attribute defined at extension cockpit.value - the value@Accessor(qualifier="widgetPreferences", type=SETTER) public void setWidgetPreferences(DynamicWidgetPreferencesModel value)
WidgetParameter.widgetPreferences attribute defined at extension cockpit.value - the widgetPreferencesCopyright © 2018 SAP SE. All Rights Reserved.