Class UiFileField.FileItemClickedEvent

java.lang.Object
org.teamapps.dto.UiFileField.FileItemClickedEvent
All Implemented Interfaces:
UiEvent
Enclosing class:
UiFileField

public static class UiFileField.FileItemClickedEvent
extends java.lang.Object
implements UiEvent
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected int clientId  
    protected java.lang.String componentId  
  • Constructor Summary

    Constructors 
    Constructor Description
    FileItemClickedEvent()
    Deprecated.
    Only for Jackson deserialization.
    FileItemClickedEvent​(java.lang.String componentId, int clientId)  
  • Method Summary

    Modifier and Type Method Description
    int getClientId()  
    java.lang.String getComponentId()  
    UiEventType getUiEventType()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait