s = getFooter(obj)
returns
the text used as the footer when displaying s
= getFooter(obj
)obj
.
This method is called once for the entire object array.
Override this method to create a custom footer. The overriding
implementation must support all states of the object, including scalar,
nonscalar, empty, and deleted (if obj
is an instance
of a handle class).
|
Object array of a class derived from |
|
Footer text, returned as a The default implementation returns an empty |
Access | protected |
To learn about attributes of methods, see Method Attributes in the MATLAB® Object-Oriented Programming documentation.
matlab.mixin.CustomDisplay.getHeader
| matlab.mixin.CustomDisplay.getPropertyGroups