Class sap.ui.ux3.QuickViewModule: sap/ui/ux3/QuickView

extends CalloutBase

QuickView is a small popup with a short overview of a Thing. QuickView is shown when a user holds the mouse pointer over a related screen element.

Deprecated API:Since version 1.38. Instead, use the sap.m.QuickView control.

Constructor Summary
new sap.ui.ux3.QuickView(sId?, mSettings?)Constructor for a new QuickView.
Event Summary
actionSelected(oControlEvent)Action is selected in Action Bar
feedSubmit(oControlEvent)Fired when a new feed entry is submitted.
navigate(oControlEvent)Event is fired when a user clicks on the firstTitle link.
Events borrowed from class sap.ui.core.TooltipBase
Events borrowed from class sap.ui.core.Control
Method Summary
sap.ui.ux3.QuickView.extend(sClassName, oClassInfo?, FNMetaImpl?)Creates a new subclass of class sap.ui.ux3.QuickView with name sClassName and enriches it with the information contained in oClassInfo.
sap.ui.ux3.QuickView.getMetadata()Returns a metadata object for class sap.ui.ux3.QuickView.
addAction(oAction)Adds some action to the aggregation actions.
addContent(oContent)Adds some content to the aggregation content.
attachActionSelected(oData?, fnFunction, oListener?)Attaches event handler fnFunction to the actionSelected event of this sap.ui.ux3.QuickView.
attachFeedSubmit(oData?, fnFunction, oListener?)Attaches event handler fnFunction to the feedSubmit event of this sap.ui.ux3.QuickView.
attachNavigate(oData?, fnFunction, oListener?)Attaches event handler fnFunction to the navigate event of this sap.ui.ux3.QuickView.
destroyActionBar()Destroys the actionBar in the aggregation actionBar.
destroyActions()Destroys all the actions in the aggregation actions.
destroyContent()Destroys all the content in the aggregation content.
detachActionSelected(fnFunction, oListener)Detaches event handler fnFunction from the actionSelected event of this sap.ui.ux3.QuickView.
detachFeedSubmit(fnFunction, oListener)Detaches event handler fnFunction from the feedSubmit event of this sap.ui.ux3.QuickView.
detachNavigate(fnFunction, oListener)Detaches event handler fnFunction from the navigate event of this sap.ui.ux3.QuickView.
fireActionSelected(mArguments?)Fires event actionSelected to attached listeners.
fireFeedSubmit(mArguments?)Fires event feedSubmit to attached listeners.
fireNavigate(mArguments?)Fires event navigate to attached listeners.
getActionBar()Gets content of aggregation actionBar.
getActions()Gets content of aggregation actions.
getContent()Gets content of aggregation content.
getFavoriteActionEnabled()Gets current value of property favoriteActionEnabled.
getFavoriteState()Gets current value of property favoriteState.
getFirstTitle()Gets current value of property firstTitle.
getFirstTitleHref()Gets current value of property firstTitleHref.
getFlagActionEnabled()Gets current value of property flagActionEnabled.
getFlagState()Gets current value of property flagState.
getFollowActionEnabled()Gets current value of property followActionEnabled.
getFollowState()Gets current value of property followState.
getIcon()Gets current value of property icon.
getOpenActionEnabled()Gets current value of property openActionEnabled.
getSecondTitle()Gets current value of property secondTitle.
getShowActionBar()Gets current value of property showActionBar.
getType()Gets current value of property type.
getUpdateActionEnabled()Gets current value of property updateActionEnabled.
getWidth()Gets current value of property width.
indexOfAction(oAction)Checks for the provided sap.ui.ux3.ThingAction in the aggregation actions.
indexOfContent(oContent)Checks for the provided sap.ui.core.Element in the aggregation content.
insertAction(oAction, iIndex)Inserts a action into the aggregation actions.
insertContent(oContent, iIndex)Inserts a content into the aggregation content.
removeAction(vAction)Removes a action from the aggregation actions.
removeAllActions()Removes all the controls from the aggregation actions.
removeAllContent()Removes all the controls from the aggregation content.
removeContent(vContent)Removes a content from the aggregation content.
setActionBar(oActionBar)Sets the aggregated actionBar.
setFavoriteActionEnabled(bFavoriteActionEnabled)Sets a new value for property favoriteActionEnabled.
setFavoriteState(bFavoriteState)Sets a new value for property favoriteState.
setFirstTitle(sFirstTitle)Sets a new value for property firstTitle.
setFirstTitleHref(sFirstTitleHref)Sets a new value for property firstTitleHref.
setFlagActionEnabled(bFlagActionEnabled)Sets a new value for property flagActionEnabled.
setFlagState(bFlagState)Sets a new value for property flagState.
setFollowActionEnabled(bFollowActionEnabled)Sets a new value for property followActionEnabled.
setFollowState(sFollowState)Sets a new value for property followState.
setIcon(sIcon)Sets a new value for property icon.
setOpenActionEnabled(bOpenActionEnabled)Sets a new value for property openActionEnabled.
setSecondTitle(sSecondTitle)Sets a new value for property secondTitle.
setShowActionBar(bShowActionBar)Sets a new value for property showActionBar.
setType(sType)Sets a new value for property type.
setUpdateActionEnabled(bUpdateActionEnabled)Sets a new value for property updateActionEnabled.
setWidth(sWidth)Sets a new value for property width.
Constructor Detail
new sap.ui.ux3.QuickView(sId?, mSettings?)
Constructor for a new QuickView.

