Uses of Class
org.gwtbootstrap3.extras.notify.client.constants.NotifyPlacement

Packages that use NotifyPlacement
org.gwtbootstrap3.extras.notify.client.constants   
org.gwtbootstrap3.extras.notify.client.ui   
 

Uses of NotifyPlacement in org.gwtbootstrap3.extras.notify.client.constants
 

Methods in org.gwtbootstrap3.extras.notify.client.constants that return NotifyPlacement
static NotifyPlacement NotifyPlacement.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NotifyPlacement[] NotifyPlacement.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of NotifyPlacement in org.gwtbootstrap3.extras.notify.client.ui
 

Methods in org.gwtbootstrap3.extras.notify.client.ui with parameters of type NotifyPlacement
static void Notify.hideAll(NotifyPlacement placement)
          Hide all displayed Notifies on specific screen location.
 void NotifySettings.setPlacement(NotifyPlacement placement)
          Set placement of Notify on screen.
 



Copyright © 2015. All rights reserved.