App
|
Fragment, který slouží k procházení obrazů, které uživatel uložil - umožňuje mazat, akci implementují odvozené třídy. More...
Public Member Functions | |
void | onClick (View v) |
void | onAttach (Activity activity) |
View | onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) |
void | onResume () |
void | onPause () |
Protected Member Functions | |
View | initView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) |
Provede inicializaci view. | |
void | initItems (LayoutInflater inflater) |
Provede inicializaci ve smyslu načtení dostupných souborů a zobrazení náhledů | |
abstract void | onActionBtn () |
specifikuje prováděnou akci po kliknutí na pozitivní tlačítko | |
Protected Attributes | |
View | root |
AppMainActivity | activity |
boolean | firstCreated = true |
LinearLayout | items |
String | selected = null |
View | selIndicator |
EditText | fnameET |
TextView | captionTV |
String | caption = "Some generic caption" |
boolean | fnameEnabled = false |
String | actionCaption = "ACTION" |
Fragment, který slouží k procházení obrazů, které uživatel uložil - umožňuje mazat, akci implementují odvozené třídy.
Definition at line 27 of file ImagesExplorerPopUpFragment.java.
|
inlineprotected |
Provede inicializaci ve smyslu načtení dostupných souborů a zobrazení náhledů
inflater |
Definition at line 99 of file ImagesExplorerPopUpFragment.java.
|
inlineprotected |
Provede inicializaci view.
inflater | |
container | |
savedInstanceState |
Definition at line 63 of file ImagesExplorerPopUpFragment.java.
|
protectedpure virtual |
specifikuje prováděnou akci po kliknutí na pozitivní tlačítko
Implemented in mhr.app.fragments.toolbox.SaveImagePopUpFragment, and mhr.app.fragments.toolbox.OpenImagePopUpFragment.
|
inline |
Definition at line 179 of file ImagesExplorerPopUpFragment.java.
|
inline |
Definition at line 150 of file ImagesExplorerPopUpFragment.java.
|
inline |
Definition at line 199 of file ImagesExplorerPopUpFragment.java.
|
inline |
Definition at line 249 of file ImagesExplorerPopUpFragment.java.
|
inline |
Definition at line 241 of file ImagesExplorerPopUpFragment.java.
|
protected |
Definition at line 48 of file ImagesExplorerPopUpFragment.java.
|
protected |
Definition at line 36 of file ImagesExplorerPopUpFragment.java.
|
protected |
Definition at line 46 of file ImagesExplorerPopUpFragment.java.
|
protected |
Definition at line 44 of file ImagesExplorerPopUpFragment.java.
|
protected |
Definition at line 37 of file ImagesExplorerPopUpFragment.java.
|
protected |
Definition at line 47 of file ImagesExplorerPopUpFragment.java.
|
protected |
Definition at line 43 of file ImagesExplorerPopUpFragment.java.
|
protected |
Definition at line 39 of file ImagesExplorerPopUpFragment.java.
|
protected |
Definition at line 35 of file ImagesExplorerPopUpFragment.java.
|
protected |
Definition at line 40 of file ImagesExplorerPopUpFragment.java.
|
protected |
Definition at line 41 of file ImagesExplorerPopUpFragment.java.