}
@Override
protected IComponent initComponent(int childStyle) {
IComponent component = null;
IBooleanMatrixTarget table = CometeWidgetFactory.createBooleanMatrixTable(this, childStyle);
if (table instanceof IComponent) {
component = (IComponent) table;
}
return component;
}