Interface OptionalValueInput<M>
-
- All Superinterfaces:
ValueInput
public interface OptionalValueInput<M> extends ValueInput
ValueInput
allowing for optionally rendering followingValueInput
instances.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setOptionalLoader(java.util.function.Consumer<ValueRendererFactory<M,? extends ValueInput>[]> loader)
Specifies the optional loader.-
Methods inherited from interface net.officefloor.gef.configurer.internal.ValueInput
activate, getNode, reload
-
-
-
-
Method Detail
-
setOptionalLoader
void setOptionalLoader(java.util.function.Consumer<ValueRendererFactory<M,? extends ValueInput>[]> loader)
Specifies the optional loader.- Parameters:
loader
- Loads the optional content.
-
-