org.solovyev.android.menu
Class ContextMenuBuilder<T extends LabeledMenuItem<D>,D>
java.lang.Object
org.solovyev.android.menu.ContextMenuBuilder<T,D>
- All Implemented Interfaces:
- org.solovyev.common.BuilderWithData<DialogFragmentShower,D>
public class ContextMenuBuilder<T extends LabeledMenuItem<D>,D>
- extends Object
- implements org.solovyev.common.BuilderWithData<DialogFragmentShower,D>
User: serso
Date: 12/19/11
Time: 10:54 AM
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
newInstance
@Nonnull
public static <T extends Enum & LabeledMenuItem<D>,D> ContextMenuBuilder<T,D> newInstance(@Nonnull
FragmentActivity fragmentActivity,
@Nonnull
String fragmentTag,
@Nonnull
Class<T> enumClass)
newInstance
@Nonnull
public static <T extends LabeledMenuItem<D>,D> ContextMenuBuilder<T,D> newInstance(@Nonnull
FragmentActivity fragmentActivity,
@Nonnull
String fragmentTag,
@Nonnull
ContextMenu<T,D> menu)
getMenuBuilder
@Nonnull
public android.app.AlertDialog.Builder getMenuBuilder()
build
@Nonnull
public DialogFragmentShower build(@Nonnull
D data)
- Specified by:
build in interface org.solovyev.common.BuilderWithData<DialogFragmentShower,D>
Copyright © 2014 se.solovyev. All Rights Reserved.