Package org.primefaces.component.api
Interface TouchAware
-
- All Known Implementing Classes:
Calendar,CalendarBase,Carousel,CarouselBase,ContextMenu,ContextMenuBase,DataGrid,DataGridBase,DataList,DataListBase,DataTable,DataTableBase,DataView,DataViewBase,DatePicker,DatePickerBase,Galleria,GalleriaBase,Ribbon,RibbonBase,SelectOneMenu,SelectOneMenuBase,Slider,SliderBase,TabView,TabViewBase,ThemeSwitcher,ThemeSwitcherBase,UICalendar,UIPageableData
public interface TouchAwareEven though touch support is detected in the browser a developer may wish to turn it off globally or per component that supports touch.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisTouchable()Is this component touch enabled?voidsetTouchable(boolean touchable)Enable/disable touch support for this component.
-