Examples of EveItemMarketDetailsLink


Examples of lv.odylab.evemanage.client.widget.EveItemMarketDetailsLink

        productImage.addStyleName(resources.css().image64());
        EveItemInfoLink productImageItemInfoLink = new EveItemInfoLink(ccpJsMessages, productImage, calculation.getProductTypeID());
        blueprintInfoTable.setWidget(0, 1, productImageItemInfoLink);

        FlexTable blueprintTable = new FlexTable();
        blueprintTable.setWidget(0, 0, new EveItemMarketDetailsLink(constants, urlMessages, ccpJsMessages, calculation.getBlueprintTypeName(), calculation.getBlueprintTypeID()));
        blueprintTable.setWidget(0, 1, new Label(messages.me() + ":"));
        Label meLabel = new Label(String.valueOf(calculation.getMaterialLevel()));
        blueprintTable.setWidget(0, 2, meLabel);
        blueprintTable.setWidget(0, 3, new Label(messages.pe() + ":"));
        Label peLabel = new Label(String.valueOf(calculation.getProductivityLevel()));
        blueprintTable.setWidget(0, 4, peLabel);
        WasteLabel wasteLabel = new WasteLabel(messages);
        blueprintTable.setWidget(0, 5, wasteLabel);
        Button editButton = new Button(messages.edit());
        blueprintTable.setWidget(0, 6, editButton);
        OpaqueLoadableBlueprintImage useAllBlueprintsImage = new OpaqueLoadableBlueprintImage(resources, messages, messages.useAllBlueprints(), messages.stopUsingAllBlueprints());
        useAllBlueprintsImage.addStyleName(resources.css().image16());
        useAllBlueprintsImage.addStyleName(resources.css().cursorHand());
        useAllBlueprintsImage.setOpacity();
        blueprintTable.setWidget(0, 7, useAllBlueprintsImage);
        blueprintInfoTable.setWidget(0, 2, blueprintTable);

        FlexTable productTable = new FlexTable();
        QuantityLabel quantityLabel = new QuantityLabel(1L);
        productTable.setWidget(0, 0, new EveItemMarketDetailsLink(constants, urlMessages, ccpJsMessages, calculation.getProductTypeName(), calculation.getProductTypeID()));
        productTable.setWidget(0, 1, new Label("x"));
        productTable.setWidget(0, 2, quantityLabel);
        productTable.setWidget(0, 3, new Label("="));
        PriceLabel totalPriceLabel = new PriceLabel(calculation.getPrice());
        totalPriceLabel.addStyleName(resources.css().totalPriceLabel());
View Full Code Here

Examples of lv.odylab.evemanage.client.widget.EveItemMarketDetailsLink

        Image image = new Image(imageUrl);
        image.setTitle(calculationTreeNodeSummary.getItemTypeName());
        image.addStyleName(resources.css().image32());
        EveItemInfoLink imageItemInfoLink = new EveItemInfoLink(ccpJsMessages, image, calculationTreeNodeSummary.getItemTypeID());
        rootCalculationItemTable.setWidget(index, 0, imageItemInfoLink);
        rootCalculationItemTable.setWidget(index, 1, new EveItemMarketDetailsLink(constants, urlMessages, ccpJsMessages, calculationTreeNodeSummary.getItemTypeName(), calculationTreeNodeSummary.getItemTypeID()));
        rootCalculationItemTable.setWidget(index, 2, new Label("x"));
        QuantityLabel quantityForParentLabel = new QuantityLabel(calculationTreeNodeSummary.getParentQuantity() * calculationTreeNodeSummary.getQuantity());
        HorizontalPanel quantityAndDamagePerJobPanel = new HorizontalPanel();
        quantityAndDamagePerJobPanel.add(quantityForParentLabel);
        BigDecimal damagePerJob = calculationTreeNodeSummary.getDamagePerJob();
View Full Code Here

