Class ArrayCellButton
- java.lang.Object
-
- org.silverpeas.core.web.util.viewgenerator.html.arraypanes.ArrayCell
-
- org.silverpeas.core.web.util.viewgenerator.html.arraypanes.ArrayCellButton
-
- All Implemented Interfaces:
SimpleGraphicElement
public class ArrayCellButton extends ArrayCell implements SimpleGraphicElement
-
-
Constructor Summary
Constructors Constructor Description ArrayCellButton(String name, String value, boolean activate, ArrayLine line)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSyntax()
String
getValue()
boolean
isActivated()
-
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, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.silverpeas.core.web.util.viewgenerator.html.SimpleGraphicElement
print
-
-