-
public class FunBottomSelectDialog.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final StringDIALOG_TITLE_KEYprivate final StringSELECTION_LIST_KEYprivate final StringSELECTED_POSITION_KEYpublic final static FunBottomSelectDialog.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final FunBottomSelectDialog<?>newInstance(String title, List<?> list, Integer position)final StringgetDIALOG_TITLE_KEY()final StringgetSELECTION_LIST_KEY()final StringgetSELECTED_POSITION_KEY()-
-
Method Detail
-
newInstance
final FunBottomSelectDialog<?> newInstance(String title, List<?> list, Integer position)
-
getDIALOG_TITLE_KEY
final String getDIALOG_TITLE_KEY()
-
getSELECTION_LIST_KEY
final String getSELECTION_LIST_KEY()
-
getSELECTED_POSITION_KEY
final String getSELECTED_POSITION_KEY()
-
-
-
-