|
www.element4solution.com | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecte4s.util.E4Object
e4s.util.E4String
e4s.html.input.extended.E4InputFieldName
public class E4InputFieldName
Definition for an input field name to be used as identifier for input fields.
| Field Summary |
|---|
| Fields inherited from class e4s.util.E4String |
|---|
CLASSNAME, m_maxsize, m_nullable, m_string |
| Fields inherited from class e4s.util.E4Object |
|---|
CRLF, E4S_CORE_SYSTEM_LANGUAGE, NBSP, NULLSTR, URL_ENCODING_CHARSET |
| Constructor Summary | |
|---|---|
E4InputFieldName(E4DBColumnInfo cInfo)
|
|
E4InputFieldName(E4DBColumnName name)
|
|
E4InputFieldName(E4InputFieldName_Intf name,
int n)
Concatenate "_" + n to the name. |
|
E4InputFieldName(E4String name)
|
|
E4InputFieldName(java.lang.String name)
Makes an instance using the uppercase value of name for the name of the input field. |
|
E4InputFieldName(java.lang.String name,
boolean nouppercase)
Makes an instance using unchanged or uppercase value of name for the name of the input field. |
|
E4InputFieldName(java.lang.String name,
int n)
Concatenate "_" + n to the name. |
|
| Method Summary | |
|---|---|
static java.lang.String |
_getSVNVersionString()
Get version info string from subversion. |
static E4InputFieldName |
ANY()
|
E4InputFieldName |
append(java.lang.String s)
Create a new instance of that E4InputFieldName by appending the specified String, keep the current object unchanged. |
boolean |
equals(E4InputFieldName_Intf name2)
Test, if this fieldname equals the specified name. |
boolean |
equalsIgnoreCase(E4InputFieldName_Intf name2)
|
java.lang.String |
getHtmlParamName()
Get the name for the input field when used in an HTML context for input fields. |
java.lang.String |
getName()
Get the name for the input field. |
| Methods inherited from class e4s.util.E4String |
|---|
_equals, charAt, clone, compareTo, compareTo, compareTo, compareToIgnoreCase, compareToIgnoreCase, concat, concat, concat, concat, concat, cut, cut, endsWith, endsWith, equals, equals, equalsIgnoreCase, equalsIgnoreCase, fixed, fixedRight, getMaxSize, getNullable, getString, hashCode, indexOf, indexOf, indexOf, indexOf, indexOf, indexOf, lastIndexOf, lastIndexOf, lastIndexOf, lastIndexOf, lastIndexOf, lastIndexOf, left, left, length, matches, matchesIgnoreCase, regionMatches, regionMatches, regionMatches, regionMatches, remove, removeSpaces, removeSpaces, replace, replace, replace, replace, replace, replaceIgnoreCase, right, right, setMaxSize, setNullable, setString, startsWith, startsWith, startsWith, startsWith, substring, substring, toCharArray, toLowerCase, toLowerCase, toString, toUpperCase, toUpperCase, trim, validate |
| Methods inherited from class e4s.util.E4Object |
|---|
Calendar, CName, CName, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelNone, E4LabelNone, E4LabelNone, E4LabelNone, E4LabelSys, E4LabelSys, e4sCopyright, e4sVersion, encode, encode, encode, encodeHtml, encodeHtml, encodeHtml, encodeURL, encodeURL, encodeURL, finalize, getLINE, getTRACE, getTRACE, getTRACE, getTRACE, getTRACE, getTRACE, getTraceMemory, HtmlEncode, HtmlEncode, HtmlEncode, isdecimal, isdigit, isnotok, isnotok, isnumeric, isok, isok, isok, isok, lastCallingFunction, lastCallingFunction, lastCallingFunction, lastCallingFunction, lastCallingStack, mkdirs, null2nbsp, null2nbsp, null2nbsp, ok, ok, ok, ok, outPrintln, setLogFile4Trace, setTraceMemory, STACKTRACE, toDebug, toDouble, toFloat, toFloat, TRACE_CALLS, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, wait |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Constructor Detail |
|---|
public E4InputFieldName(java.lang.String name)
name - the name of the input field
public E4InputFieldName(java.lang.String name,
boolean nouppercase)
name - the name of the input fieldnouppercase - true prevents conversion into uppercase characterspublic E4InputFieldName(E4String name)
public E4InputFieldName(E4DBColumnName name)
public E4InputFieldName(E4DBColumnInfo cInfo)
public E4InputFieldName(E4InputFieldName_Intf name,
int n)
public E4InputFieldName(java.lang.String name,
int n)
| Method Detail |
|---|
public java.lang.String getName()
#getHtmlName().
getName in interface E4InputFieldName_Intfpublic java.lang.String getHtmlParamName()
getName().
getHtmlParamName in interface E4InputFieldName_Intfpublic E4InputFieldName append(java.lang.String s)
s - the String to be appended
public static E4InputFieldName ANY()
public boolean equals(E4InputFieldName_Intf name2)
E4InputFieldName_Intf
equals in interface E4InputFieldName_Intfname2 - the name to be checked
E4InputFieldName_Intf.getName() matches.public boolean equalsIgnoreCase(E4InputFieldName_Intf name2)
equalsIgnoreCase in interface E4InputFieldName_Intfpublic static java.lang.String _getSVNVersionString()
E4Util.getRevisionCodeFromSVN(Class)
|
www.element4solution.com | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||