Uses of Interface
net.officefloor.gef.configurer.internal.ValueRendererContext
-
Packages that use ValueRendererContext Package Description net.officefloor.gef.configurer.internal net.officefloor.gef.configurer.internal.inputs -
-
Uses of ValueRendererContext in net.officefloor.gef.configurer.internal
Methods in net.officefloor.gef.configurer.internal with parameters of type ValueRendererContext Modifier and Type Method Description CellRenderer<M,V>AbstractBuilder. createCellRenderer(ValueRendererContext<M> context)CellRenderer<I,V>ColumnRenderer. createCellRenderer(ValueRendererContext<I> context)Creates theValueRendererfor the cell.ValueRenderer<M,I>AbstractBuilder. createValueRenderer(ValueRendererContext<M> context)ValueRenderer<M,I>ValueRendererFactory. createValueRenderer(ValueRendererContext<M> context)Creates theValueRenderer. -
Uses of ValueRendererContext in net.officefloor.gef.configurer.internal.inputs
Methods in net.officefloor.gef.configurer.internal.inputs with parameters of type ValueRendererContext Modifier and Type Method Description ValueRenderer<M,ValueInput>PropertiesBuilderImpl. createValueRenderer(ValueRendererContext<M> context)
-