org.cruxframework.crux.core.client.screen
Interface HTMLContainer


public interface HTMLContainer

HTMLContainers are widgets that can have innerHTML content AND, at same time, are Panels, (that can receive another widgets as children). The transformation made at server side, during Crux pages compilation, keeps the HTML content inside the page, marking the widget position. It allows ScreenFactory to just wrap those elements into created widget, for a very better performance.

Author:
Thiago da Rosa de Bustamante

Method Summary
 void onAttach()
          Called by ViewFactory
 

Method Detail

onAttach

void onAttach()
Called by ViewFactory



Copyright © 2014. All rights reserved.