Uses of Class
org.apache.myfaces.tobago.layout.Placement
-
Packages that use Placement Package Description org.apache.myfaces.tobago.component org.apache.myfaces.tobago.internal.component org.apache.myfaces.tobago.layout -
-
Uses of Placement in org.apache.myfaces.tobago.component
Methods in org.apache.myfaces.tobago.component that return Placement Modifier and Type Method Description Placement
UIToasts. getPlacement()
Defines the placement of the toasts.Methods in org.apache.myfaces.tobago.component with parameters of type Placement Modifier and Type Method Description void
UIToasts. setPlacement(Placement placement)
-
Uses of Placement in org.apache.myfaces.tobago.internal.component
Methods in org.apache.myfaces.tobago.internal.component that return Placement Modifier and Type Method Description abstract Placement
AbstractUIToasts. getPlacement()
-
Uses of Placement in org.apache.myfaces.tobago.layout
Methods in org.apache.myfaces.tobago.layout that return Placement Modifier and Type Method Description static Placement
Placement. valueOf(String name)
Returns the enum constant of this type with the specified name.static Placement[]
Placement. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-