Package org.jabusuite.webclient.controls

Examples of org.jabusuite.webclient.controls.JbsExtent


   
    public ColSearch(PnListModule pnList) {
        super();
        this.setPnList(pnList);
        this.initColumn();
        this.setInsets(new Insets(new JbsExtent(5,JbsExtent.PX),new JbsExtent(1,JbsExtent.PX)));
    }
View Full Code Here


     */
    @Override
    protected void createComponents() {
        grdMain = new JbsGrid(2);
        grdMain.setInsets(new Insets(5, 5));
        grdMain.setColumnWidth(0, new JbsExtent(300));
        txPositionNumber = new JbsTextField();
        txShortText = new JbsLangTextField(ClientGlobals.getMainDbLanguage());
        txLongText = new JbsLangTextArea(ClientGlobals.getMainDbLanguage());
    }
View Full Code Here

public class FmLetterEdit extends FmEditJbsBaseObject {
    private static final long serialVersionUID = 4324525957938428843L;
   
    public FmLetterEdit() {
        super(JbsL10N.getString("AddressLetter.formTitle"), new JbsExtent(STDWIDTH), new JbsExtent(STDHEIGHT));
    }
View Full Code Here

    public FmLetterEdit(String title, JbsExtent width, JbsExtent height) {
        super(title, width, height);
    }

    public FmLetterEdit(String title) {
        super(title, new JbsExtent(STDWIDTH), new JbsExtent(STDHEIGHT));
    }
View Full Code Here

        GridLayoutData ld3Columns = new GridLayoutData();
        ld3Columns.setColumnSpan(3);

        grdMain = new JbsGrid(4);
        grdMain.setInsets(new Insets(5, 5));
        grdMain.setColumnWidth(0, new JbsExtent(300));

        grdMain.add(new Label(JbsL10N.getString("Generic.lastChange")));
        lblLastAction.setLayoutData(ld3Columns);
        grdMain.add(lblLastAction);
       
View Full Code Here

        initPanel();
    }

    protected void initPanel() {
       
        SplitPane spMainVertikal = new SplitPane(SplitPane.ORIENTATION_VERTICAL, new JbsExtent(350,JbsExtent.PX));
        spMainVertikal.setSeparatorWidth(new JbsExtent(1,JbsExtent.PX));
        this.add(spMainVertikal);
       
       
       
        SplitPane spMainHorizontal_1 = new SplitPane(SplitPane.ORIENTATION_HORIZONTAL, new JbsExtent(975,JbsExtent.PX));
        spMainHorizontal_1.setSeparatorWidth(new JbsExtent(1,JbsExtent.PX));
        spMainVertikal.add(spMainHorizontal_1);
       
        SplitPane spSub_1 = new SplitPane(SplitPane.ORIENTATION_HORIZONTAL, new JbsExtent(485,JbsExtent.PX));
        spSub_1.setSeparatorWidth(new JbsExtent(1,JbsExtent.PX));
       
        spMainHorizontal_1.add(spSub_1);
        spMainHorizontal_1.add(new ContentPane());
       
        PnOfferList pnOfferList = new PnOfferList();
        pnOfferList.setToolPaneVisible(false);
        pnOfferList.setSearchable(false);
        pnOfferList.setTableNavigationVisible(false);
        pnOfferList.setMaxTableRow(10);
        pnOfferList.setTitle(JbsL10N.getString("Offer.moduleLongName"));

       
        PnInvoiceList pnInvoiceList = new PnInvoiceList();
        pnInvoiceList.setSearchable(false);
        pnInvoiceList.setToolPaneVisible(false);
        pnInvoiceList.setTableNavigationVisible(false);
        pnInvoiceList.setMaxTableRow(10);
        pnInvoiceList.setTitle(JbsL10N.getString("Invoice.moduleLongName"));
                     
        spSub_1.add(pnOfferList);
        spSub_1.add(pnInvoiceList);
       
        SplitPane spMainHorizontal_2 = new SplitPane(SplitPane.ORIENTATION_HORIZONTAL, new JbsExtent(975,JbsExtent.PX));
        spMainHorizontal_2.setSeparatorWidth(new JbsExtent(1,JbsExtent.PX));
        spMainVertikal.add(spMainHorizontal_2);
       
        SplitPane spSub_2 = new SplitPane(SplitPane.ORIENTATION_HORIZONTAL, new JbsExtent(485,JbsExtent.PX));
        spSub_2.setSeparatorWidth(new JbsExtent(1,JbsExtent.PX));
       
        spMainHorizontal_2.add(spSub_2);
        spMainHorizontal_2.add(new ContentPane());
       
        PnUnpayedInvoicesList pnUnpayedInvoicesList = new PnUnpayedInvoicesList();
View Full Code Here

    protected void initPanel() {
        ContentPane cpStdData = new ContentPane();

        JbsGrid grdMain = new JbsGrid(2);
        grdMain.setInsets(new Insets(5, 5));
        grdMain.setColumnWidth(0, new JbsExtent(300));

        grdMain.add(new Label(JbsL10N.getString("Team.name")));
        grdMain.add(txTeamName);

        cpStdData.add(grdMain);
View Full Code Here

            this.selReportType = new ReportTypeSelect(ClientGlobals.getUser(), ClientGlobals.getCompany());
        } catch (Exception e) {
            JbsOptionPane.showErrorDialog(this, JbsL10N.getString("Generic.errorMessage"),e);
        }
        this.txContents = new JbsTextArea();
        this.txContents.setWidth(new JbsExtent(500,JbsExtent.PX));
        this.txContents.setHeight(new JbsExtent(500,JbsExtent.PX));
    }
View Full Code Here

        ContentPane cpMain = new ContentPane();
        cpMain.setInsets(ClientGlobals.getStandardInsets());
       
        Column colMain = new Column();
        JbsGrid grdMain = new JbsGrid(2);
        grdMain.setColumnWidth(0, new JbsExtent(150));
        grdMain.add(new JbsLabel(JbsL10N.getString("ReportTemplate.name")));
        grdMain.add(this.txName);
        grdMain.add(new JbsLabel(JbsL10N.getString("ReportTemplate.type")));
        grdMain.add(this.selReportType);
        colMain.add(grdMain);
View Full Code Here

        ContentPane cpStdData = new ContentPane();
        Column colStdData = new Column();
        JbsGrid grdMain = new JbsGrid(2);
        grdMain.setInsets(new Insets(5, 5));
        grdMain.setColumnWidth(0, new JbsExtent(300));
        grdMain.add(new Label(JbsL10N.getString("Generic.lastChange")));
        grdMain.add(lblLastAction);
        grdMain.add(new Label(JbsL10N.getString("Transaction.userNumber")));
        grdMain.add(txUserNumber);
        grdMain.add(new Label(JbsL10N.getString("Transaction.transactionDate")));
        grdMain.add(txTransactionDate);
        colStdData.add(grdMain);
        colStdData.add(pnAddress);
        JbsGrid grdSub = new JbsGrid(2);
        grdSub.setInsets(new Insets(5, 5));
        grdSub.setColumnWidth(0, new JbsExtent(300));
        grdSub.add(new Label(JbsL10N.getString("Transaction.paymentTerm")));
        grdSub.add(sfPaymentTerm);
        colStdData.add(grdSub);
       
        cpStdData.add(colStdData);
View Full Code Here

TOP

Related Classes of org.jabusuite.webclient.controls.JbsExtent

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.