Package de.mhus.lib.form.definition
Class IFmElement
-
- All Implemented Interfaces:
IDefDefinition,ILog,IProperties,IReadProperties,MNlsProvider,Nls,Serializable,Iterable<Map.Entry<String,Object>>,Map<String,Object>
- Direct Known Subclasses:
FmAction,FmCheckbox,FmCombobox,FmDate,FmLabel,FmLayout100,FmLayout2x50,FmLayout3x33,FmLayout4x25,FmLayoutTabs,FmLayoutWizard,FmLink,FmNumber,FmOptions,FmPanel,FmPassword,FmRichText,FmText,FmTextArea,FmVoid
public class IFmElement extends DefComponent
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringALLOW_NULLstatic StringDEFAULTstatic StringDESCRIPTIONstatic StringENABLEDstatic StringFALSEstatic StringFULLWIDTHstatic StringHEIGHTstatic StringNAMEstatic StringSOURCESstatic StringTITLEstatic StringTITLEINSIDEstatic StringTRUEstatic StringTYPEstatic StringWIZARD-
Fields inherited from class de.mhus.lib.core.directory.WritableResourceNode
MOVE_DOWN, MOVE_FIRST, MOVE_LAST, MOVE_UP
-
Fields inherited from class de.mhus.lib.core.directory.ResourceNode
compiledCache, compiler
-
-
Constructor Summary
Constructors Constructor Description IFmElement(String name, IDefAttribute... definitions)
-
Method Summary
-
Methods inherited from class de.mhus.lib.core.definition.DefComponent
addAttribute, addDefinition, definitions, fillNls, inject
-
Methods inherited from class de.mhus.lib.core.config.HashConfig
clear, createConfig, getInputStream, getName, getNode, getNodeKeys, getNodes, getNodes, getParent, getProperty, getPropertyKeys, getUrl, isEditable, isProperty, keys, moveConfig, removeConfig, removeProperty, setConfig, setProperty, toString, unlink
-
Methods inherited from class de.mhus.lib.core.config.IConfig
getRenditionProperties, getRenditions, hasContent, isValid
-
Methods inherited from class de.mhus.lib.core.directory.WritableResourceNode
setString
-
Methods inherited from class de.mhus.lib.core.directory.ResourceNode
containsValue, dump, entrySet, getExtracted, getExtracted, getExtracted, getInputStream, getNodeByPath, getRenditionProperties, size, values
-
Methods inherited from class de.mhus.lib.core.AbstractProperties
containsKey, get, getBoolean, getBoolean, getCalendar, getDate, getDouble, getFloat, getFormatted, getInt, getLong, getNumber, getString, getString, isEmpty, iterator, keySet, put, putAll, putReadProperties, remove, setBoolean, setCalendar, setDate, setDouble, setFloat, setInt, setLong, setNumber, toMap
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Field Detail
-
TITLE
public static final String TITLE
- See Also:
- Constant Field Values
-
DESCRIPTION
public static final String DESCRIPTION
- See Also:
- Constant Field Values
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
ENABLED
public static final String ENABLED
- See Also:
- Constant Field Values
-
SOURCES
public static final String SOURCES
- See Also:
- Constant Field Values
-
FULLWIDTH
public static final String FULLWIDTH
- See Also:
- Constant Field Values
-
TITLEINSIDE
public static final String TITLEINSIDE
- See Also:
- Constant Field Values
-
DEFAULT
public static final String DEFAULT
- See Also:
- Constant Field Values
-
TRUE
public static final String TRUE
- See Also:
- Constant Field Values
-
FALSE
public static final String FALSE
- See Also:
- Constant Field Values
-
ALLOW_NULL
public static final String ALLOW_NULL
- See Also:
- Constant Field Values
-
HEIGHT
public static final String HEIGHT
- See Also:
- Constant Field Values
-
WIZARD
public static final String WIZARD
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IFmElement
public IFmElement(String name, IDefAttribute... definitions)
-
-