Main Content
matlab.mixin.CustomDisplay.getDetailedFooter
Class: matlab.mixin.CustomDisplay
Namespace: matlab.mixin
Return default detailed footer for object display
Syntax
footer = matlab.mixin.CustomDisplay.getDetailedFooter(obj)
Description
returns links for methods, events, and superclasses for handle classes, and returns links for
methods and superclasses for value classes. Each link executes the corresponding command on
footer
= matlab.mixin.CustomDisplay.getDetailedFooter(obj
)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