Uses of Class
org.silverpeas.core.web.util.viewgenerator.html.arraypanes.ArrayCellInputText
-
Packages that use ArrayCellInputText Package Description org.silverpeas.core.web.util.viewgenerator.html.arraypanes -
-
Uses of ArrayCellInputText in org.silverpeas.core.web.util.viewgenerator.html.arraypanes
Methods in org.silverpeas.core.web.util.viewgenerator.html.arraypanes that return ArrayCellInputText Modifier and Type Method Description ArrayCellInputText
ArrayLine. addArrayCellInputText(String name, String value)
This method permit to add a input box without format in the arrayPane.ArrayCellInputText
ArrayLine. addArrayCellInputText(ArrayCellInputText cell)
To add an ArrayCellInputText to an ArrayLineMethods in org.silverpeas.core.web.util.viewgenerator.html.arraypanes with parameters of type ArrayCellInputText Modifier and Type Method Description ArrayCellInputText
ArrayLine. addArrayCellInputText(ArrayCellInputText cell)
To add an ArrayCellInputText to an ArrayLine
-