Accepts an object literal mSettings that defines initial property values, aggregated and associated objects as well as event handlers. See sap.ui.base.ManagedObject for a general description of the syntax of the settings object.

The supported settings are:

In addition, all settings applicable to the base type sap.ui.commons.CalloutBase can be used as well.

Parameters:
{string}sId? id for the new control, generated automatically if no id is given
{object}mSettings? initial settings for the new control
Deprecated:
Since version 1.38. Instead, use the sap.m.QuickView control.
Event Detail
actionSelected(oControlEvent)
Action is selected in Action Bar
Parameters:
{sap.ui.base.Event}oControlEvent
{sap.ui.base.EventProvider}oControlEvent.getSource
{object}oControlEvent.getParameters
{string}oControlEvent.getParameters.id Id of selected ThingAction
{sap.ui.ux3.ThingAction}oControlEvent.getParameters.action Selected ThingAction
{string}oControlEvent.getParameters.newState New State of the selected action. Only filled if the respective action maintains a state property, for example 'FollowUp' or 'Favorite'
feedSubmit(oControlEvent)
Fired when a new feed entry is submitted.
Parameters:
{sap.ui.base.Event}oControlEvent
{sap.ui.base.EventProvider}oControlEvent.getSource
{object}oControlEvent.getParameters
{string}oControlEvent.getParameters.text Feed text
navigate(oControlEvent)
Event is fired when a user clicks on the firstTitle link. Call the preventDefault method of the event object to cancel browser navigation.
Parameters:
{sap.ui.base.Event}oControlEvent
{sap.ui.base.EventProvider}oControlEvent.getSource
{object}oControlEvent.getParameters
{string}oControlEvent.getParameters.href URI of the Thing Inspector application.
Method Detail
sap.ui.ux3.QuickView.extend(sClassName, oClassInfo?, FNMetaImpl?): function
Creates a new subclass of class sap.ui.ux3.QuickView with name sClassName and enriches it with the information contained in oClassInfo.

oClassInfo might contain the same kind of information as described in sap.ui.commons.CalloutBase.extend.

Parameters:
{string}sClassName Name of the class being created
{object}oClassInfo? Object literal with information about the class
{function}FNMetaImpl? Constructor function for the metadata object; if not given, it defaults to sap.ui.core.ElementMetadata
Returns:
{function} Created class / constructor function
sap.ui.ux3.QuickView.getMetadata(): sap.ui.base.Metadata
Returns a metadata object for class sap.ui.ux3.QuickView.
Returns:
{sap.ui.base.Metadata} Metadata object describing this class
addAction(oAction): sap.ui.ux3.QuickView
Adds some action to the aggregation actions.
Parameters:
{sap.ui.ux3.ThingAction}oAction the action to add; if empty, nothing is inserted
Returns:
{sap.ui.ux3.QuickView} Reference to this in order to allow method chaining
addContent(oContent): sap.ui.ux3.QuickView
Adds some content to the aggregation content.
Parameters:
{sap.ui.core.Element}oContent the content to add; if empty, nothing is inserted
Returns:
{sap.ui.ux3.QuickView} Reference to this in order to allow method chaining
attachActionSelected(oData?, fnFunction, oListener?): sap.ui.ux3.QuickView
Attaches event handler fnFunction to the actionSelected event of this sap.ui.ux3.QuickView.

