

Public Member Functions | |
| StandardSelectionDialog (Context context, IConnectionBinder service) | |
Public Member Functions inherited from com.offsetnull.bt.window.BaseSelectionDialog | |
| BaseSelectionDialog (Context context) | |
| void | onCreate (Bundle b) |
| void | setNewButtonLabel (String str) |
| void | setTitle (CharSequence title) |
| void | addListItem (String name, String extra, int mini_icon, boolean enabled) |
| void | clearListItems () |
| void | clearOptionItems () |
| void | onBackPressed () |
| void | invalidateList () |
| void | setOptionItemClickListener (OptionItemClickListener listener) |
| void | setToolbarListener (UtilityToolbarListener listener) |
| void | hideOptionsMenu () |
| void | addOptionItem (String name, boolean centered) |
| void | addOptionDivider (String name, boolean centered) |
| void | setItemMiniIcon (int row, int resource) |
| void | rebuildList () |
| void | scrollToSelection (String str) |
| void | addToolbarButton (int drawable, int id) |
| void | addToolbarDeleteButton (int drawable, int id) |
| void | clearToolbarButtons () |
Protected Attributes | |
| IConnectionBinder | service |
Protected Attributes inherited from com.offsetnull.bt.window.BaseSelectionDialog | |
| Button | mOptionsButton |
| ArrayList< ItemEntry > | mListItems = new ArrayList<ItemEntry>() |
Additional Inherited Members | |
Public Attributes inherited from com.offsetnull.bt.window.BaseSelectionDialog | |
| ToolBarButtonKeyListener | theButtonKeyListener = new ToolBarButtonKeyListener() |
| ArrayList< UtilityButton > | mToolbarButtons |
Protected Member Functions inherited from com.offsetnull.bt.window.BaseSelectionDialog | |
| void | promoteHelp () |
| com.offsetnull.bt.window.StandardSelectionDialog.StandardSelectionDialog | ( | Context | context, |
| IConnectionBinder | service | ||
| ) |
|
protected |
1.8.3.1