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