www.element4solution.com

e4s.html.editing
Class E4EditingDefinitionDataField

java.lang.Object
  extended by e4s.util.E4Object
      extended by e4s.db.E4DBColumnInfo
          extended by 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

Field Summary
 
Fields inherited from class e4s.db.E4DBColumnInfo
m_ColumnBaseType, m_ColumnName, m_ColumnType
 
Fields inherited from class e4s.util.E4Object
CRLF, E4S_CORE_SYSTEM_LANGUAGE, NBSP, NULLSTR, URL_ENCODING_CHARSET
 
Constructor Summary
E4EditingDefinitionDataField(E4DBColumnInfo col)
           
E4EditingDefinitionDataField(E4DBColumnName name)
           
 
Method Summary
static java.lang.String _getSVNVersionString()
          Get version info string from subversion.
 java.text.SimpleDateFormat getDateFormat()
          Deprecated.  
 char getDisplayMode()
           
 java.lang.Class getFormatter()
           
 boolean getKeepline()
          Get the "keepline" flag.
 E4Label_Intf getLabel()
           
 int getOrder()
           
 void setDisplayMode(char mode)
           
 void setFormatter(java.lang.Class formatter)
           
 void setKeepline(boolean keepline)
          Set the "keepline" flag, this means that the field is rendered beside and not below the previous field.
 void setLabel(E4Label_Intf label)
           
 void setOrder(int order)
           
 java.lang.String toString()
           
 
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
 

Constructor Detail

E4EditingDefinitionDataField

public E4EditingDefinitionDataField(E4DBColumnInfo col)

E4EditingDefinitionDataField

public E4EditingDefinitionDataField(E4DBColumnName name)
Method Detail

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)

www.element4solution.com