Class ElementId

java.lang.Object
com.simsilica.lemur.style.ElementId

public class ElementId extends Object
A fully qualified element ID. These are used to logically identity the type of GUI element for styling. By default, all GUI elements will have a default ID. For example, Label is "label", Button is "button", etc.. Composite GUI elements such as list boxes, scroll bars, sliders, etc. will give their children more specific element IDs that can be used in style selectors that apply to entire groups of GUI elements.