PopupField<T0> Constructor

Declaration

public PopupField<T0>();

Description

Construct a PopupField.


Declaration

public PopupField<T0>(string label);

Description

Construct a PopupField.


Declaration

public PopupField<T0>(List<T> choices, T defaultValue, Func<T,string> formatSelectedValueCallback, Func<T,string> formatListItemCallback);

Description

Construct a PopupField.


Declaration

public PopupField<T0>(string label, List<T> choices, T defaultValue, Func<T,string> formatSelectedValueCallback, Func<T,string> formatListItemCallback);

Description

Construct a PopupField.


Declaration

public PopupField<T0>(List<T> choices, int defaultIndex, Func<T,string> formatSelectedValueCallback, Func<T,string> formatListItemCallback);

Description

Construct a PopupField.


Declaration

public PopupField<T0>(string label, List<T> choices, int defaultIndex, Func<T,string> formatSelectedValueCallback, Func<T,string> formatListItemCallback);

Description

Construct a PopupField.


Did you find this page useful? Please give it a rating: