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,
org.xml.sax.InputSource inputSource) |
T |
createDefault(ObjectTemplate objectTemplate)
Creates a default ui component configuration for the given template
|
java.lang.Class<T> |
getComponentClass()
The class of configurations created by this factories
|
T create(ObjectTemplate objectTemplate, ObjectTemplate originalObjectTemplate, org.xml.sax.InputSource inputSource)
T createDefault(ObjectTemplate objectTemplate)
objectTemplate - the object template to create the configuration fromjava.lang.Class<T> getComponentClass()
Copyright © 2018 SAP SE. All Rights Reserved.