com.sencha.gxt.cell.core.client
Interface SliderCell.SliderAppearance
- All Superinterfaces:
- FieldCell.FieldAppearance
- All Known Subinterfaces:
- SliderCell.HorizontalSliderAppearance, SliderCell.VerticalSliderAppearance
- All Known Implementing Classes:
- BlueSliderHorizontalAppearance, BlueSliderVerticalAppearance, SliderBaseAppearance, SliderHorizontalBaseAppearance, SliderVerticalBaseAppearance
- Enclosing class:
- SliderCell
public static interface SliderCell.SliderAppearance
- extends FieldCell.FieldAppearance
|
Method Summary |
int |
getClickedValue(Cell.Context context,
Element parent,
NativeEvent event)
|
int |
getSliderLength(XElement parent)
|
Element |
getThumb(Element parent)
|
boolean |
isVertical()
|
void |
onMouseDown(Cell.Context context,
Element parent,
NativeEvent event)
|
void |
onMouseOut(Cell.Context context,
Element parent,
NativeEvent event)
|
void |
onMouseOver(Cell.Context context,
Element parent,
NativeEvent event)
|
void |
onMouseUp(Cell.Context context,
Element parent,
NativeEvent event)
|
void |
render(double fractionalValue,
int width,
int height,
SafeHtmlBuilder sb)
|
void |
setThumbPosition(Element parent,
int left)
|
getClickedValue
int getClickedValue(Cell.Context context,
Element parent,
NativeEvent event)
getSliderLength
int getSliderLength(XElement parent)
getThumb
Element getThumb(Element parent)
isVertical
boolean isVertical()
onMouseDown
void onMouseDown(Cell.Context context,
Element parent,
NativeEvent event)
onMouseOut
void onMouseOut(Cell.Context context,
Element parent,
NativeEvent event)
onMouseOver
void onMouseOver(Cell.Context context,
Element parent,
NativeEvent event)
onMouseUp
void onMouseUp(Cell.Context context,
Element parent,
NativeEvent event)
render
void render(double fractionalValue,
int width,
int height,
SafeHtmlBuilder sb)
setThumbPosition
void setThumbPosition(Element parent,
int left)
Copyright © 2012. All Rights Reserved.