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