public static interface DominoUIConfig.RequiredIndicatorRenderer
| Modifier and Type | Method and Description |
|---|---|
<T extends BasicFormElement<?,?>> |
appendRequiredIndicator(T valueBox,
elemental2.dom.Node requiredIndicator) |
<T extends BasicFormElement<?,?>> |
removeRequiredIndicator(T valueBox,
elemental2.dom.Node requiredIndicator) |
<T extends BasicFormElement<?,?>> void appendRequiredIndicator(T valueBox, elemental2.dom.Node requiredIndicator)
T - the type of the form fieldvalueBox - the BasicFormElement to append required torequiredIndicator - the node for required indicator<T extends BasicFormElement<?,?>> void removeRequiredIndicator(T valueBox, elemental2.dom.Node requiredIndicator)
T - the type of the form fieldvalueBox - the BasicFormElement to remove required fromrequiredIndicator - the node for required indicatorCopyright © 2019–2022 Dominokit. All rights reserved.