e4s.html.editing
Class E4EditingSettings
java.lang.Object
e4s.util.E4Object
e4s.util.E4Settings
e4s.html.editing.E4EditingSettings
public class E4EditingSettings
- extends E4Settings
System settings for editing elements. Contains values such as length for the list,
delete integrity checks, etc..
A detailed description can be found at E4EditingElement.
- Since:
- JDK 1.4
- See Also:
E4EditingElement
|
Field Summary |
static java.lang.String |
DEFINITION_PATH
Path, where the definitions will be stored (not client dependent). |
static java.lang.String |
DISPLAY_BLOCK_LENGTH
Definition for the display block length. |
static java.lang.String |
DISPLAY_DELETE_INTEGRITY
Enables to show a table of references when delete function is performed. |
| Methods inherited from class e4s.util.E4Settings |
defineDatatype, defineDatatype, defineDatatype, defineDatatype, defineDatatype, defineDatatype, definePropertyFile, getAppCoreLanguage, getDatatype, getDefaultAlias, getDocBase, getErrorMailto, getForceUploadLowercase, getHtmlStrict, getHttpAddr, getHttpRoot, getLoginPath, getMaxUploadSize, getMenuStyle, getPredefinedKeys, getProperties, getProperty, getProperty, getProperty, getProperty, getProperty, getPropertyBool, getPropertyFile, getPropertyInt, getPropertyLong, getServer, getSysLogFilePath, getSysTempPath, getSysTraceLogPath, preventBackButton, preventRightClick, propertyNames, readIniFile, reloadFile, removeProperty, setHttpAddr, setProperty, setProperty, setProperty |
| 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, toString, 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 |
DISPLAY_BLOCK_LENGTH
public static final java.lang.String DISPLAY_BLOCK_LENGTH
- Definition for the display block length.
- See Also:
E4EditingElement.getDisplayBlockLength(),
getDisplayBlockLength(),
setDisplayBlockLength(int),
Constant Field Values
DISPLAY_DELETE_INTEGRITY
public static final java.lang.String DISPLAY_DELETE_INTEGRITY
- Enables to show a table of references when delete function is performed.
Useful for testing only (set to "1") but turn off in runtime environments (set to "0").
- See Also:
- Constant Field Values
DEFINITION_PATH
public static final java.lang.String DEFINITION_PATH
- Path, where the definitions will be stored (not client dependent).
- See Also:
- Constant Field Values
E4EditingSettings
public E4EditingSettings()
getDisplayBlockLength
public static int getDisplayBlockLength()
- Get definition for the display block length.
- Returns:
- the block length
- See Also:
E4EditingElement.getDisplayBlockLength(),
setDisplayBlockLength(int)
setDisplayBlockLength
public static void setDisplayBlockLength(int rows)
- Set definition for the display block length.
- Parameters:
rows - the block length, a typical value is somewhat 25, 30, 50 or maybe 100.
1 <= rows <= E4EditingElement.MAX_BLOCK_LENGTH- See Also:
E4EditingElement.getDisplayBlockLength(),
E4EditingElement.MAX_BLOCK_LENGTH,
getDisplayBlockLength()
getDisplayDeleteIntegrity
public static boolean getDisplayDeleteIntegrity()
setDisplayDeleteIntegrity
public static void setDisplayDeleteIntegrity(boolean display_delete_integrity)
validate
public static void validate(HTML html)
getDefinitionPath
public static java.lang.String getDefinitionPath()
setDefinitionPath
public static void setDefinitionPath(java.lang.String path)
defineDatatypes
public static void defineDatatypes()
_getSVNVersionString
public static java.lang.String _getSVNVersionString()
- Get version info string from subversion.
- Returns:
- the version info string.
- See Also:
E4Util.getRevisionCodeFromSVN(Class)