Uses of Interface
org.zkoss.stateless.ui.IReplacer
-
Packages that use IReplacer Package Description org.zkoss.stateless.ui org.zkoss.stateless.ui.util -
-
Uses of IReplacer in org.zkoss.stateless.ui
Methods in org.zkoss.stateless.ui that return IReplacer Modifier and Type Method Description <I extends IComponent<?>>
IReplacer<T>IReplacer. replace(I source, I target)
Replaces the given immutable component with a given newIComponent
in the descendant of the root.<I extends IComponent<?>>
IReplacer<T>IReplacer. replaceById(java.lang.String source, CheckedFunction<I,I> targetFunction)
Replaces the given source with a given newIComponent
in the descendant of the root.IReplacer<T>
IReplacer. replaceById(java.lang.String source, IComponent<?> target)
Replaces the given source with a given newIComponent
in the descendant of the root. -
Uses of IReplacer in org.zkoss.stateless.ui.util
Methods in org.zkoss.stateless.ui.util that return IReplacer Modifier and Type Method Description static <T extends IComponent>
IReplacer<T>Immutables. newReplacer(T root)
Constructs a replacer for replacing the descendant of the IComponent tree in a bulk execution for multiple replacements.
-