Interface OptionalValueInput<M>
-
- All Superinterfaces:
ValueInput
public interface OptionalValueInput<M> extends ValueInput
ValueInputallowing for optionally rendering followingValueInputinstances.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetOptionalLoader(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.
-
-