Class FormTextField
- java.lang.Object
-
- org.silverpeas.core.web.util.viewgenerator.html.formpanes.FormLine
-
- org.silverpeas.core.web.util.viewgenerator.html.formpanes.FormTextField
-
- All Implemented Interfaces:
SimpleGraphicElement
public class FormTextField extends FormLine
- Version:
- Author:
- frageade
-
-
Field Summary
Fields Modifier and Type Field Description protected static int
BASIQUES_ACCENTUES
protected static int
BASIQUES_NON_ACCENTUES
protected static int
ETENDUS_ACCENTUES
protected static int
ETENDUS_NON_ACCENTUES
protected static int
LOWER_CONVERSION
protected static int
NO_CONVERSION
protected static int
TOUS_CARACTERES
protected static int
UPPER_CONVERSION
-
Constructor Summary
Constructors Constructor Description FormTextField()
Constructor declarationFormTextField(String nam, String val)
Constructor declarationFormTextField(String nam, String val, String lab)
Constructor declaration
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
getConfigurationByRequest(javax.servlet.http.HttpServletRequest req)
Method declarationString
getDBColumnCreationRequest()
Method declarationFormPane
getDescriptor(String nam, String url, javax.servlet.jsp.PageContext pc)
Method declarationString
print()
Method declarationString
printDemo()
Method declarationvoid
setNbCharMax(int nb)
Method declarationString
toXML()
Method declaration-
Methods inherited from class org.silverpeas.core.web.util.viewgenerator.html.formpanes.FormLine
getDBType, getId, getLabel, getName, getType, getValue, isDBEntry, isLocked, isMandatory, noNull, setDBEntry, setDBType, setId, setLabel, setLanguage, setLocked, setMandatory, setName, setPane, setType, setValue, validate
-
-
-
-
Field Detail
-
TOUS_CARACTERES
protected static int TOUS_CARACTERES
-
BASIQUES_NON_ACCENTUES
protected static int BASIQUES_NON_ACCENTUES
-
BASIQUES_ACCENTUES
protected static int BASIQUES_ACCENTUES
-
ETENDUS_NON_ACCENTUES
protected static int ETENDUS_NON_ACCENTUES
-
ETENDUS_ACCENTUES
protected static int ETENDUS_ACCENTUES
-
NO_CONVERSION
protected static int NO_CONVERSION
-
LOWER_CONVERSION
protected static int LOWER_CONVERSION
-
UPPER_CONVERSION
protected static int UPPER_CONVERSION
-
-
Method Detail
-
setNbCharMax
public void setNbCharMax(int nb)
Method declaration- Parameters:
nb
-
-
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
-
getDBColumnCreationRequest
public String getDBColumnCreationRequest()
Method declaration- Overrides:
getDBColumnCreationRequest
in classFormLine
- Returns:
-
-