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 interfaceIConfigurationsBCThis 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 classConfigurationsBCWill handle a VKEYED config file that will store and provide configurations.classSqlTableBCSqlTableBC represents a table in a database.Methods in com.basiscomponents.bc that return BusinessComponent Modifier and Type Method Description BusinessComponentBCBinder. getBC()BusinessComponentBusinessComponent. getLookup(String fieldName, DataRow dr)returns a bc that contains data providing predefined values for a field.BusinessComponentConfigurationsBC. getLookup(String fieldName, DataRow dr)BusinessComponentSqlTableBC. 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
-