org.cruxframework.crux.core.client.screen.views
Interface ViewAccessor


public interface ViewAccessor

A marker interface used to generate view accessors. These classes are useful to avoid reference to views made with strings. With an accessor, you can invoke a method for each view.

Author:
Thiago da Rosa de Bustamante

Method Summary
 View getRootView()
           
 

Method Detail

getRootView

View getRootView()


Copyright © 2014. All rights reserved.