Class CmsModuleRow

java.lang.Object
org.opencms.ui.apps.modules.CmsModuleRow

public class CmsModuleRow extends Object
Represents a row of the modules overview table.

The equals() and hashCode() methods are overridden to only compare/hash the module name.

  • Constructor Details

    • CmsModuleRow

      public CmsModuleRow(CmsModule module)
      Creates a new instance.

      Parameters:
      module - the module for which this is a row
  • Method Details