com.extjs.gxt.ui.client.widget.toolbar
Class PagingToolBar.PagingToolBarImages
java.lang.Object
com.extjs.gxt.ui.client.widget.toolbar.PagingToolBar.PagingToolBarImages
- Enclosing class:
- PagingToolBar
public class PagingToolBar.PagingToolBarImages
- extends java.lang.Object
PagingToolBar images.
|
Method Summary |
com.google.gwt.user.client.ui.AbstractImagePrototype |
getFirst()
|
com.google.gwt.user.client.ui.AbstractImagePrototype |
getFirstDisabled()
|
com.google.gwt.user.client.ui.AbstractImagePrototype |
getLast()
|
com.google.gwt.user.client.ui.AbstractImagePrototype |
getLastDisabled()
|
com.google.gwt.user.client.ui.AbstractImagePrototype |
getNext()
|
com.google.gwt.user.client.ui.AbstractImagePrototype |
getNextDisabled()
|
com.google.gwt.user.client.ui.AbstractImagePrototype |
getPrev()
|
com.google.gwt.user.client.ui.AbstractImagePrototype |
getPrevDisabled()
|
com.google.gwt.user.client.ui.AbstractImagePrototype |
getRefresh()
|
void |
setFirst(com.google.gwt.user.client.ui.AbstractImagePrototype first)
|
void |
setFirstDisabled(com.google.gwt.user.client.ui.AbstractImagePrototype firstDisabled)
|
void |
setLast(com.google.gwt.user.client.ui.AbstractImagePrototype last)
|
void |
setLastDisabled(com.google.gwt.user.client.ui.AbstractImagePrototype lastDisabled)
|
void |
setNext(com.google.gwt.user.client.ui.AbstractImagePrototype next)
|
void |
setNextDisabled(com.google.gwt.user.client.ui.AbstractImagePrototype nextDisabled)
|
void |
setPrev(com.google.gwt.user.client.ui.AbstractImagePrototype prev)
|
void |
setPrevDisabled(com.google.gwt.user.client.ui.AbstractImagePrototype prevDisabled)
|
void |
setRefresh(com.google.gwt.user.client.ui.AbstractImagePrototype refresh)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PagingToolBar.PagingToolBarImages
public PagingToolBar.PagingToolBarImages()
setFirst
public void setFirst(com.google.gwt.user.client.ui.AbstractImagePrototype first)
getFirst
public com.google.gwt.user.client.ui.AbstractImagePrototype getFirst()
setPrev
public void setPrev(com.google.gwt.user.client.ui.AbstractImagePrototype prev)
getPrev
public com.google.gwt.user.client.ui.AbstractImagePrototype getPrev()
setNext
public void setNext(com.google.gwt.user.client.ui.AbstractImagePrototype next)
getNext
public com.google.gwt.user.client.ui.AbstractImagePrototype getNext()
setLast
public void setLast(com.google.gwt.user.client.ui.AbstractImagePrototype last)
getLast
public com.google.gwt.user.client.ui.AbstractImagePrototype getLast()
setRefresh
public void setRefresh(com.google.gwt.user.client.ui.AbstractImagePrototype refresh)
getRefresh
public com.google.gwt.user.client.ui.AbstractImagePrototype getRefresh()
setFirstDisabled
public void setFirstDisabled(com.google.gwt.user.client.ui.AbstractImagePrototype firstDisabled)
getFirstDisabled
public com.google.gwt.user.client.ui.AbstractImagePrototype getFirstDisabled()
setPrevDisabled
public void setPrevDisabled(com.google.gwt.user.client.ui.AbstractImagePrototype prevDisabled)
getPrevDisabled
public com.google.gwt.user.client.ui.AbstractImagePrototype getPrevDisabled()
setNextDisabled
public void setNextDisabled(com.google.gwt.user.client.ui.AbstractImagePrototype nextDisabled)
getNextDisabled
public com.google.gwt.user.client.ui.AbstractImagePrototype getNextDisabled()
setLastDisabled
public void setLastDisabled(com.google.gwt.user.client.ui.AbstractImagePrototype lastDisabled)
getLastDisabled
public com.google.gwt.user.client.ui.AbstractImagePrototype getLastDisabled()