|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectSimplePanel
com.vaadin.client.ui.VUpload
public class VUpload
Note, we are not using GWT FormPanel as we want to listen submitcomplete events even though the upload component is already detached.
| Field Summary | |
|---|---|
static java.lang.String |
CLASSNAME
|
ApplicationConnection |
client
For internal use only. |
FormElement |
element
For internal use only. |
FileUpload |
fu
FileUpload component that opens native OS dialog to select file. |
int |
nextUploadId
For internal use only. |
java.lang.String |
paintableId
For internal use only. |
VButton |
submitButton
Button that initiates uploading. |
Timer |
t
When expecting big files, programmer may initiate some UI changes when uploading the file starts. |
| Constructor Summary | |
|---|---|
VUpload()
|
|
| Method Summary | |
|---|---|
void |
disableTitle(boolean disable)
For internal use only. |
void |
disableUpload()
For internal use only. |
void |
enableUpload()
For internal use only. |
void |
ensureTargetFrame()
For internal use only. |
protected void |
onAttach()
|
protected void |
onDetach()
|
void |
setImmediate(boolean booleanAttribute)
For internal use only. |
void |
submit()
For internal use only. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CLASSNAME
public FileUpload fu
For internal use only. May be removed or replaced in the future.
public ApplicationConnection client
public java.lang.String paintableId
public final VButton submitButton
For internal use only. May be removed or replaced in the future.
public Timer t
For internal use only. May be removed or replaced in the future.
public FormElement element
public int nextUploadId
| Constructor Detail |
|---|
public VUpload()
| Method Detail |
|---|
public void setImmediate(boolean booleanAttribute)
public void disableUpload()
public void enableUpload()
public void submit()
public void disableTitle(boolean disable)
protected void onAttach()
public void ensureTargetFrame()
protected void onDetach()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||