-
public interface AndroidDrawerLayoutManagerInterface<T extends View>
-
-
Method Summary
Modifier and Type Method Description abstract voidsetKeyboardDismissMode(T view, @Nullable() String value)abstract voidsetDrawerBackgroundColor(T view, @Nullable() Integer value)abstract voidsetDrawerPosition(T view, @Nullable() String value)abstract voidsetDrawerWidth(T view, @Nullable() Float value)abstract voidsetDrawerLockMode(T view, @Nullable() String value)abstract voidsetStatusBarBackgroundColor(T view, @Nullable() Integer value)abstract voidopenDrawer(T view)abstract voidcloseDrawer(T view)-
-
Method Detail
-
setKeyboardDismissMode
abstract void setKeyboardDismissMode(T view, @Nullable() String value)
-
setDrawerBackgroundColor
abstract void setDrawerBackgroundColor(T view, @Nullable() Integer value)
-
setDrawerPosition
abstract void setDrawerPosition(T view, @Nullable() String value)
-
setDrawerWidth
abstract void setDrawerWidth(T view, @Nullable() Float value)
-
setDrawerLockMode
abstract void setDrawerLockMode(T view, @Nullable() String value)
-
setStatusBarBackgroundColor
abstract void setStatusBarBackgroundColor(T view, @Nullable() Integer value)
-
openDrawer
abstract void openDrawer(T view)
-
closeDrawer
abstract void closeDrawer(T view)
-
-
-
-