Package com.prineside.tdi2.ui.shared
Class ItemCountSelectionOverlay
java.lang.Object
com.prineside.tdi2.managers.UiManager.UiComponent.Adapter
com.prineside.tdi2.ui.shared.ItemCountSelectionOverlay
- All Implemented Interfaces:
 Disposable,UiManager.UiComponent
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceNested classes/interfaces inherited from interface com.prineside.tdi2.managers.UiManager.UiComponent
UiManager.UiComponent.Adapter - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintintintvoidhide()static ItemCountSelectionOverlayi()voidsetConfirmButtonEnabled(boolean enabled) voidsetMinMaxCount(int min, int max) voidsetSelectedCount(int count) voidshow(CharSequence title, int min, int max, Item item, ItemCountSelectionOverlay.ItemCountSelectionListener cb) Methods inherited from class com.prineside.tdi2.managers.UiManager.UiComponent.Adapter
dispose, isPersistent, postRender, preRender 
- 
Constructor Details
- 
ItemCountSelectionOverlay
public ItemCountSelectionOverlay() 
 - 
 - 
Method Details
- 
i
 - 
setConfirmButtonEnabled
public void setConfirmButtonEnabled(boolean enabled)  - 
getMinCount
public int getMinCount() - 
getMaxCount
public int getMaxCount() - 
setMinMaxCount
public void setMinMaxCount(int min, int max)  - 
setSelectedCount
public void setSelectedCount(int count)  - 
getSelectedCount
public int getSelectedCount() - 
getInfoContainer
- Returns:
 - контейнер с доп. информацией, который будет показан посреди окна - можно использовать с countChanged() для обновления цены и т.п.
 
 - 
hide
public void hide() 
 -