Package org.cast.isi

Examples of org.cast.isi.ISITagLinkBuilder


    String tagName = parameters.getString("tag");
    if (tagName != null) {
      selected = TagService.get().findTag(targetUser, tagName);
    }
   
    final ISITagLinkBuilder linkBuilder = ISIApplication.get().getTagLinkBuilder();

    add(new TagLabel("titletag", selected).setVisible(selected!=null));

    // this was used when the tags were a popup window
    //add(new Label("heading", isTeacher ? "Tags " + " (" + targetUser.getFullName() + ")" : "Tags"));
View Full Code Here

TOP

Related Classes of org.cast.isi.ISITagLinkBuilder

Copyright © 2018 www.massapicom. 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.