When called, the context of the event handler (its this) will be bound to oListener if specified, otherwise it will be bound to this sap.ui.ux3.QuickView itself.

Action is selected in Action Bar

Parameters:
{object}oData? An application-specific payload object that will be passed to the event handler along with the event object when firing the event
{function}fnFunction The function to be called when the event occurs
{object}oListener? Context object to call the event handler with. Defaults to this sap.ui.ux3.QuickView itself
Returns:
{sap.ui.ux3.QuickView} Reference to this in order to allow method chaining
attachFeedSubmit(oData?, fnFunction, oListener?): sap.ui.ux3.QuickView
Attaches event handler fnFunction to the feedSubmit event of this sap.ui.ux3.QuickView.

When called, the context of the event handler (its this) will be bound to oListener if specified, otherwise it will be bound to this sap.ui.ux3.QuickView itself.

Fired when a new feed entry is submitted.

Parameters:
{object}oData? An application-specific payload object that will be passed to the event handler along with the event object when firing the event
{function}fnFunction The function to be called when the event occurs
{object}oListener? Context object to call the event handler with. Defaults to this sap.ui.ux3.QuickView itself
Returns:
{sap.ui.ux3.QuickView} Reference to this in order to allow method chaining
attachNavigate(oData?, fnFunction, oListener?): sap.ui.ux3.QuickView
Attaches event handler fnFunction to the navigate event of this sap.ui.ux3.QuickView.

When called, the context of the event handler (its this) will be bound to oListener if specified, otherwise it will be bound to this sap.ui.ux3.QuickView itself.

Event is fired when a user clicks on the firstTitle link. Call the preventDefault method of the event object to cancel browser navigation.

Parameters:
{object}oData? An application-specific payload object that will be passed to the event handler along with the event object when firing the event
{function}fnFunction The function to be called when the event occurs
{object}oListener? Context object to call the event handler with. Defaults to this sap.ui.ux3.QuickView itself
Returns:
{sap.ui.ux3.QuickView} Reference to this in order to allow method chaining
destroyActionBar(): sap.ui.ux3.QuickView
Destroys the actionBar in the aggregation actionBar.
Returns:
{sap.ui.ux3.QuickView} Reference to this in order to allow method chaining
destroyActions(): sap.ui.ux3.QuickView
Destroys all the actions in the aggregation actions.
Returns:
{sap.ui.ux3.QuickView} Reference to this in order to allow method chaining
destroyContent(): sap.ui.ux3.QuickView
Destroys all the content in the aggregation content.
Returns:
{sap.ui.ux3.QuickView} Reference to this in order to allow method chaining
detachActionSelected(fnFunction, oListener): sap.ui.ux3.QuickView
Detaches event handler fnFunction from the actionSelected event of this sap.ui.ux3.QuickView.

The passed function and listener object must match the ones used for event registration.

Parameters:
{function}fnFunction The function to be called, when the event occurs
{object}oListener Context object on which the given function had to be called
Returns:
{sap.ui.ux3.QuickView} Reference to this in order to allow method chaining
detachFeedSubmit(fnFunction, oListener): sap.ui.ux3.QuickView
Detaches event handler fnFunction from the feedSubmit event of this sap.ui.ux3.QuickView.

The passed function and listener object must match the ones used for event registration.

Parameters:
{function}fnFunction The function to be called, when the event occurs
{object}oListener Context object on which the given function had to be called
Returns:
{sap.ui.ux3.QuickView} Reference to this in order to allow method chaining
detachNavigate(fnFunction, oListener): sap.ui.ux3.QuickView
Detaches event handler fnFunction from the navigate event of this sap.ui.ux3.QuickView.

The passed function and listener object must match the ones used for event registration.

Parameters:
{function}fnFunction The function to be called, when the event occurs
{object}oListener Context object on which the given function had to be called
Returns:
{sap.ui.ux3.QuickView} Reference to this in order to allow method chaining
fireActionSelected(mArguments?): sap.ui.ux3.QuickView
Fires event actionSelected to attached listeners.

Expects the following event parameters:

  • id of type stringId of selected ThingAction
  • action of type sap.ui.ux3.ThingActionSelected ThingAction
  • newState of type stringNew State of the selected action. Only filled if the respective action maintains a state property, for example 'FollowUp' or 'Favorite'
