Logic.java 文件源码

java
阅读 21 收藏 0 点赞 0 评论 0

项目:AvoinApotti 作者:
private void cmbServiceValueChanged()
{
    form.lyrSupportServices().tabPageServices().cmbLocationServices().clear();
    clearServicesReadOnlyDetails();

    if (form.lyrSupportServices().tabPageServices().cmbService().getValue() == null)
        return;

    LocationServiceVoCollection voColl = domain.listLocationServices(form.lyrSupportServices().tabPageServices().cmbService().getValue());
    if (voColl == null)
        return;

    for (int i = 0; i < voColl.size(); i++)
    {
        if (voColl.get(i) != null
            && voColl.get(i).getLocationIsNotNull())
            form.lyrSupportServices().tabPageServices().cmbLocationServices().newRow(voColl.get(i), voColl.get(i).getLocation().getName());
    }
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号