Uses of Interface
com.basiscomponents.bc.BusinessComponent
-
Packages that use BusinessComponent Package Description com.basiscomponents.bc -
-
Uses of BusinessComponent in com.basiscomponents.bc
Subinterfaces of BusinessComponent in com.basiscomponents.bc Modifier and Type Interface Description interface
IConfigurationsBC
This interface has to be implemented by BCs in order to work with the configurationW widget plugin.Classes in com.basiscomponents.bc that implement BusinessComponent Modifier and Type Class Description class
ConfigurationsBC
Will handle a VKEYED config file that will store and provide configurations.class
SqlTableBC
SqlTableBC represents a table in a database.Methods in com.basiscomponents.bc that return BusinessComponent Modifier and Type Method Description BusinessComponent
BCBinder. getBC()
BusinessComponent
BusinessComponent. getLookup(String fieldName, DataRow dr)
returns a bc that contains data providing predefined values for a field.BusinessComponent
ConfigurationsBC. getLookup(String fieldName, DataRow dr)
BusinessComponent
SqlTableBC. getLookup(String fieldName, DataRow dr)
Constructors in com.basiscomponents.bc with parameters of type BusinessComponent Constructor Description BCBinder(BusinessComponent bc)
Sets the working business component and its attributes record
-