程序包 | 说明 |
---|---|
com.sh.javax.util.event |
限定符和类型 | 方法和说明 |
---|---|
CellInfo |
CellInfo.setAlignCenter() |
CellInfo |
CellInfo.setAlignLeft() |
CellInfo |
CellInfo.setAlignRight() |
CellInfo |
CellInfo.setDataType(int dataType) |
CellInfo |
CellInfo.setFormat(java.lang.String format) |
CellInfo |
CellInfo.setLabel(java.lang.String label) |
CellInfo |
CellInfo.setMaxCharacter(int maxCharacter) |
CellInfo |
CellInfo.setNowrap(boolean nowrap) |
CellInfo |
CellInfo.setSortTableCol(java.lang.String sortTableCol) |
CellInfo |
CellInfo.setStyle(java.lang.String style) |
CellInfo |
CellInfo.setTableCol(java.lang.String... tableCol) |
CellInfo |
CellInfo.setWidth(java.lang.String width) |
限定符和类型 | 方法和说明 |
---|---|
void |
SingleSelectEvt.prepareValueCell(CellInfo idCell,
CellInfo descCell)
准备选择的ID列和描述列,
如:idCell.setTableCol("user_id") ;
descCell.setTableCol("user_name") ;
|
void |
PopListEvt.prepareValueCell(CellInfo idCell,
CellInfo descCell)
准备选择的ID列和描述列,
如:idCell.setTableCol("user_id") ;
descCell.setTableCol("user_name") ;
|
限定符和类型 | 方法和说明 |
---|---|
void |
PopListEvt.prepareTableCell(PopList pl,
java.util.List<CellInfo> list)
表头信息,如:list.add(new CellInfo().setLabel("用户编号").setTableCol("user_id")) ;
|
void |
SingleSelectEvt.prepareTableCell(SingleSelect ss,
java.util.List<CellInfo> list)
表头信息,如:list.add(new CellInfo().setLabel("用户编号").setTableCol("user_id")) ;
|