| Package | Description |
|---|---|
| com.foreach.across.modules.bootstrapui.utils |
| Modifier and Type | Method and Description |
|---|---|
static <T extends com.foreach.across.modules.web.ui.ViewElement> |
BootstrapElementUtils.prefixControlNames(@NonNull String prefix)
Create
ControlNamePrefixAdjuster preconfigured to prefix all control names with the given prefix,
ignoring any first underscore character, adding dot separators and recursing through all children
in case the control is a container. |
static <T extends com.foreach.across.modules.web.ui.ViewElement> |
BootstrapElementUtils.replaceControlNamesPrefix(@NonNull String prefixToReplace,
@NonNull String newPrefix)
Create
ControlNamePrefixAdjuster preconfigured to update all control names that match the initial
prefix, and replace said prefix with the new value. |
Copyright © 2020. All rights reserved.