Class FormButtonsLine
- java.lang.Object
-
- org.silverpeas.core.web.util.viewgenerator.html.formpanes.FormLine
-
- org.silverpeas.core.web.util.viewgenerator.html.formpanes.FormButtonsLine
-
- All Implemented Interfaces:
SimpleGraphicElement
public class FormButtonsLine extends FormLine
- Version:
- Author:
- frageade
-
-
Constructor Summary
Constructors Constructor Description FormButtonsLine(String nam, String val)
Constructor declarationFormButtonsLine(String nam, String val, String lab)
Constructor declaration
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addButton(FormButton fb)
Method declarationvoid
getConfigurationByRequest(javax.servlet.http.HttpServletRequest req)
Method declarationFormPane
getDescriptor(String nam, String url, javax.servlet.jsp.PageContext pc)
Method declarationString
print()
Method declarationString
printDemo()
Method declarationString
toXML()
Method declaration-
Methods inherited from class org.silverpeas.core.web.util.viewgenerator.html.formpanes.FormLine
getDBColumnCreationRequest, getDBType, getId, getLabel, getName, getType, getValue, isDBEntry, isLocked, isMandatory, noNull, setDBEntry, setDBType, setId, setLabel, setLanguage, setLocked, setMandatory, setName, setPane, setType, setValue, validate
-
-
-
-
Method Detail
-
addButton
public void addButton(FormButton fb)
Method declaration- Parameters:
fb
-
-
print
public String print()
Method declaration- Specified by:
print
in interfaceSimpleGraphicElement
- Specified by:
print
in classFormLine
- Returns:
-
getDescriptor
public FormPane getDescriptor(String nam, String url, javax.servlet.jsp.PageContext pc)
Method declaration- Specified by:
getDescriptor
in classFormLine
- Parameters:
nam
-url
-pc
-- Returns:
-
getConfigurationByRequest
public void getConfigurationByRequest(javax.servlet.http.HttpServletRequest req)
Method declaration- Specified by:
getConfigurationByRequest
in classFormLine
- Parameters:
req
-
-
printDemo
public String printDemo()
Method declaration
-
-