Interface DialogContent<T>


public interface DialogContent<T>
This is an interface for objects that can be used as content in dialogs. This interface provides a method for retrieving the content component and a method for retrieving user selected value to return when the dialog is closed.
Version:
1.0
Author:
Ivan Pribela
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
  • Method Details

    • getContent

      Object getContent()
    • getValue

      T getValue()