Examples of lv.odylab.evemanage.client.widget.EveItemMarketDetailsLink

        Image image = new Image(imageUrl);
        image.setTitle(calculationTreeNodeSummary.getItemTypeName());
        image.addStyleName(resources.css().image16());
        EveItemInfoLink imageItemInfoLink = new EveItemInfoLink(ccpJsMessages, image, calculationTreeNodeSummary.getItemTypeID());
        calculationItemTable.setWidget(index, 0, imageItemInfoLink);
        calculationItemTable.setWidget(index, 1, new EveItemMarketDetailsLink(constants, urlMessages, ccpJsMessages, calculationTreeNodeSummary.getItemTypeName(), calculationTreeNodeSummary.getItemTypeID()));
        calculationItemTable.setWidget(index, 2, new Label("x"));
        QuantityLabel quantityLabel = new QuantityLabel(calculationTreeNodeSummary.getQuantity());
        HorizontalPanel quantityAndDamagePerJobPanel = new HorizontalPanel();
        quantityAndDamagePerJobPanel.add(quantityLabel);
        BigDecimal damagePerJob = calculationTreeNodeSummary.getDamagePerJob();
View Full Code Here

Examples of lv.odylab.evemanage.client.widget.EveItemMarketDetailsLink

        String blueprintImageUrl = imageUrlProvider.getBlueprintImageUrl(calculation.getBlueprintTypeID());
        Image blueprintImage = new Image(blueprintImageUrl);
        blueprintImage.addStyleName(resources.css().image32());
        EveItemInfoLink blueprintImageItemInfoLink = new EveItemInfoLink(ccpJsMessages, blueprintImage, calculation.getBlueprintTypeID());
        blueprintCostItemTable.setWidget(index, 0, blueprintImageItemInfoLink);
        blueprintCostItemTable.setWidget(index, 1, new EveItemMarketDetailsLink(constants, urlMessages, ccpJsMessages, calculation.getBlueprintTypeName(), calculation.getBlueprintTypeID()));
    }
View Full Code Here

Examples of lv.odylab.evemanage.client.widget.EveItemMarketDetailsLink

        Image image = new Image(imageUrl);
        image.setTitle(calculationPriceSetItem.getItemTypeName());
        image.addStyleName(resources.css().image32());
        EveItemInfoLink imageItemInfoLink = new EveItemInfoLink(ccpJsMessages, image, typeID);
        priceSetItemTable.setWidget(index, 0, imageItemInfoLink);
        priceSetItemTable.setWidget(index, 1, new EveItemMarketDetailsLink(constants, urlMessages, ccpJsMessages, calculationPriceSetItem.getItemTypeName(), typeID));
        PriceTextBox priceTextBox = new PriceTextBox();
        priceTextBox.setPrice(calculationPriceSetItem.getPrice());
        priceTextBox.addStyleName(resources.css().priceInput());
        priceSetItemTable.setWidget(index, 2, priceTextBox);
        Image eveCentralImage = new Image(resources.eveCentralIcon16());
View Full Code Here

Examples of lv.odylab.evemanage.client.widget.EveItemMarketDetailsLink

        EveCharacterInfoLink characterItemInfoLink = new EveCharacterInfoLink(ccpJsMessages, characterImage, 515300277L);
        igbIntegrationTable.setWidget(3, 0, corporationItemInfoLink);
        igbIntegrationTable.setWidget(3, 1, characterItemInfoLink);
        igbIntegrationTable.setWidget(3, 2, new HTML(messages.igbClickingOnCorporation() + "."));
        igbIntegrationTableFlexCellFormatter.setColSpan(3, 2, 3);
        igbIntegrationTable.setWidget(4, 0, new EveItemMarketDetailsLink(constants, urlMessages, ccpJsMessages, "Rifter", 587L));
        igbIntegrationTable.setWidget(4, 1, new HTML(messages.igbClickingOnLinks() + "."));
        igbIntegrationTableFlexCellFormatter.setColSpan(4, 0, 2);
        igbIntegrationTableFlexCellFormatter.setColSpan(4, 1, 3);
        igbIntegrationTableFlexCellFormatter.setVerticalAlignment(1, 0, HasVerticalAlignment.ALIGN_TOP);
        igbIntegrationTableFlexCellFormatter.setVerticalAlignment(1, 1, HasVerticalAlignment.ALIGN_TOP);
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.