Package com.prineside.tdi2.ui.shared
Class TextInputOverlay
java.lang.Object
com.prineside.tdi2.managers.UiManager.UiComponent.Adapter
com.prineside.tdi2.ui.shared.TextInputOverlay
- All Implemented Interfaces:
 Disposable,UiManager.UiComponent
- 
Nested Class Summary
Nested classes/interfaces inherited from interface com.prineside.tdi2.managers.UiManager.UiComponent
UiManager.UiComponent.Adapter - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidhide()static TextInputOverlayi()booleanvoidpostRender(float deltaTime) voidshow(Input.TextInputListener listener, String title, String text, String hint) Methods inherited from class com.prineside.tdi2.managers.UiManager.UiComponent.Adapter
dispose, isPersistent, preRender 
- 
Constructor Details
- 
TextInputOverlay
public TextInputOverlay() 
 - 
 - 
Method Details
- 
i
 - 
show
 - 
isVisible
public boolean isVisible() - 
postRender
public void postRender(float deltaTime) - Specified by:
 postRenderin interfaceUiManager.UiComponent- Overrides:
 postRenderin classUiManager.UiComponent.Adapter
 - 
hide
public void hide() 
 -