本文整理汇总了Java中com.vaadin.ui.HorizontalSplitPanel.setLocked方法的典型用法代码示例。如果您正苦于以下问题:Java HorizontalSplitPanel.setLocked方法的具体用法?Java HorizontalSplitPanel.setLocked怎么用?Java HorizontalSplitPanel.setLocked使用的例子?那么, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类com.vaadin.ui.HorizontalSplitPanel
的用法示例。
在下文中一共展示了HorizontalSplitPanel.setLocked方法的3个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的Java代码示例。
示例1: showView
import com.vaadin.ui.HorizontalSplitPanel; //导入方法依赖的package包/类
/**
* Diese Methode setzt die obere und die zwei unteren Views in der Prozessansicht.
*
* @author: Mirko Göpfrich
*/
@Override
public void showView(View topView, View bottomLeftView, View bottomRigthView) {
verticalSplitPanel.setFirstComponent((Component) topView);
//Teilt das Panel horizontal un zwei gleiche Bereiche auf und ertstellt eine vertiakel Trennlinie (nicht verstellbar.)
horizontalSplitPanel = new HorizontalSplitPanel();
horizontalSplitPanel.setSizeFull();
horizontalSplitPanel.setSplitPosition(50, UNITS_PERCENTAGE);
horizontalSplitPanel.setLocked(true);
horizontalSplitPanel.setStyleName("small");
horizontalSplitPanel.setFirstComponent((Component) bottomLeftView);
horizontalSplitPanel.setSecondComponent((Component) bottomRigthView);
//fügt dem unteren vertikalen Panel ein horizontales SplitPanel hinzu.
verticalSplitPanel.setSecondComponent(horizontalSplitPanel);
logger.debug("Horizontales SplitPanel für Prozessschritte und Infos erstellt und an das untere vertikale Panel übergeben");
}
示例2: InitialLayout
import com.vaadin.ui.HorizontalSplitPanel; //导入方法依赖的package包/类
/**
* Im Konstruktor wird das Layout erstellt.
*
* @author Marco Glaser
*
*/
public InitialLayout(){
mainLayout.setSizeFull();
mainLayout.setStyleName("mainLayout");
leftLayout.setSizeFull();
leftLayout.setStyleName("leftContainer");
rightLayout.setSizeFull();
bottomLayout.setSizeFull();
bottomLeftLayout.setSizeFull();
horizontalSplitPanel = new HorizontalSplitPanel();
horizontalSplitPanel.setSplitPosition(30, com.vaadin.terminal.Sizeable.UNITS_PERCENTAGE);
horizontalSplitPanel.setLocked(true);
horizontalSplitPanel.setStyleName("horizontalMain");
verticalSplitPanel = new VerticalSplitPanel();
verticalSplitPanel.setSplitPosition(15, com.vaadin.terminal.Sizeable.UNITS_PERCENTAGE);
verticalSplitPanel.setLocked(true);
verticalSplitPanel.setWidth(90, com.vaadin.terminal.Sizeable.UNITS_PERCENTAGE);
verticalSplitPanel.setHeight(100, com.vaadin.terminal.Sizeable.UNITS_PERCENTAGE);
horizontalSplitPanelRight = new HorizontalSplitPanel();
horizontalSplitPanelRight.setSplitPosition(30, com.vaadin.terminal.Sizeable.UNITS_PERCENTAGE);
horizontalSplitPanelRight.setLocked(true);
horizontalSplitPanelRight.addStyleName("horizontalBottom");
horizontalSplitPanelRight.setHeight(90, com.vaadin.terminal.Sizeable.UNITS_PERCENTAGE);
horizontalSplitPanelRight.setWidth(100, com.vaadin.terminal.Sizeable.UNITS_PERCENTAGE);
leftL = new Label("links");
rightTopL = new Label("rechts Oben");
rightBottomL = new Label("rechts Unten");
leftBottomL = new Label("links Unten");
leftLayout.addComponent(leftL);
rightLayout.addComponent(verticalSplitPanel);
topRightLayout.addComponent(rightTopL);
bottomRightLayout.addComponent(rightBottomL);
// bottomLeftLayout.addComponent(leftBottomL);
bottomLayout.addComponent(horizontalSplitPanelRight);
horizontalSplitPanel.addComponent(leftLayout);
horizontalSplitPanel.addComponent(rightLayout);
verticalSplitPanel.addComponent(topRightLayout);
verticalSplitPanel.addComponent(bottomLayout);
horizontalSplitPanelRight.addComponent(bottomLeftLayout);
horizontalSplitPanelRight.addComponent(bottomRightLayout);
rightLayout.setComponentAlignment(verticalSplitPanel, Alignment.MIDDLE_CENTER);
bottomLayout.setComponentAlignment(horizontalSplitPanelRight, Alignment.MIDDLE_CENTER);
mainLayout.addComponent(horizontalSplitPanel);
}
示例3: generateUi
import com.vaadin.ui.HorizontalSplitPanel; //导入方法依赖的package包/类
/**
* Erstelle das GUI zum Prozessschritt "Perioden"
*
* @author Daniel Dengler
*/
private void generateUi() {
setSizeFull();
setSplitPosition(60, UNITS_PERCENTAGE);
setSizeFull();
setLocked(true);
setStyleName("small");
setMargin(true);
horizontalPanel = new HorizontalSplitPanel();
horizontalPanel.setSplitPosition(35, UNITS_PERCENTAGE);
horizontalPanel.setSizeFull();
horizontalPanel.setLocked(true);
horizontalPanel.setStyleName("small");
setFirstComponent(horizontalPanel);
VerticalLayout infoBox = new VerticalLayout();
infoBox.setMargin(true);
Label infoText1 = new Label ("<h3>Eingabe der Perioden</h3>");
infoText1.setContentMode(Label.CONTENT_XHTML);
Label infoText2 = new Label("Der Zeitstrahl ist gemäß Ihren getätigten Eingaben vorgegeben. Mit einem Klick auf den „Jahresbutton“ können Sie die entsprechenden Werte eintragen.");
Label infoText3 = new Label ("<h3>Direkte Eingabe der Cashflows:</h3>");
infoText3.setContentMode(Label.CONTENT_XHTML);
Label infoText4 = new Label ("Wählen Sie nun bitte die links angezeigten Perioden aus und geben Sie für jede Periode sowohl den Cashflow als auch das Fremdkapital der jeweiligen Periode an.");
Label infoText5 = new Label ("<h3>Gesamtkostenverfahren:</h3>");
infoText5.setContentMode(Label.CONTENT_XHTML);
Label infoText6 = new Label ("Wählen Sie nun bitte die links angezeigten Perioden aus und geben Sie für jede Periode die abgefragten Daten zur Berechnung des Cashflows an. Die benötigten Datensätze entnehmen Sie bitte Ihrer Gewinn- und Verlustrechnung, erstellt nach dem Gesamtkostenverfahren.");
Label infoText7 = new Label ("<h3>Umsatzkostenverfahren:</h3>");
infoText7.setContentMode(Label.CONTENT_XHTML);
Label infoText8 = new Label ("Wählen Sie nun bitte die links angezeigten Perioden aus und geben Sie für jede Periode die abgefragten Daten zur Berechnung des Cashflows an. Die benötigten Datensätze entnehmen Sie bitte Ihrer Gewinn- und Verlustrechnung, erstellt nach dem Umsatzkostenverfahren.");
infoBox.addComponent(infoText1);
infoBox.addComponent(infoText2);
infoBox.addComponent(infoText3);
infoBox.addComponent(infoText4);
infoBox.addComponent(infoText5);
infoBox.addComponent(infoText6);
infoBox.addComponent(infoText7);
infoBox.addComponent(infoText8);
setSecondComponent(infoBox);
}