Class TextInputRenderer
java.lang.Object
org.collebol.client.gui.graphics.renderer.Renderer
org.collebol.client.gui.graphics.renderer.ui.TextInputRenderer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrenderSubTextInput(int id, int parentId) Renders a TextInput as a subcomponent within a parent Field.voidrenderTextInput(int id)
-
Constructor Details
-
TextInputRenderer
-
-
Method Details
-
renderTextInput
public void renderTextInput(int id) -
renderSubTextInput
public void renderSubTextInput(int id, int parentId) Renders a TextInput as a subcomponent within a parent Field.- Parameters:
id- the ID of the TextInputparentId- the ID of the parent Field
-