Class ArrayCellCheckbox
- java.lang.Object
-
- org.silverpeas.core.web.util.viewgenerator.html.arraypanes.ArrayCell
-
- org.silverpeas.core.web.util.viewgenerator.html.arraypanes.ActionableArrayCell
-
- org.silverpeas.core.web.util.viewgenerator.html.arraypanes.ArrayCellCheckbox
-
- All Implemented Interfaces:
SimpleGraphicElement
public class ArrayCellCheckbox extends ActionableArrayCell implements SimpleGraphicElement
-
-
Constructor Summary
Constructors Constructor Description ArrayCellCheckbox(String name, String value, boolean checked, ArrayLine line)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSyntax()
String
getValue()
boolean
isChecked()
boolean
isReadOnly()
void
setReadOnly(boolean readOnly)
-
Methods inherited from class org.silverpeas.core.web.util.viewgenerator.html.arraypanes.ActionableArrayCell
getAction, setAction
-
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
-
-