Parameters:
{Map}mArguments? The arguments to pass along with the event
Returns:
{sap.ui.ux3.QuickView} Reference to this in order to allow method chaining
fireFeedSubmit(mArguments?): sap.ui.ux3.QuickView
Fires event feedSubmit to attached listeners.

Expects the following event parameters:

  • text of type stringFeed text
Parameters:
{Map}mArguments? The arguments to pass along with the event
Returns:
{sap.ui.ux3.QuickView} Reference to this in order to allow method chaining
fireNavigate(mArguments?): boolean
Fires event navigate to attached listeners.

Listeners may prevent the default action of this event by using the preventDefault-method on the event object.

Expects the following event parameters:

  • href of type stringURI of the Thing Inspector application.
Parameters:
{Map}mArguments? The arguments to pass along with the event
Returns:
{boolean} Whether or not to prevent the default action
getActionBar(): sap.ui.ux3.ActionBar
Gets content of aggregation actionBar.

ActionBar. If no actionBar is set a default ActionBar will be created. In any case, ActionBar is displayed only when the showActionBar property is set to true.

Returns:
{sap.ui.ux3.ActionBar}
getActions(): sap.ui.ux3.ThingAction[]
Gets content of aggregation actions.

Actions of a Thing

Returns:
{sap.ui.ux3.ThingAction[]}
getContent(): sap.ui.core.Element[]
Gets content of aggregation content.

Body content of the QuickView

Returns:
{sap.ui.core.Element[]}
getFavoriteActionEnabled(): boolean
Gets current value of property favoriteActionEnabled.

Favorite action enabled/disabled. If disabled the action will be invisible.

Default value is true.

Returns:
{boolean} Value of property favoriteActionEnabled
getFavoriteState(): boolean
Gets current value of property favoriteState.

State Of favorite Action

Default value is false.

Returns:
{boolean} Value of property favoriteState
getFirstTitle(): string
Gets current value of property firstTitle.

Thing name shown in the header of the QuickView

Returns:
{string} Value of property firstTitle
getFirstTitleHref(): string
Gets current value of property firstTitleHref.

URI to Thing Inspector

Returns:
{string} Value of property firstTitleHref
getFlagActionEnabled(): boolean
Gets current value of property flagActionEnabled.

Flag action enabled/disabled. If disabled the action will be invisible.

Default value is true.

Returns:
{boolean} Value of property flagActionEnabled
getFlagState(): boolean
Gets current value of property flagState.

State of Flag Action

Default value is false.

Returns:
{boolean} Value of property flagState
getFollowActionEnabled(): boolean
Gets current value of property followActionEnabled.

Follow action enabled/disabled. If disabled the action will be invisible.

Default value is true.

Returns:
{boolean} Value of property followActionEnabled
getFollowState(): sap.ui.ux3.FollowActionState
Gets current value of property followState.

Follow State of a Thing

Default value is Default.

Returns:
{sap.ui.ux3.FollowActionState} Value of property followState
getIcon(): sap.ui.core.URI
Gets current value of property icon.

URI of the Thing icon image (mandatory). The image is scaled down to the maximal size of 32 pixel (vertical or horizontal).

Returns:
{sap.ui.core.URI} Value of property icon
getOpenActionEnabled(): boolean
Gets current value of property openActionEnabled.

Open Thing action enabled/disabled. If disabled the action will be invisible.

Default value is true.

Returns:
{boolean} Value of property openActionEnabled
getSecondTitle(): string
Gets current value of property secondTitle.

Optional short text shown under the firstTitle

Returns:
{string} Value of property secondTitle
getShowActionBar(): boolean
Gets current value of property showActionBar.

Show Action Bar

Default value is true.

Returns:
{boolean} Value of property showActionBar
getType(): string
Gets current value of property type.

Thing type (mandatory) like Account, Material, Employee etc. is displayed in a header at the top part of the QuickView.

Returns:
{string} Value of property type
getUpdateActionEnabled(): boolean
Gets current value of property updateActionEnabled.

Update action enabled/disabled. If disabled the action will be invisible.

Default value is true.

Returns:
{boolean} Value of property updateActionEnabled
getWidth(): sap.ui.core.CSSSize
Gets current value of property width.

Control width as common CSS-size (px or % as unit, for example).

