matlab.mixin.util.PropertyGroup class
Package: matlab.mixin.util
Custom property list for object display
Description
Use the PropertyGroup
class to create custom property display lists for
classes derived from matlab.mixin.CustomDisplay
. You can change the
order of properties displayed and specify which properties to display.
Construction
constructs
a property group object with the supplied P
= matlab.mixin.util.PropertyGroup(propertyList
)propertyList
.
displays P
= matlab.mixin.util.PropertyGroup(propertyList
,title
)title
above
the list of properties.
Input Arguments
|
The |
|
Text to display above properties, specified as a character vector or a string scalar. Empty character vectors and empty strings are valid values. Missing strings are not valid. |
Properties
|
The number of properties in the Attributes:
| ||||||||||
|
The list of properties to display, stored as a scalar Attributes:
| ||||||||||
|
An optional title for the Attributes:
|
Copy Semantics
Value. To learn how value classes affect copy operations, see Copying Objects.
Version History
Introduced in R2013b