Uses of Class
org.openfaces.component.input.TicksAlignment

Packages that use TicksAlignment
org.openfaces.component.input   
 

Uses of TicksAlignment in org.openfaces.component.input
 

Methods in org.openfaces.component.input that return TicksAlignment
 TicksAlignment Slider.getTicksAlignment()
           
 TicksAlignment Slider.getTicksAlignment()
           
static TicksAlignment TicksAlignment.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TicksAlignment TicksAlignment.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TicksAlignment[] TicksAlignment.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
static TicksAlignment[] TicksAlignment.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.openfaces.component.input with parameters of type TicksAlignment
 void Slider.setTicksAlignment(TicksAlignment ticksAlignment)
           
 void Slider.setTicksAlignment(TicksAlignment ticksAlignment)
           
 



Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.