com.sencha.gxt.theme.base.client.slider
Class SliderHorizontalBaseAppearance

java.lang.Object
  extended by com.sencha.gxt.theme.base.client.slider.SliderBaseAppearance
      extended by com.sencha.gxt.theme.base.client.slider.SliderHorizontalBaseAppearance
All Implemented Interfaces:
FieldCell.FieldAppearance, SliderCell.SliderAppearance
Direct Known Subclasses:
BlueSliderHorizontalAppearance

public abstract class SliderHorizontalBaseAppearance
extends SliderBaseAppearance


Nested Class Summary
static interface SliderHorizontalBaseAppearance.SliderHorizontalResources
           
static interface SliderHorizontalBaseAppearance.SliderHorizontalStyle
           
static interface SliderHorizontalBaseAppearance.SliderHorizontalTemplate
           
 
Nested classes/interfaces inherited from class com.sencha.gxt.theme.base.client.slider.SliderBaseAppearance
SliderBaseAppearance.SliderResources, SliderBaseAppearance.SliderStyle
 
Constructor Summary
SliderHorizontalBaseAppearance(SliderHorizontalBaseAppearance.SliderHorizontalResources resources, SliderHorizontalBaseAppearance.SliderHorizontalTemplate template)
           
 
Method Summary
 int getClickedValue(Cell.Context context, Element parent, NativeEvent event)
           
 int getSliderLength(XElement parent)
           
 boolean isVertical()
           
 void render(double fractionalValue, int width, int height, SafeHtmlBuilder sb)
           
 void setThumbPosition(Element parent, int pos)
           
 
Methods inherited from class com.sencha.gxt.theme.base.client.slider.SliderBaseAppearance
getThumb, onEmpty, onFocus, onMouseDown, onMouseOut, onMouseOver, onMouseUp, onValid, setReadOnly
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SliderHorizontalBaseAppearance

public SliderHorizontalBaseAppearance(SliderHorizontalBaseAppearance.SliderHorizontalResources resources,
                                      SliderHorizontalBaseAppearance.SliderHorizontalTemplate template)
Method Detail

getSliderLength

public int getSliderLength(XElement parent)

getClickedValue

public int getClickedValue(Cell.Context context,
                           Element parent,
                           NativeEvent event)

render

public void render(double fractionalValue,
                   int width,
                   int height,
                   SafeHtmlBuilder sb)

setThumbPosition

public void setThumbPosition(Element parent,
                             int pos)

isVertical

public boolean isVertical()


Copyright © 2012. All Rights Reserved.