org.exoplatform.gwtframework.ui.client.tab
Interface Scrollable

All Known Implementing Classes:
TabPanel, TabPanel

public interface Scrollable

This interface designates that its implementor can scroll its content. Created by The eXo Platform SAS .

Version:
$
Author:
Vitaliy Gulyy

Method Summary
 void scrollLeft()
          Scrolls to the left.
 void scrollRight()
          Scrolls to the right.
 

Method Detail

scrollLeft

void scrollLeft()
Scrolls to the left.


scrollRight

void scrollRight()
Scrolls to the right.



Copyright © 2013 eXo Platform SAS. All Rights Reserved.