T - the type of the resulting configurationpublic interface UIComponentConfigurationFactory<T extends UIComponentConfiguration>
CockpitUIComponentConfiguration| Modifier and Type | Method and Description |
|---|---|
T |
create(ObjectTemplate objectTemplate,
ObjectTemplate originalObjectTemplate,
InputSource inputSource) |
T |
createDefault(ObjectTemplate objectTemplate)
Creates a default ui component configuration for the given template
|
Class<T> |
getComponentClass()
The class of configurations created by this factories
|
T create(ObjectTemplate objectTemplate, ObjectTemplate originalObjectTemplate, InputSource inputSource)
T createDefault(ObjectTemplate objectTemplate)
objectTemplate - the object template to create the configuration fromCopyright © 2017 SAP SE. All Rights Reserved.