Package com.helger.html.hc.html.forms
Class AbstractHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
- java.lang.Object
-
- com.helger.html.hc.impl.AbstractHCNode
-
- com.helger.html.hc.html.AbstractHCElement<IMPLTYPE>
-
- com.helger.html.hc.html.forms.AbstractHCControl<IMPLTYPE>
-
- com.helger.html.hc.html.forms.AbstractHCInput<IMPLTYPE>
-
- All Implemented Interfaces:
com.helger.commons.hierarchy.IHasChildren<IHCNode>,com.helger.commons.hierarchy.IHasChildrenRecursive<IHCNode>,com.helger.commons.hierarchy.IHasChildrenSorted<IHCNode>,com.helger.commons.traits.IGenericImplTrait<IMPLTYPE>,IHCControl<IMPLTYPE>,IHCHasFocus<IMPLTYPE>,IHCInput<IMPLTYPE>,IHCElement<IMPLTYPE>,IHCHasCSSClasses<IMPLTYPE>,IHCHasCSSStyles<IMPLTYPE>,IHCHasState<IMPLTYPE>,IHCHasID<IMPLTYPE>,IHCHasName<IMPLTYPE>,IHCNode,Serializable
- Direct Known Subclasses:
AbstractHCCheckBox,AbstractHCRadioButton,HCEdit,HCEditFile,HCEditPassword,HCHiddenField,HCInput
@NotThreadSafe public abstract class AbstractHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>> extends AbstractHCControl<IMPLTYPE> implements IHCInput<IMPLTYPE>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static com.helger.commons.state.ETriStateDEFAULT_AUTO_COMPLETEDeprecated, for removal: This API element is subject to removal in a future version.static booleanDEFAULT_CHECKEDNot checked by defaultstatic booleanDEFAULT_FORMNOVALIDATEDefault valuestatic booleanDEFAULT_MULTIPLEBy default multi select is disabled-
Fields inherited from class com.helger.html.hc.html.forms.AbstractHCControl
CSS_CLASS_READ_ONLY, DEFAULT_AUTO_FOCUS, DEFAULT_DISABLED, DEFAULT_READ_ONLY, DEFAULT_REQUIRED
-
Fields inherited from class com.helger.html.hc.html.AbstractHCElement
DEFAULT_HIDDEN, DEFAULT_SPELLCHECK, DEFAULT_TRANSLATE, DEFAULT_UNFOCUSABLE
-
Fields inherited from interface com.helger.html.hc.html.IHCElement
DEFAULT_TABINDEX
-
-
Constructor Summary
Constructors Constructor Description AbstractHCInput()Default ctorAbstractHCInput(EHCInputType eType)Default ctor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfillMicroElement(com.helger.xml.microdom.IMicroElement aElement, IHCConversionSettingsToNode aConversionSettings)Set all attributes and child elements of this objectStringgetAccept()StringgetAlt()StringgetAutoComplete()StringgetDirName()StringgetForm()IHasJSCodegetFormActionJS()com.helger.commons.url.ISimpleURLgetFormActionURL()com.helger.commons.mime.IMimeTypegetFormEncType()EHCFormMethodgetFormMethod()HC_TargetgetFormTarget()intgetHeight()StringgetList()intgetMaxLength()StringgetMaxValue()intgetMinLength()StringgetMinValue()StringgetPattern()StringgetPlaceholder()StringgetPlainText()intgetSize()com.helger.commons.url.ISimpleURLgetSrc()StringgetStep()EHCInputTypegetType()StringgetValue()intgetWidth()booleanisChecked()booleanisFormNoValidate()booleanisMultiple()IMPLTYPEsetAccept(com.helger.commons.mime.IMimeType aAccept)IMPLTYPEsetAccept(String sAccept)IMPLTYPEsetAlt(String sAlt)IMPLTYPEsetAutoComplete(String sAutoComplete)IMPLTYPEsetChecked(boolean bChecked)Set the checked state according to the passed valueIMPLTYPEsetDirName(String sDirName)IMPLTYPEsetForm(String sForm)IMPLTYPEsetFormAction(com.helger.commons.url.ISimpleURL aAction)IMPLTYPEsetFormAction(IHasJSCodeWithSettings aAction)IMPLTYPEsetFormEncType(com.helger.commons.mime.IMimeType aFormEncType)IMPLTYPEsetFormMethod(EHCFormMethod eFormMethod)IMPLTYPEsetFormNoValidate(boolean bFormNoValidate)IMPLTYPEsetFormTarget(HC_Target aFormTarget)IMPLTYPEsetHeight(int nHeight)IMPLTYPEsetList(String sList)IMPLTYPEsetMaxLength(int nMaxLength)Set the maximum number of characters to be entered.IMPLTYPEsetMaxValue(String sMaxValue)IMPLTYPEsetMinLength(int nMinLength)Set the minimum number of characters to be entered.IMPLTYPEsetMinValue(String sMinValue)IMPLTYPEsetMultiple(boolean bMultiple)IMPLTYPEsetPattern(String sPattern)IMPLTYPEsetPlaceholder(String sPlaceholder)Set the new value for the HTMLplaceholderattribute.IMPLTYPEsetSize(int nSize)Sets the visible size of the edit.IMPLTYPEsetSrc(com.helger.commons.url.ISimpleURL aSrc)IMPLTYPEsetStep(String sStep)IMPLTYPEsetType(EHCInputType eType)IMPLTYPEsetValue(String sValue)Sets the passed field valueIMPLTYPEsetWidth(int nWidth)StringtoString()-
Methods inherited from class com.helger.html.hc.html.forms.AbstractHCControl
getName, isAutoFocus, isDisabled, isReadOnly, isRequired, onFinalizeNodeState, setAutoFocus, setDisabled, setName, setReadOnly, setRequired
-
Methods inherited from class com.helger.html.hc.html.AbstractHCElement
addClass, addEventHandler, addStyle, containsClass, containsEventHandler, containsStyle, createMicroElement, customAttrs, finishMicroElement, getAccessKey, getAllClasses, getAllClassesAsString, getAllClassNames, getAllStyles, getAllStylesAsString, getAllStyleValues, getContentEditable, getDirection, getDraggable, getElement, getEventHandler, getEventMap, getID, getLanguage, getRole, getStyleValue, getTabIndex, getTagName, getTitle, getTranslate, hasAnyClass, hasAnyStyle, hasStyle, internalConvertToMicroNode, isHidden, isSpellCheck, isTranslateOff, isTranslateOn, isTranslateUndefined, isUnfocusable, isValidID, onConsistencyCheck, prependEventHandler, removeAllClasses, removeAllEventHandler, removeAllStyles, removeClass, removeStyle, setAccessKey, setContentEditable, setDirection, setDraggable, setEventHandler, setHidden, setID, setID, setLanguage, setRole, setSpellCheck, setTabIndex, setTitle, setTranslate, setUnfocusable
-
Methods inherited from class com.helger.html.hc.impl.AbstractHCNode
canConvertToMicroNode, consistencyCheck, convertToMicroNode, customizeNode, finalizeNodeState, findFirstChild, findFirstChildMapped, forAllChildren, forAllChildren, forAllChildrenBreakable, forAllChildrenMapped, getAllChildren, getChildAtIndex, getChildCount, getChildren, getFirstChild, getLastChild, getNodeState, hasChildren, internalSetNodeState, onCustomizeNode, onRegisterExternalResources, registerExternalResources
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.helger.commons.hierarchy.IHasChildren
forAllChildren, forAllChildren, forAllChildrenBreakable, forAllChildrenMapped, getChildCount, getChildren, hasChildren, hasNoChildren
-
Methods inherited from interface com.helger.commons.hierarchy.IHasChildrenRecursive
forAllChildrenRecursive, forAllChildrenRecursive
-
Methods inherited from interface com.helger.commons.hierarchy.IHasChildrenSorted
findFirstChild, findFirstChildMapped, getAllChildren, getChildAtIndex, getFirstChild, getLastChild
-
Methods inherited from interface com.helger.html.hc.html.forms.IHCControl
isReadOnly, isRequired, setReadOnly, setRequired
-
Methods inherited from interface com.helger.html.hc.html.IHCElement
addEventHandler, containsEventHandler, customAttrs, getAccessKey, getContentEditable, getDirection, getDraggable, getElement, getEventHandler, getEventMap, getLanguage, getRole, getTabIndex, getTagName, getTitle, getTranslate, isHidden, isSpellCheck, isTranslateOff, isTranslateOn, isTranslateUndefined, isUnfocusable, prependEventHandler, removeAllEventHandler, setAccessKey, setContentEditable, setDirection, setDraggable, setEventHandler, setHidden, setLanguage, setRole, setSpellCheck, setTabIndex, setTitle, setTranslate, setTranslate, setUnfocusable, withCustomAttrs
-
Methods inherited from interface com.helger.html.hc.html.IHCHasCSSClasses
addClass, addClasses, addClasses, addClasses, containsClass, getAllClasses, getAllClassesAsString, getAllClassNames, hasAnyClass, removeAllClasses, removeClass
-
Methods inherited from interface com.helger.html.hc.html.IHCHasCSSStyles
addStyle, addStyle, addStyles, addStyles, addStyles, containsStyle, getAllStyles, getAllStylesAsString, getAllStyleValues, getStyleValue, hasAnyStyle, hasStyle, removeAllStyles, removeStyle
-
Methods inherited from interface com.helger.html.hc.IHCHasID
ensureID, getID, hasID, hasNoID, setID, setUniqueID
-
Methods inherited from interface com.helger.html.hc.IHCHasName
getName, setName
-
Methods inherited from interface com.helger.html.hc.html.IHCHasState
isDisabled, setDisabled
-
Methods inherited from interface com.helger.html.hc.html.forms.IHCInput
hasPlaceholder, isAutoCompleteOff, isAutoCompleteOn, isAutoCompleteUndefined, isAutoFocus, setAutoComplete, setAutoComplete, setAutoComplete, setAutoFocus, setFormEncTypeFileUpload, setFormEncTypeTextPlain, setFormTargetBlank, setValue, setValue
-
Methods inherited from interface com.helger.html.hc.IHCNode
canConvertToMicroNode, consistencyCheck, convertToMicroNode, customizeNode, finalizeNodeState, getNodeState, registerExternalResources
-
-
-
-
Field Detail
-
DEFAULT_AUTO_COMPLETE
@Deprecated(since="9.1.1", forRemoval=true) public static final com.helger.commons.state.ETriState DEFAULT_AUTO_COMPLETE
Deprecated, for removal: This API element is subject to removal in a future version.By default no auto complete setting is active
-
DEFAULT_CHECKED
public static final boolean DEFAULT_CHECKED
Not checked by default- See Also:
- Constant Field Values
-
DEFAULT_FORMNOVALIDATE
public static final boolean DEFAULT_FORMNOVALIDATE
Default value- See Also:
- Constant Field Values
-
DEFAULT_MULTIPLE
public static final boolean DEFAULT_MULTIPLE
By default multi select is disabled- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AbstractHCInput
public AbstractHCInput()
Default ctor
-
AbstractHCInput
public AbstractHCInput(@Nonnull EHCInputType eType)
Default ctor- Parameters:
eType- Type of input. May not benull.
-
-
Method Detail
-
getType
@Nullable public final EHCInputType getType()
- Specified by:
getTypein interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>- Returns:
- The type used for this
inputelement. May benull.
-
setType
@Nonnull public final IMPLTYPE setType(@Nullable EHCInputType eType)
- Specified by:
setTypein interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
getAccept
@Nullable public final String getAccept()
- Specified by:
getAcceptin interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
setAccept
@Nonnull public final IMPLTYPE setAccept(@Nullable String sAccept)
- Specified by:
setAcceptin interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
setAccept
@Nonnull public final IMPLTYPE setAccept(@Nullable com.helger.commons.mime.IMimeType aAccept)
- Specified by:
setAcceptin interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
getAlt
@Nullable public final String getAlt()
- Specified by:
getAltin interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
setAlt
@Nonnull public final IMPLTYPE setAlt(@Nullable String sAlt)
- Specified by:
setAltin interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
getAutoComplete
@Nullable public final String getAutoComplete()
- Specified by:
getAutoCompletein interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
setAutoComplete
@Nonnull public final IMPLTYPE setAutoComplete(@Nullable String sAutoComplete)
- Specified by:
setAutoCompletein interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
isChecked
public final boolean isChecked()
- Specified by:
isCheckedin interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>- Returns:
- Whether or not the check-box is currently checked
-
setChecked
@Nonnull public final IMPLTYPE setChecked(boolean bChecked)
Description copied from interface:IHCInputSet the checked state according to the passed value- Specified by:
setCheckedin interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>- Parameters:
bChecked- new checked state- Returns:
- This object for chaining
-
getDirName
@Nullable public final String getDirName()
- Specified by:
getDirNamein interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
setDirName
@Nonnull public final IMPLTYPE setDirName(@Nullable String sDirName)
- Specified by:
setDirNamein interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
getForm
@Nullable public final String getForm()
- Specified by:
getFormin interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
setForm
@Nonnull public final IMPLTYPE setForm(@Nullable String sForm)
- Specified by:
setFormin interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
getFormActionURL
@Nullable public final com.helger.commons.url.ISimpleURL getFormActionURL()
- Specified by:
getFormActionURLin interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
getFormActionJS
@Nullable public final IHasJSCode getFormActionJS()
- Specified by:
getFormActionJSin interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
setFormAction
@Nonnull public final IMPLTYPE setFormAction(@Nullable com.helger.commons.url.ISimpleURL aAction)
- Specified by:
setFormActionin interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
setFormAction
@Nonnull public final IMPLTYPE setFormAction(@Nullable IHasJSCodeWithSettings aAction)
- Specified by:
setFormActionin interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
getFormEncType
@Nullable public final com.helger.commons.mime.IMimeType getFormEncType()
- Specified by:
getFormEncTypein interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
setFormEncType
@Nonnull public final IMPLTYPE setFormEncType(@Nullable com.helger.commons.mime.IMimeType aFormEncType)
- Specified by:
setFormEncTypein interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
getFormMethod
@Nullable public final EHCFormMethod getFormMethod()
- Specified by:
getFormMethodin interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
setFormMethod
@Nonnull public final IMPLTYPE setFormMethod(@Nullable EHCFormMethod eFormMethod)
- Specified by:
setFormMethodin interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
isFormNoValidate
public final boolean isFormNoValidate()
- Specified by:
isFormNoValidatein interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
setFormNoValidate
@Nonnull public final IMPLTYPE setFormNoValidate(boolean bFormNoValidate)
- Specified by:
setFormNoValidatein interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
getFormTarget
@Nullable public final HC_Target getFormTarget()
- Specified by:
getFormTargetin interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
setFormTarget
@Nonnull public final IMPLTYPE setFormTarget(@Nullable HC_Target aFormTarget)
- Specified by:
setFormTargetin interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
getHeight
public final int getHeight()
- Specified by:
getHeightin interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
setHeight
@Nonnull public final IMPLTYPE setHeight(int nHeight)
- Specified by:
setHeightin interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
getList
@Nullable public final String getList()
- Specified by:
getListin interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
setList
@Nonnull public final IMPLTYPE setList(@Nullable String sList)
- Specified by:
setListin interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
getMaxValue
@Nullable public final String getMaxValue()
- Specified by:
getMaxValuein interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
setMaxValue
@Nonnull public final IMPLTYPE setMaxValue(@Nullable String sMaxValue)
- Specified by:
setMaxValuein interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
getMaxLength
public final int getMaxLength()
- Specified by:
getMaxLengthin interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>- Returns:
- The currently set max length or -1.
-
setMaxLength
@Nonnull public final IMPLTYPE setMaxLength(int nMaxLength)
Description copied from interface:IHCInputSet the maximum number of characters to be entered.- Specified by:
setMaxLengthin interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>- Parameters:
nMaxLength- The max length. Should be > 0.- Returns:
- this
-
getMinValue
@Nullable public final String getMinValue()
- Specified by:
getMinValuein interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
setMinValue
@Nonnull public final IMPLTYPE setMinValue(@Nullable String sMinValue)
- Specified by:
setMinValuein interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
getMinLength
public final int getMinLength()
- Specified by:
getMinLengthin interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>- Returns:
- The currently set min length or -1.
-
setMinLength
@Nonnull public final IMPLTYPE setMinLength(int nMinLength)
Description copied from interface:IHCInputSet the minimum number of characters to be entered.- Specified by:
setMinLengthin interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>- Parameters:
nMinLength- The min length. Should be > 0.- Returns:
- this
-
isMultiple
public final boolean isMultiple()
- Specified by:
isMultiplein interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
setMultiple
@Nonnull public final IMPLTYPE setMultiple(boolean bMultiple)
- Specified by:
setMultiplein interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
getPattern
@Nullable public final String getPattern()
- Specified by:
getPatternin interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
setPattern
@Nonnull public final IMPLTYPE setPattern(@Nullable String sPattern)
- Specified by:
setPatternin interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
getPlaceholder
@Nullable public final String getPlaceholder()
- Specified by:
getPlaceholderin interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>- Returns:
- The current value of the HTML
placeholderattribute. May benull.
-
setPlaceholder
@Nonnull public final IMPLTYPE setPlaceholder(@Nullable String sPlaceholder)
Description copied from interface:IHCInputSet the new value for the HTMLplaceholderattribute.- Specified by:
setPlaceholderin interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>- Parameters:
sPlaceholder- The new value. May benull.- Returns:
- this
-
getSize
public final int getSize()
- Specified by:
getSizein interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>- Returns:
- The currently set max length.
-
setSize
@Nonnull public final IMPLTYPE setSize(int nSize)
Description copied from interface:IHCInputSets the visible size of the edit. Should not be necessary in most cases, as styling via CSS is the preferred way. If you want to limit the number of available characters useIHCInput.setMaxLength(int)instead.- Specified by:
setSizein interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>- Parameters:
nSize- The width of the edit in characters.- Returns:
- this
-
getSrc
@Nullable public final com.helger.commons.url.ISimpleURL getSrc()
- Specified by:
getSrcin interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
setSrc
@Nonnull public final IMPLTYPE setSrc(@Nullable com.helger.commons.url.ISimpleURL aSrc)
- Specified by:
setSrcin interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
getStep
@Nullable public final String getStep()
- Specified by:
getStepin interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
setStep
@Nonnull public final IMPLTYPE setStep(@Nullable String sStep)
- Specified by:
setStepin interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
getValue
@Nullable public final String getValue()
- Specified by:
getValuein interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>- Returns:
- The field value, maybe
null
-
setValue
@Nonnull public final IMPLTYPE setValue(@Nullable String sValue)
Description copied from interface:IHCInputSets the passed field value- Specified by:
setValuein interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>- Parameters:
sValue- Value to use.- Returns:
- This object for chaining
-
getWidth
public final int getWidth()
- Specified by:
getWidthin interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
setWidth
@Nonnull public final IMPLTYPE setWidth(int nWidth)
- Specified by:
setWidthin interfaceIHCInput<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
getPlainText
public String getPlainText()
- Specified by:
getPlainTextin interfaceIHCNode- Overrides:
getPlainTextin classAbstractHCNode- Returns:
- The plain text representation of this text. May not be
null.
-
fillMicroElement
@OverridingMethodsMustInvokeSuper protected void fillMicroElement(com.helger.xml.microdom.IMicroElement aElement, IHCConversionSettingsToNode aConversionSettings)
Description copied from class:AbstractHCElementSet all attributes and child elements of this object- Overrides:
fillMicroElementin classAbstractHCControl<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>- Parameters:
aElement- The current micro element to be filled. Nevernull.aConversionSettings- The conversion settings to be used. Nevernull.
-
toString
public String toString()
- Overrides:
toStringin classAbstractHCControl<IMPLTYPE extends AbstractHCInput<IMPLTYPE>>
-
-