Class ArrayCellLink
- java.lang.Object
-
- org.silverpeas.core.web.util.viewgenerator.html.arraypanes.ArrayCell
-
- org.silverpeas.core.web.util.viewgenerator.html.arraypanes.ArrayCellLink
-
- All Implemented Interfaces:
Comparable<SimpleGraphicElement>
,SimpleGraphicElement
public class ArrayCellLink extends ArrayCell implements SimpleGraphicElement, Comparable<SimpleGraphicElement>
-
-
Constructor Summary
Constructors Constructor Description ArrayCellLink(String text, String link, String info, ArrayLine line)
ArrayCellLink(String text, String link, ArrayLine line)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(SimpleGraphicElement other)
boolean
equals(Object o)
String
getColor()
String
getInfo()
String
getLink()
String
getSyntax()
String
getTarget()
String
getText()
int
hashCode()
void
setColor(String color)
void
setTarget(String target)
-
Methods inherited from class org.silverpeas.core.web.util.viewgenerator.html.arraypanes.ArrayCell
getName, getStyleSheet, print, setStyleSheet
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.silverpeas.core.web.util.viewgenerator.html.SimpleGraphicElement
print
-
-
-
-
Method Detail
-
getText
public String getText()
-
getColor
public String getColor()
-
setColor
public void setColor(String color)
-
getLink
public String getLink()
-
getInfo
public String getInfo()
-
getTarget
public String getTarget()
-
setTarget
public void setTarget(String target)
-
compareTo
public int compareTo(@Nonnull SimpleGraphicElement other)
- Specified by:
compareTo
in interfaceComparable<SimpleGraphicElement>
-
-