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