Package org.opencms.ui.apps.modules
Class CmsModuleRow
java.lang.Object
org.opencms.ui.apps.modules.CmsModuleRow
Represents a row of the modules overview table.
The equals() and hashCode() methods are overridden to only compare/hash the module name.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getGroup()
Gets the module group.com.vaadin.server.Resource
getIcon()
Gets the icon to display.Gets the module.getName()
Gets the name of the module.getTitle()
Gets the nice name of the module.int
getTypes()
Gets the number of resource types defined.Gets the version.int
hashCode()
-
Constructor Details
-
CmsModuleRow
Creates a new instance.- Parameters:
module
- the module for which this is a row
-
-
Method Details
-
equals
-
getGroup
Gets the module group.- Returns:
- the module group
-
getIcon
Gets the icon to display.- Returns:
- the icon to display
-
getModule
Gets the module.- Returns:
- the module
-
getName
Gets the name of the module.- Returns:
- the module name
-
getTitle
Gets the nice name of the module.- Returns:
- the nice name of the module
-
getTypes
Gets the number of resource types defined.- Returns:
- the number of resource types
-
getVersion
Gets the version.- Returns:
- the module version
-
hashCode
-