protected YHorizontalLayoutCellStyle createCellStyle(
     YHorizontalLayout yHorizontalLayout, YTable yTable1) {
   return factory.createHorizontalLayoutCellStyle(yTable1, yHorizontalLayout);
 }
 protected YHorizontalLayoutCellStyle createCellStyle(
     YHorizontalLayout yHorizontalLayout, YComboBox yComboBox1) {
   return factory.createHorizontalLayoutCellStyle(yComboBox1, yHorizontalLayout);
 }
 protected YHorizontalLayoutCellStyle createCellStyle(
     YHorizontalLayout yHorizontalLayout, YList yList1) {
   return factory.createHorizontalLayoutCellStyle(yList1, yHorizontalLayout);
 }
 protected YHorizontalLayoutCellStyle createCellStyle(
     YHorizontalLayout yHorizontalLayout, YTextArea yTextArea1) {
   return factory.createHorizontalLayoutCellStyle(yTextArea1, yHorizontalLayout);
 }