org.cruxframework.crux.plugin.gadget.client.features
Class View
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
org.cruxframework.crux.plugin.gadget.client.features.View
public class View
- extends com.google.gwt.core.client.JavaScriptObject
This class is the base for all view objects.
|
Constructor Summary |
protected |
View()
|
|
Method Summary |
String |
getName()
Returns the name of the view. |
String |
getUrlTemplate()
Returns a string URI template conforming to the IETF spec draft with
variables for substitution. |
boolean |
isOnlyVisibleGadget()
Returns true if the gadget is the only visible gadget in this view. |
| Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
View
protected View()
getName
public final String getName()
- Returns the name of the view.
TODO(haeberling): The spec says, that getName could also return ViewType.
getUrlTemplate
public final String getUrlTemplate()
- Returns a string URI template conforming to the IETF spec draft with
variables for substitution.
isOnlyVisibleGadget
public final boolean isOnlyVisibleGadget()
- Returns true if the gadget is the only visible gadget in this view.
Copyright © 2014. All rights reserved.