public abstract class UiElement extends Object
Constructor and Description |
---|
UiElement() |
Modifier and Type | Method and Description |
---|---|
protected void |
destroy()
Removes all external references, and prepares the instance for
garbage collection.
|
abstract String |
idAsString()
Returns a string representation of the element identifier.
|
String |
name()
Returns a friendly name to be used for display purposes.
|
protected void destroy()
public abstract String idAsString()
public String name()
idAsString()
.