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