Package org.cast.cwm.tag.component

Examples of org.cast.cwm.tag.component.TagLabel


      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"));

    add(new WebMarkupContainer("noTagSelected").setVisible((selected == null) && (targetUser != null)));
View Full Code Here

TOP

Related Classes of org.cast.cwm.tag.component.TagLabel

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.