Class ActionableArrayCell
- java.lang.Object
-
- org.silverpeas.core.web.util.viewgenerator.html.arraypanes.ArrayCell
-
- org.silverpeas.core.web.util.viewgenerator.html.arraypanes.ActionableArrayCell
-
- Direct Known Subclasses:
ArrayCellCheckbox
,ArrayCellInputText
,ArrayCellRadio
,ArrayCellSelect
public abstract class ActionableArrayCell extends ArrayCell
An array cell supporting javascript action on events.- Author:
- mmoquillon
-
-
Constructor Summary
Constructors Constructor Description ActionableArrayCell(String name, ArrayLine line)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAction()
void
setAction(String action)
-
Methods inherited from class org.silverpeas.core.web.util.viewgenerator.html.arraypanes.ArrayCell
getName, getStyleSheet, getSyntax, print, setStyleSheet
-
-