Neste projeto conseguimos desenhar uma tela a partir do nosso servidor. Segue lista com todos os componentes possiveis e seus respectivos atributos:
type = CONTAINER
children = [Componente] (componentes internos do container)
orientation = { H, V } (orientação da disposição dos componentes filhos)
type = BUTTON
text = String (título do botão)
type = INPUT
text = String (Label do input)
value = String (Valor inicial do input)
type = TEXT
text = String (texto que será exibido)
type = IMAGE
value = String (url da imagem)