T - The type managed by the Column.ColumnFactoryImplpublic interface ColumnFactory<T> extends org.refcodes.factory.LookupFactory<Column<T>,String>
ColumnFactory creates or retrieves a Column instances
identified by the provided key (name). The kind of Column and the
type managed by the Column is factory dependent.| Modifier and Type | Method | Description |
|---|---|---|
Column<T> |
createInstance(String aKey) |
|
Column<T> |
createInstance(String aKey,
Map<String,String> aProperties) |
Copyright © 2018. All rights reserved.