public class VirtualListViewResponseFactory extends Object implements ControlFactory<VirtualListViewResponse>
ControlFactory for VirtualListViewResponse controls.| Constructor and Description |
|---|
VirtualListViewResponseFactory(LdapApiService codec) |
| Modifier and Type | Method and Description |
|---|---|
String |
getOid() |
CodecControl<VirtualListViewResponse> |
newCodecControl()
Creates and returns a decorated version of the Control.
|
CodecControl<VirtualListViewResponse> |
newCodecControl(VirtualListViewResponse control)
Decorates an existing control.
|
public VirtualListViewResponseFactory(LdapApiService codec)
public String getOid()
getOid in interface ControlFactory<VirtualListViewResponse>public CodecControl<VirtualListViewResponse> newCodecControl()
ControlFactorynewCodecControl in interface ControlFactory<VirtualListViewResponse>CodecControl decorated version of the Control.public CodecControl<VirtualListViewResponse> newCodecControl(VirtualListViewResponse control)
ControlFactorynewCodecControl in interface ControlFactory<VirtualListViewResponse>control - The Control to be decorated.Copyright © 2021. All rights reserved.