|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.actionbarsherlock.view.ActionMode
com.actionbarsherlock.internal.view.StandaloneActionMode
public class StandaloneActionMode
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.actionbarsherlock.view.ActionMode |
|---|
ActionMode.Callback |
| Constructor Summary | |
|---|---|
StandaloneActionMode(android.content.Context context,
ActionBarContextView view,
ActionMode.Callback callback,
boolean isFocusable)
|
|
| Method Summary | |
|---|---|
void |
finish()
Finish and close this action mode. |
android.view.View |
getCustomView()
Returns the current custom view for this action mode. |
Menu |
getMenu()
Returns the menu of actions that this action mode presents. |
MenuInflater |
getMenuInflater()
Returns a MenuInflater with the ActionMode's context. |
CharSequence |
getSubtitle()
Returns the current subtitle of this action mode. |
CharSequence |
getTitle()
Returns the current title of this action mode. |
void |
invalidate()
Invalidate the action mode and refresh menu content. |
boolean |
isUiFocusable()
Returns whether the UI presenting this action mode can take focus or not. |
void |
onCloseMenu(MenuBuilder menu,
boolean allMenusAreClosing)
|
void |
onCloseSubMenu(SubMenuBuilder menu)
|
boolean |
onMenuItemSelected(MenuBuilder menu,
MenuItem item)
Called when a menu item is selected. |
void |
onMenuModeChange(MenuBuilder menu)
Called when the mode of the menu changes (for example, from icon to expanded). |
boolean |
onSubMenuSelected(SubMenuBuilder subMenu)
|
void |
setCustomView(android.view.View view)
Set a custom view for this action mode. |
void |
setSubtitle(CharSequence subtitle)
Set the subtitle of the action mode. |
void |
setSubtitle(int resId)
Set the subtitle of the action mode. |
void |
setTitle(CharSequence title)
Set the title of the action mode. |
void |
setTitle(int resId)
Set the title of the action mode. |
| Methods inherited from class com.actionbarsherlock.view.ActionMode |
|---|
getTag, setTag |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StandaloneActionMode(android.content.Context context,
ActionBarContextView view,
ActionMode.Callback callback,
boolean isFocusable)
| Method Detail |
|---|
public void setTitle(CharSequence title)
ActionMode
setTitle in class ActionModetitle - Title string to setActionMode.setTitle(int),
ActionMode.setCustomView(View)public void setSubtitle(CharSequence subtitle)
ActionMode
setSubtitle in class ActionModesubtitle - Subtitle string to setActionMode.setSubtitle(int),
ActionMode.setCustomView(View)public void setTitle(int resId)
ActionMode
setTitle in class ActionModeresId - Resource ID of a string to set as the titleActionMode.setTitle(CharSequence),
ActionMode.setCustomView(View)public void setSubtitle(int resId)
ActionMode
setSubtitle in class ActionModeresId - Resource ID of a string to set as the subtitleActionMode.setSubtitle(CharSequence),
ActionMode.setCustomView(View)public void setCustomView(android.view.View view)
ActionMode
setCustomView in class ActionModeview - Custom view to use in place of the title/subtitle.ActionMode.setTitle(CharSequence),
ActionMode.setSubtitle(CharSequence)public void invalidate()
ActionModeActionMode.Callback will have its
ActionMode.Callback.onPrepareActionMode(ActionMode, Menu) method called.
If it returns true the menu will be scanned for updated content and any relevant changes
will be reflected to the user.
invalidate in class ActionModepublic void finish()
ActionModeActionMode.Callback will
have its ActionMode.Callback.onDestroyActionMode(ActionMode) method called.
finish in class ActionModepublic Menu getMenu()
ActionMode
getMenu in class ActionModepublic CharSequence getTitle()
ActionMode
getTitle in class ActionModepublic CharSequence getSubtitle()
ActionMode
getSubtitle in class ActionModepublic android.view.View getCustomView()
ActionMode
getCustomView in class ActionModepublic MenuInflater getMenuInflater()
ActionModeMenuInflater with the ActionMode's context.
getMenuInflater in class ActionMode
public boolean onMenuItemSelected(MenuBuilder menu,
MenuItem item)
MenuBuilder.Callback
onMenuItemSelected in interface MenuBuilder.Callbackmenu - The menu that is the parent of the itemitem - The menu item that is selected
public void onCloseMenu(MenuBuilder menu,
boolean allMenusAreClosing)
public boolean onSubMenuSelected(SubMenuBuilder subMenu)
public void onCloseSubMenu(SubMenuBuilder menu)
public void onMenuModeChange(MenuBuilder menu)
MenuBuilder.Callback
onMenuModeChange in interface MenuBuilder.Callbackmenu - the menu that has changed modespublic boolean isUiFocusable()
ActionMode
isUiFocusable in class ActionMode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||