Interface IChooserDialogConfiguration<T>
-
public interface IChooserDialogConfiguration<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DialogTypegetDialogType()java.util.List<IChooserPanelConfiguration<T>>getOptionPanelConfigurations()TgetPresetValue()
-
-
-
Method Detail
-
getOptionPanelConfigurations
java.util.List<IChooserPanelConfiguration<T>> getOptionPanelConfigurations()
-
getPresetValue
T getPresetValue()
-
getDialogType
DialogType getDialogType()
-
-