Examples of HighlightControlPanel


Examples of org.cast.isi.panel.HighlightControlPanel

    boolean highlightsPanelOn = ISIApplication.get().isHighlightsPanelOn();

    StateSavingCollapseBoxBorder highlightBox = new StateSavingCollapseBoxBorder("highlightBox", "highlightToggle", "globalHighlight", getPageName());
    add(highlightBox);
    highlightBox.setVisible(highlightsPanelOn);
    highlightBox.add(new HighlightControlPanel("highlightControlPanel", loc, mSection));   
    HighlightDisplayPanel highlightDisplayPanel = new HighlightDisplayPanel("highlightDisplayPanel",
          responseService.getOrCreatePrompt(PromptType.PAGEHIGHLIGHT, loc),
          ISISession.get().getTargetUserModel());
    highlightDisplayPanel.setVisible(highlightsPanelOn);
    add(highlightDisplayPanel);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.