English | Site Directory

gadgets.views.View

 SUMMARY     DETAIL

Class gadgets.views.View

Base interface for all view objects.

Method Summary

 gadgets.views.ViewType, String getName()
Returns the name of this view.
 boolean isOnlyVisibleGadget()
Returns true if the gadget is the only visible gadget in this view.
 

Method Detail

getName

gadgets.views.ViewType, String getName()
    Returns the name of this view.
    Returns:
      gadgets.views.ViewType, String The view name, usually specified as a gadgets.views.ViewType

isOnlyVisibleGadget

boolean isOnlyVisibleGadget()
    Returns true if the gadget is the only visible gadget in this view. On a canvas page or in maximize mode this is most likely true; on a profile page or in dashboard mode, it is most likely false.
    Returns:
      boolean True if the gadget is the only visible gadget; otherwise, false

Documentation generated by JsDoc Toolkit 1.3.3