| | |
| | | import com.vci.base.ui.swing.components.table.AbstractVCIJTableDataProvider; |
| | | import com.vci.base.ui.swing.components.table.VCIJTablePanel; |
| | | import com.vci.ubcs.codeapply.object.BaseModel; |
| | | import com.vci.ubcs.codeapply.object.TokenUserObject; |
| | | import com.vci.ubcs.codeapply.object.UIFormRefer; |
| | | |
| | | import java.awt.*; |
| | |
| | | private CodeDataMainPanelActionListener actionListener = new CodeDataMainPanelActionListener(this); |
| | | private VCIJButton btnSearch = VCISwingUtil.createVCIJButton("search", "查询", "查询", "search.png", actionListener); |
| | | private VCIJButton btnClear = VCISwingUtil.createVCIJButton("clear_search", "清空查询条件", "清空查询条件", "clear.gif", actionListener); |
| | | public CodeDataMainPanel(UIFormRefer uiFormRefer) { |
| | | private TokenUserObject tokenUserObject=null; |
| | | public CodeDataMainPanel(UIFormRefer uiFormRefer, TokenUserObject tokenUserObject) { |
| | | this.uiFormRefer=uiFormRefer; |
| | | this.tokenUserObject=tokenUserObject; |
| | | } |
| | | private Map<String,String> customCondtionMap=new HashMap<>(); |
| | | public void buildPanel(){ |
| | |
| | | this.uiFormRefer = uiFormRefer; |
| | | } |
| | | |
| | | public TokenUserObject getTokenUserObject() { |
| | | return tokenUserObject; |
| | | } |
| | | |
| | | public void setTokenUserObject(TokenUserObject tokenUserObject) { |
| | | this.tokenUserObject = tokenUserObject; |
| | | } |
| | | |
| | | public AbstractVCIJTableDataProvider<BaseModel> getDataProvider() { |
| | | return dataProvider; |
| | | } |