matlab.mixin.CustomDisplay.getDetailedFooter
Class: matlab.mixin.CustomDisplay
Package: matlab.mixin
Return default detailed footer for object display
Syntax
footer = matlab.mixin.CustomDisplay.getDetailedFooter(obj)
Description
returns this linked text for handle classes:footer
= matlab.mixin.CustomDisplay.getDetailedFooter(obj
)
Methods, Events, Superclasses
Each link executes the corresponding command on obj
. For example,
Methods
calls methods(obj)
. For value classes,
Events
is omitted.
The method returns an empty character vector if the display does not support links.
Input Arguments
Attributes
Static | true |
Access | protected |
Sealed | true |
Hidden | true |
To learn about attributes of methods, see Method Attributes.
Version History
Introduced in R2013a