如何隐藏从Vaadin纸张输入中选择文件按钮[文件]

时间:2016-09-29 11:05:14

标签: java gwt polymer vaadin polymer-1.0

我的代码就像这样,

    PaperInput filePaperInput = new PaperInput();
    filePaperInput.setLabel("File");
    filePaperInput.setType("file");
    filePaperInput.setAlwaysFloatLabel(true);

如何隐藏在UI中呈现的“选择文件”按钮?

<dependency>    
    <groupId>com.vaadin.polymer</groupId> 
    <artifactId>vaadin-gwt-polymer-elements</artifactId> 
    <version>1.2.3.1-SNAPSHOT</version> 
    <scope>provided</scope> 
</dependency>

0 个答案:

没有答案