Returns:
{sap.ui.core.CSSSize} Value of property width
indexOfAction(oAction): int
Checks for the provided sap.ui.ux3.ThingAction in the aggregation actions. and returns its index if found or -1 otherwise.
Parameters:
{sap.ui.ux3.ThingAction}oAction The action whose index is looked for
Returns:
{int} The index of the provided control in the aggregation if found, or -1 otherwise
indexOfContent(oContent): int
Checks for the provided sap.ui.core.Element in the aggregation content. and returns its index if found or -1 otherwise.
Parameters:
{sap.ui.core.Element}oContent The content whose index is looked for
Returns:
{int} The index of the provided control in the aggregation if found, or -1 otherwise
insertAction(oAction, iIndex): sap.ui.ux3.QuickView
Inserts a action into the aggregation actions.
Parameters:
{sap.ui.ux3.ThingAction}oAction the action to insert; if empty, nothing is inserted
{int}iIndex the 0-based index the action should be inserted at; for a negative value of iIndex, the action is inserted at position 0; for a value greater than the current size of the aggregation, the action is inserted at the last position
Returns:
{sap.ui.ux3.QuickView} Reference to this in order to allow method chaining
insertContent(oContent, iIndex): sap.ui.ux3.QuickView
Inserts a content into the aggregation content.
Parameters:
{sap.ui.core.Element}oContent the content to insert; if empty, nothing is inserted
{int}iIndex the 0-based index the content should be inserted at; for a negative value of iIndex, the content is inserted at position 0; for a value greater than the current size of the aggregation, the content is inserted at the last position
Returns:
{sap.ui.ux3.QuickView} Reference to this in order to allow method chaining
removeAction(vAction): sap.ui.ux3.ThingAction
Removes a action from the aggregation actions.
Parameters:
{int|string|sap.ui.ux3.ThingAction}vAction The actionto remove or its index or id
Returns:
{sap.ui.ux3.ThingAction} The removed action or null
removeAllActions(): sap.ui.ux3.ThingAction[]
Removes all the controls from the aggregation actions.

Additionally, it unregisters them from the hosting UIArea.

Returns:
{sap.ui.ux3.ThingAction[]} An array of the removed elements (might be empty)
removeAllContent(): sap.ui.core.Element[]
Removes all the controls from the aggregation content.

Additionally, it unregisters them from the hosting UIArea.

Returns:
{sap.ui.core.Element[]} An array of the removed elements (might be empty)
removeContent(vContent): sap.ui.core.Element
Removes a content from the aggregation content.
Parameters:
{int|string|sap.ui.core.Element}vContent The contentto remove or its index or id
Returns:
{sap.ui.core.Element} The removed content or null
setActionBar(oActionBar): sap.ui.ux3.QuickView
Sets the aggregated actionBar.
Parameters:
{sap.ui.ux3.ActionBar}oActionBar The actionBar to set
Returns:
{sap.ui.ux3.QuickView} Reference to this in order to allow method chaining
setFavoriteActionEnabled(bFavoriteActionEnabled): sap.ui.ux3.QuickView
Sets a new value for property favoriteActionEnabled.

Favorite action enabled/disabled. If disabled the action will be invisible.

When called with a value of null or undefined, the default value of the property will be restored.

Default value is true.

Parameters:
{boolean}bFavoriteActionEnabled New value for property favoriteActionEnabled
Returns:
{sap.ui.ux3.QuickView} Reference to this in order to allow method chaining
setFavoriteState(bFavoriteState): sap.ui.ux3.QuickView
Sets a new value for property favoriteState.

State Of favorite Action

When called with a value of null or undefined, the default value of the property will be restored.

Default value is false.

Parameters:
{boolean}bFavoriteState New value for property favoriteState
Returns:
{sap.ui.ux3.QuickView} Reference to this in order to allow method chaining
setFirstTitle(sFirstTitle): sap.ui.ux3.QuickView
Sets a new value for property firstTitle.

Thing name shown in the header of the QuickView

When called with a value of null or undefined, the default value of the property will be restored.

Parameters:
{string}sFirstTitle New value for property firstTitle
Returns:
{sap.ui.ux3.QuickView} Reference to this in order to allow method chaining
setFirstTitleHref(sFirstTitleHref): sap.ui.ux3.QuickView
Sets a new value for property firstTitleHref.

URI to Thing Inspector

When called with a value of null or undefined, the default value of the property will be restored.

Parameters:
{string}sFirstTitleHref New value for property firstTitleHref
Returns:
{sap.ui.ux3.QuickView} Reference to this in order to allow method chaining
setFlagActionEnabled(bFlagActionEnabled): sap.ui.ux3.QuickView
Sets a new value for property flagActionEnabled.

