public interface ControlFactory<C extends Control>
| Modifier and Type | Method and Description |
|---|---|
String |
getOid() |
CodecControl<C> |
newCodecControl()
Creates and returns a decorated version of the Control.
|
CodecControl<C> |
newCodecControl(C control)
Decorates an existing control.
|
String getOid()
CodecControl<C> newCodecControl()
CodecControl decorated version of the Control.CodecControl<C> newCodecControl(C control)
control - The Control to be decorated.Copyright © 2021. All rights reserved.