Class ArrayEmptyCell
- java.lang.Object
-
- org.silverpeas.core.web.util.viewgenerator.html.arraypanes.ArrayEmptyCell
-
- All Implemented Interfaces:
Comparable<Object>
,SimpleGraphicElement
public class ArrayEmptyCell extends Object implements Comparable<Object>, SimpleGraphicElement
-
-
Constructor Summary
Constructors Constructor Description ArrayEmptyCell()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(Object other)
boolean
equals(Object other)
int
hashCode()
String
print()
Print an html representation for this object.
-
-
-
Method Detail
-
compareTo
public int compareTo(@Nonnull Object other)
- Specified by:
compareTo
in interfaceComparable<Object>
-
print
public String print()
Description copied from interface:SimpleGraphicElement
Print an html representation for this object.- Specified by:
print
in interfaceSimpleGraphicElement
- Returns:
- The html representation for this object.
-
-