public class LoyaltyAddFragment extends Fragment implements PosKeyboard.Listener, android.widget.AdapterView.OnItemSelectedListener
| Modifier and Type | Class and Description |
|---|---|
static interface |
LoyaltyAddFragment.Listener |
| Constructor and Description |
|---|
LoyaltyAddFragment() |
| Modifier and Type | Method and Description |
|---|---|
void |
OnActionTapped(PosKeyboard keyboard,
double value) |
void |
onActivityCreated(android.os.Bundle savedInstanceState) |
<any> |
onCreateLoader(int id,
android.os.Bundle args) |
android.view.View |
onCreateView(android.view.LayoutInflater inflater,
android.view.ViewGroup container,
android.os.Bundle savedInstanceState) |
void |
onItemSelected(android.widget.AdapterView<?> parent,
android.view.View view,
int position,
long id) |
void |
OnLimitReached(PosKeyboard keyboard,
double value,
java.lang.String message) |
void |
onLoaderReset(<any> loader) |
void |
onLoadFinished(<any> loader,
android.database.Cursor data) |
void |
onNothingSelected(android.widget.AdapterView<?> parent) |
void |
onSaveInstanceState(android.os.Bundle outState) |
void |
OnValueChanged(PosKeyboard keyboard,
double value) |
public android.view.View onCreateView(android.view.LayoutInflater inflater,
android.view.ViewGroup container,
android.os.Bundle savedInstanceState)
public void onActivityCreated(android.os.Bundle savedInstanceState)
public <any> onCreateLoader(int id,
android.os.Bundle args)
public void onLoadFinished(<any> loader,
android.database.Cursor data)
public void onLoaderReset(<any> loader)
public void OnValueChanged(PosKeyboard keyboard, double value)
OnValueChanged in interface PosKeyboard.Listenerpublic void OnActionTapped(PosKeyboard keyboard, double value)
OnActionTapped in interface PosKeyboard.Listenerpublic void OnLimitReached(PosKeyboard keyboard, double value, java.lang.String message)
OnLimitReached in interface PosKeyboard.Listenerpublic void onItemSelected(android.widget.AdapterView<?> parent,
android.view.View view,
int position,
long id)
onItemSelected in interface android.widget.AdapterView.OnItemSelectedListenerpublic void onNothingSelected(android.widget.AdapterView<?> parent)
onNothingSelected in interface android.widget.AdapterView.OnItemSelectedListenerpublic void onSaveInstanceState(android.os.Bundle outState)