e4s.html.editing
Class E4EditingDefinitionDataField
java.lang.Object
e4s.util.E4Object
e4s.db.E4DBColumnInfo
e4s.html.editing.E4EditingDefinitionDataField
- All Implemented Interfaces:
- E4InputFieldName_Intf, java.lang.Comparable
public class E4EditingDefinitionDataField
- extends E4DBColumnInfo
Definition for database table columns, related to the display / layout issues
(E4EditingDefinitionTableColumn).
A detailed description can be found at
E4EditingElement.
- Since:
- JDK 1.4
- See Also:
E4EditingElement
| Methods inherited from class e4s.db.E4DBColumnInfo |
compareTo, equals, equalsIgnoreCase, getColumnBaseClass, getColumnName, getColumnType, getHtmlParamName, getLen, getName, getRem, is_E4Date, is_E4Long, is_E4String, is_E4StringImage, isAutoincrement, isBoolean, isColumnType, isDate, isString, isText, makeXmlString_Dictionary, makeXmlString_Export, setAutoincrement, setLen, setRem, sqlRequiresQuotes |
| 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 |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
E4EditingDefinitionDataField
public E4EditingDefinitionDataField(E4DBColumnInfo col)
E4EditingDefinitionDataField
public E4EditingDefinitionDataField(E4DBColumnName name)
setLabel
public void setLabel(E4Label_Intf label)
getLabel
public E4Label_Intf getLabel()
getDisplayMode
public char getDisplayMode()
setDisplayMode
public void setDisplayMode(char mode)
setFormatter
public void setFormatter(java.lang.Class formatter)
getFormatter
public java.lang.Class getFormatter()
setOrder
public void setOrder(int order)
getOrder
public int getOrder()
getDateFormat
public java.text.SimpleDateFormat getDateFormat()
- Deprecated.
toString
public java.lang.String toString()
- Overrides:
toString in class E4DBColumnInfo
setKeepline
public void setKeepline(boolean keepline)
- Set the "keepline" flag, this means that the field is rendered beside and
not below the previous field.
- Parameters:
keepline - the mode for the keepline flag- See Also:
getKeepline()
getKeepline
public boolean getKeepline()
- Get the "keepline" flag.
- Returns:
- true if the field is displayed beside the previous field.
- See Also:
setKeepline(boolean)
_getSVNVersionString
public static java.lang.String _getSVNVersionString()
- Get version info string from subversion.
- Returns:
- the version info string.
- See Also:
E4Util.getRevisionCodeFromSVN(Class)