public class UploaderAssociatedIdChangeEvent extends com.google.gwt.event.shared.GwtEvent<UploaderAssociatedIdChangeEventHandler>
MaterialFileUploader.
So make sure this event will be fired right before event that will render widget with uploader component.| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<UploaderAssociatedIdChangeEventHandler> |
TYPE |
| Constructor and Description |
|---|
UploaderAssociatedIdChangeEvent(Long id) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(UploaderAssociatedIdChangeEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<UploaderAssociatedIdChangeEventHandler> |
getAssociatedType() |
Long |
getId()
Returns the ID as an identification of a record that's being associated with the uploaded data.
|
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<UploaderAssociatedIdChangeEventHandler> TYPE
public com.google.gwt.event.shared.GwtEvent.Type<UploaderAssociatedIdChangeEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<UploaderAssociatedIdChangeEventHandler>public Long getId()
null it represents a new record.nullprotected void dispatch(UploaderAssociatedIdChangeEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<UploaderAssociatedIdChangeEventHandler>Copyright © 2023. All rights reserved.