public class TextBoxPopulator extends java.lang.Object implements UiElementPopulator<TextBox>
| Constructor and Description |
|---|
TextBoxPopulator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
populate(org.mini2Dx.gdx.xml.XmlReader.Element xmlTag,
TextBox uiElement)
Populate properties on the UiElement
|
public boolean populate(org.mini2Dx.gdx.xml.XmlReader.Element xmlTag,
TextBox uiElement)
UiElementPopulatorpopulate in interface UiElementPopulator<TextBox>xmlTag - - the tag to pull values off ofuiElement - - the UiElement to be populated