Public Member Functions | |
StandardSelectionDialog (Context context, IConnectionBinder service) | |
![]() | |
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 |
![]() | |
Button | mOptionsButton |
ArrayList< ItemEntry > | mListItems = new ArrayList<ItemEntry>() |
Additional Inherited Members | |
![]() | |
ToolBarButtonKeyListener | theButtonKeyListener = new ToolBarButtonKeyListener() |
ArrayList< UtilityButton > | mToolbarButtons |
![]() | |
void | promoteHelp () |
com.offsetnull.bt.window.StandardSelectionDialog.StandardSelectionDialog | ( | Context | context, |
IConnectionBinder | service | ||
) |
|
protected |