class

UICommandBuilder

Builder for UI commands. Use append() to load .ui files, set() to modify properties, appendInline() for inline UI.

Methods

UICommandBuilder append(String uiFilePath)

Load a .ui file. Path relative to resources.

UICommandBuilder appendInline(String selector, String content)

Add inline UI content to selector.

UICommandBuilder clear(String selector)

Clear children of a UI element.

UICommandBuilder set(String selector, String value)

Set a property on a UI element. Example: #Element.Text