protected BasketItem(INetworkLink link) { super( link, NetworkLibrary.resource().getResource("basket").getValue(), NetworkLibrary.resource().getResource("basketSummaryEmpty").getValue(), new UrlInfoCollection<UrlInfo>(), Accessibility.ALWAYS, FLAGS_DEFAULT & ~FLAGS_GROUP); myBooksInBasketOption = new ZLStringListOption(Link.getSiteName(), "Basket", null); }
@Override public String getStringId() { return "@Basket:" + Link.getSiteName(); }