public class LazyPanelFactory extends Object
| Constructor and Description |
|---|
LazyPanelFactory(ViewFactoryCreator factory)
Singleton constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLazyPanel(AbstractProxyCreator.SourcePrinter factoryPrinter,
JSONObject element,
String targetPanelId,
LazyPanelWrappingType wrappingType)
Create an wrapper lazyPanel capable of creating an widget for the given CruxMetaData element.
|
public LazyPanelFactory(ViewFactoryCreator factory)
public String getLazyPanel(AbstractProxyCreator.SourcePrinter factoryPrinter, JSONObject element, String targetPanelId, LazyPanelWrappingType wrappingType)
factoryPrinter - Printer for the calling factory method.element - CruxMetaData element that will be used to create the wrapped widgettargetPanelId - Identifier of the parent panel, that required the lazy wrapping operation.wrappingType - the lazyPanel wrapping model.Copyright © 2015. All rights reserved.