Uses of Class
com.netgrif.application.engine.importer.model.Component
-
Packages that use Component Package Description com.netgrif.application.engine.importer.model com.netgrif.application.engine.importer.service -
-
Uses of Component in com.netgrif.application.engine.importer.model
Fields in com.netgrif.application.engine.importer.model declared as Component Modifier and Type Field Description protected ComponentData. componentprotected ComponentDataRef. componentMethods in com.netgrif.application.engine.importer.model that return Component Modifier and Type Method Description ComponentObjectFactory. createComponent()Create an instance ofComponentComponentData. getComponent()Gets the value of the component property.ComponentDataRef. getComponent()Gets the value of the component property.Methods in com.netgrif.application.engine.importer.model with parameters of type Component Modifier and Type Method Description voidData. setComponent(Component value)Sets the value of the component property.voidDataRef. setComponent(Component value)Sets the value of the component property. -
Uses of Component in com.netgrif.application.engine.importer.service
Methods in com.netgrif.application.engine.importer.service with parameters of type Component Modifier and Type Method Description ComponentComponentFactory. buildComponent(Component importComponent)ComponentComponentFactory. buildComponent(Component importComponent, Importer importer, Data data)ComponentComponentFactory. buildComponent(Component importComponent, Importer importer, Field field)
-