Java 类ims.core.vo.ScreenHintVoCollection 实例源码

项目:AvoinApotti    文件:Logic.java   
private void hintFormsSelectionChanged() 
{
    ScreenHintVoCollection collScreenHintVo = form.getLocalContext().getScreenHints();

    form.grdFormHints().getRows().clear();
    form.richTextHintDesc().setValue(null);
    for(int i = 0 ; collScreenHintVo != null && i < collScreenHintVo.size() ; i++)
    {
        if (collScreenHintVo.get(i).getFormIdIsNotNull()
            && collScreenHintVo.get(i).getFormId().equals(form.grdHintForms().getValue().getFormId()))
        {
            grdFormHintsRow row = form.grdFormHints().getRows().newRow();
            row.setcolHint(collScreenHintVo.get(i).getUsageDescription());
            row.setcolHintDescription(collScreenHintVo.get(i).getUserHintTextIsNotNull() ? form.getImages().Core.HintIcon : null);
            row.setValue(collScreenHintVo.get(i));
        }
    }
    updateContextMenu();
}
项目:openMAXIMS    文件:Logic.java   
private void hintFormsSelectionChanged() 
{
    ScreenHintVoCollection collScreenHintVo = form.getLocalContext().getScreenHints();

    form.grdFormHints().getRows().clear();
    form.richTextHintDesc().setValue(null);
    for(int i = 0 ; collScreenHintVo != null && i < collScreenHintVo.size() ; i++)
    {
        if (collScreenHintVo.get(i).getFormIdIsNotNull()
            && collScreenHintVo.get(i).getFormId().equals(form.grdHintForms().getValue().getFormId()))
        {
            grdFormHintsRow row = form.grdFormHints().getRows().newRow();
            row.setcolHint(collScreenHintVo.get(i).getUsageDescription());
            row.setcolHintDescription(collScreenHintVo.get(i).getUserHintTextIsNotNull() ? form.getImages().Core.HintIcon : null);
            row.setValue(collScreenHintVo.get(i));
        }
    }
    updateContextMenu();
}
项目:openMAXIMS    文件:Logic.java   
private void hintFormsSelectionChanged() 
{
    ScreenHintVoCollection collScreenHintVo = form.getLocalContext().getScreenHints();

    form.grdFormHints().getRows().clear();
    form.richTextHintDesc().setValue(null);
    for(int i = 0 ; collScreenHintVo != null && i < collScreenHintVo.size() ; i++)
    {
        if (collScreenHintVo.get(i).getFormIdIsNotNull()
            && collScreenHintVo.get(i).getFormId().equals(form.grdHintForms().getValue().getFormId()))
        {
            grdFormHintsRow row = form.grdFormHints().getRows().newRow();
            row.setcolHint(collScreenHintVo.get(i).getUsageDescription());
            row.setcolHintDescription(collScreenHintVo.get(i).getUserHintTextIsNotNull() ? form.getImages().Core.HintIcon : null);
            row.setValue(collScreenHintVo.get(i));
        }
    }
    updateContextMenu();
}
项目:openmaxims-linux    文件:Logic.java   
private void hintFormsSelectionChanged() 
{
    ScreenHintVoCollection collScreenHintVo = form.getLocalContext().getScreenHints();

    form.grdFormHints().getRows().clear();
    form.richTextHintDesc().setValue(null);
    for(int i = 0 ; collScreenHintVo != null && i < collScreenHintVo.size() ; i++)
    {
        if (collScreenHintVo.get(i).getFormIdIsNotNull()
            && collScreenHintVo.get(i).getFormId().equals(form.grdHintForms().getValue().getFormId()))
        {
            grdFormHintsRow row = form.grdFormHints().getRows().newRow();
            row.setcolHint(collScreenHintVo.get(i).getUsageDescription());
            row.setcolHintDescription(collScreenHintVo.get(i).getUserHintTextIsNotNull() ? form.getImages().Core.HintIcon : null);
            row.setValue(collScreenHintVo.get(i));
        }
    }
    updateContextMenu();
}