コード例 #1
0
 private void addComboBoxColumn(
     String caption,
     int captionAlignment,
     int alignment,
     int width,
     boolean readOnly,
     boolean canBeEmpty,
     boolean autoPostBack,
     boolean bold,
     boolean canGrow,
     int maxDropDownItems) {
   super.grid.addComboBoxColumn(
       caption,
       captionAlignment,
       alignment,
       width,
       readOnly,
       canBeEmpty,
       autoPostBack,
       bold,
       canGrow,
       maxDropDownItems);
 }