org.cruxframework.crux.plugin.gadget.client.features
Interface ViewFeature.Views

All Known Implementing Classes:
ViewFeatureImpl.ViewsImpl
Enclosing interface:
ViewFeature

public static interface ViewFeature.Views

This is used to return views.


Method Summary
 View getView(String name)
          Returns a view given the name as a string.
 

Method Detail

getView

View getView(String name)
Returns a view given the name as a string.

Parameters:
name - the name of the view
Returns:
the view with the given name or null


Copyright © 2014. All rights reserved.