Flag action enabled/disabled. If disabled the action will be invisible.

When called with a value of null or undefined, the default value of the property will be restored.

Default value is true.

Parameters:
{boolean}bFlagActionEnabled New value for property flagActionEnabled
Returns:
{sap.ui.ux3.QuickView} Reference to this in order to allow method chaining
setFlagState(bFlagState): sap.ui.ux3.QuickView
Sets a new value for property flagState.

State of Flag Action

When called with a value of null or undefined, the default value of the property will be restored.

Default value is false.

Parameters:
{boolean}bFlagState New value for property flagState
Returns:
{sap.ui.ux3.QuickView} Reference to this in order to allow method chaining
setFollowActionEnabled(bFollowActionEnabled): sap.ui.ux3.QuickView
Sets a new value for property followActionEnabled.

Follow action enabled/disabled. If disabled the action will be invisible.

When called with a value of null or undefined, the default value of the property will be restored.

Default value is true.

Parameters:
{boolean}bFollowActionEnabled New value for property followActionEnabled
Returns:
{sap.ui.ux3.QuickView} Reference to this in order to allow method chaining
setFollowState(sFollowState): sap.ui.ux3.QuickView
Sets a new value for property followState.

Follow State of a Thing

When called with a value of null or undefined, the default value of the property will be restored.

Default value is Default.

Parameters:
{sap.ui.ux3.FollowActionState}sFollowState New value for property followState
Returns:
{sap.ui.ux3.QuickView} Reference to this in order to allow method chaining
setIcon(sIcon): sap.ui.ux3.QuickView
Sets a new value for property icon.

URI of the Thing icon image (mandatory). The image is scaled down to the maximal size of 32 pixel (vertical or horizontal).

When called with a value of null or undefined, the default value of the property will be restored.

Parameters:
{sap.ui.core.URI}sIcon New value for property icon
Returns:
{sap.ui.ux3.QuickView} Reference to this in order to allow method chaining
setOpenActionEnabled(bOpenActionEnabled): sap.ui.ux3.QuickView
Sets a new value for property openActionEnabled.

Open Thing action enabled/disabled. If disabled the action will be invisible.

When called with a value of null or undefined, the default value of the property will be restored.

Default value is true.

Parameters:
{boolean}bOpenActionEnabled New value for property openActionEnabled
Returns:
{sap.ui.ux3.QuickView} Reference to this in order to allow method chaining
setSecondTitle(sSecondTitle): sap.ui.ux3.QuickView
Sets a new value for property secondTitle.

Optional short text shown under the firstTitle

When called with a value of null or undefined, the default value of the property will be restored.

Parameters:
{string}sSecondTitle New value for property secondTitle
Returns:
{sap.ui.ux3.QuickView} Reference to this in order to allow method chaining
setShowActionBar(bShowActionBar): sap.ui.ux3.QuickView
Sets a new value for property showActionBar.

Show Action Bar

When called with a value of null or undefined, the default value of the property will be restored.

Default value is true.

Parameters:
{boolean}bShowActionBar New value for property showActionBar
Returns:
{sap.ui.ux3.QuickView} Reference to this in order to allow method chaining
setType(sType): sap.ui.ux3.QuickView
Sets a new value for property type.

Thing type (mandatory) like Account, Material, Employee etc. is displayed in a header at the top part of the QuickView.

When called with a value of null or undefined, the default value of the property will be restored.

Parameters:
{string}sType New value for property type
Returns:
{sap.ui.ux3.QuickView} Reference to this in order to allow method chaining
setUpdateActionEnabled(bUpdateActionEnabled): sap.ui.ux3.QuickView
Sets a new value for property updateActionEnabled.

Update action enabled/disabled. If disabled the action will be invisible.

When called with a value of null or undefined, the default value of the property will be restored.

Default value is true.

Parameters:
{boolean}bUpdateActionEnabled New value for property updateActionEnabled
Returns:
{sap.ui.ux3.QuickView} Reference to this in order to allow method chaining
setWidth(sWidth): sap.ui.ux3.QuickView
Sets a new value for property width.

Control width as common CSS-size (px or % as unit, for example).

When called with a value of null or undefined, the default value of the property will be restored.

Parameters:
{sap.ui.core.CSSSize}sWidth New value for property width
Returns:
{sap.ui.ux3.QuickView} Reference to this in order to allow method chaining