Record Class ControlPanel.Category
java.lang.Object
java.lang.Record
io.micronaut.controlpanel.core.ControlPanel.Category
- Record Components:
id- category id, used in links.name- category name, displayed in the menu.iconClass- category icon class, displayed in the menu.order- category order, used to sort the menu items.
- Enclosing interface:
ControlPanel<B>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of theiconClassrecord component.id()Returns the value of theidrecord component.name()Returns the value of thenamerecord component.order()Returns the value of theorderrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
MAIN
-
-
Constructor Details
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
id
-
name
-
iconClass
-
order
-