| Package | Description |
|---|---|
| net.simonvt.menudrawer | |
| net.simonvt.menudrawer.samples |
| Modifier and Type | Field and Description |
|---|---|
protected Position |
MenuDrawer.mPosition
The position of the drawer.
|
| Modifier and Type | Method and Description |
|---|---|
static Position |
Position.fromValue(int value) |
static Position |
Position.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Position[] |
Position.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static MenuDrawer |
MenuDrawer.attach(android.app.Activity activity,
MenuDrawer.Type type,
Position position)
Attaches the MenuDrawer to the Activity.
|
static MenuDrawer |
MenuDrawer.attach(android.app.Activity activity,
MenuDrawer.Type type,
Position position,
int dragMode)
Attaches the MenuDrawer to the Activity.
|
static MenuDrawer |
MenuDrawer.attach(android.app.Activity activity,
Position position)
Attaches the MenuDrawer to the Activity.
|
| Modifier and Type | Method and Description |
|---|---|
protected Position |
ViewPagerSample.getDrawerPosition() |
protected Position |
RightDrawerSample.getDrawerPosition() |
protected Position |
LeftDrawerSample.getDrawerPosition() |
protected Position |
FragmentSample.getDrawerPosition() |
protected abstract Position |
BaseListSample.getDrawerPosition() |
Copyright © 2012-2013. All Rights Reserved.