public class WidgetParameterModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_DYNAMICWIDGETPREFERENCESTOWIDGETPARAMETERRELATION
Generated relation code constant for relation
DynamicWidgetPreferencesToWidgetParameterRelation defining source attribute widgetPreferences in extension cockpit. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
DEFAULTVALUEEXPRESSION
Generated constant - Attribute key of
WidgetParameter.defaultValueExpression attribute defined at extension cockpit. |
static String |
DESCRIPTION
Generated constant - Attribute key of
WidgetParameter.description attribute defined at extension cockpit. |
static String |
NAME
Generated constant - Attribute key of
WidgetParameter.name attribute defined at extension cockpit. |
static String |
TARGETTYPE
Generated constant - Attribute key of
WidgetParameter.targetType attribute defined at extension cockpit. |
static String |
TYPE
Generated constant - Attribute key of
WidgetParameter.type attribute defined at extension cockpit. |
static String |
VALUE
Generated constant - Attribute key of
WidgetParameter.value attribute defined at extension cockpit. |
static String |
WIDGETPREFERENCES
Generated constant - Attribute key of
WidgetParameter.widgetPreferences attribute defined at extension cockpit. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_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(String _name)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
WidgetParameterModel(String _name,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValueExpression()
Generated method - Getter of the
WidgetParameter.defaultValueExpression attribute defined at extension cockpit. |
String |
getDescription()
Generated method - Getter of the
WidgetParameter.description attribute defined at extension cockpit. |
String |
getName()
Generated method - Getter of the
WidgetParameter.name attribute defined at extension cockpit. |
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. |
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(String value)
Generated method - Setter of
WidgetParameter.defaultValueExpression attribute defined at extension cockpit. |
void |
setDescription(String value)
Generated method - Setter of
WidgetParameter.description attribute defined at extension cockpit. |
void |
setName(String value)
Generated method - Setter of
WidgetParameter.name attribute defined at extension cockpit. |
void |
setTargetType(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(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, 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 _DYNAMICWIDGETPREFERENCESTOWIDGETPARAMETERRELATION
DynamicWidgetPreferencesToWidgetParameterRelation defining source attribute widgetPreferences in extension cockpit.public static final String NAME
WidgetParameter.name attribute defined at extension cockpit.public static final String TYPE
WidgetParameter.type attribute defined at extension cockpit.public static final String DESCRIPTION
WidgetParameter.description attribute defined at extension cockpit.public static final String DEFAULTVALUEEXPRESSION
WidgetParameter.defaultValueExpression attribute defined at extension cockpit.public static final String TARGETTYPE
WidgetParameter.targetType attribute defined at extension cockpit.public static final String VALUE
WidgetParameter.value attribute defined at extension cockpit.public static final 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(String _name)
_name - initial attribute declared by type WidgetParameter at extension cockpit@Deprecated public WidgetParameterModel(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 String getDefaultValueExpression()
WidgetParameter.defaultValueExpression attribute defined at extension cockpit.@Accessor(qualifier="description", type=GETTER) public String getDescription()
WidgetParameter.description attribute defined at extension cockpit.@Accessor(qualifier="name", type=GETTER) public String getName()
WidgetParameter.name attribute defined at extension cockpit.@Accessor(qualifier="targetType", type=GETTER) public 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 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(String value)
WidgetParameter.defaultValueExpression attribute defined at extension cockpit.value - the defaultValueExpression@Accessor(qualifier="description", type=SETTER) public void setDescription(String value)
WidgetParameter.description attribute defined at extension cockpit.value - the description@Accessor(qualifier="name", type=SETTER) public void setName(String value)
WidgetParameter.name attribute defined at extension cockpit.value - the name@Accessor(qualifier="targetType", type=SETTER) public void setTargetType(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(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 © 2017 SAP SE. All Rights Reserved.