com.extjs.gxt.ui.client.widget.toolbar
Class PagingToolBar.PagingToolBarImages

java.lang.Object
  extended by com.extjs.gxt.ui.client.widget.toolbar.PagingToolBar.PagingToolBarImages
Enclosing class:
PagingToolBar

public static class PagingToolBar.PagingToolBarImages
extends java.lang.Object

PagingToolBar images.


Constructor Summary
PagingToolBar.PagingToolBarImages()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PagingToolBar.PagingToolBarImages

public PagingToolBar.PagingToolBarImages()
Method Detail

getFirst

public com.google.gwt.user.client.ui.AbstractImagePrototype getFirst()

getFirstDisabled

public com.google.gwt.user.client.ui.AbstractImagePrototype getFirstDisabled()

getLast

public com.google.gwt.user.client.ui.AbstractImagePrototype getLast()

getLastDisabled

public com.google.gwt.user.client.ui.AbstractImagePrototype getLastDisabled()

getNext

public com.google.gwt.user.client.ui.AbstractImagePrototype getNext()

getNextDisabled

public com.google.gwt.user.client.ui.AbstractImagePrototype getNextDisabled()

getPrev

public com.google.gwt.user.client.ui.AbstractImagePrototype getPrev()

getPrevDisabled

public com.google.gwt.user.client.ui.AbstractImagePrototype getPrevDisabled()

getRefresh

public com.google.gwt.user.client.ui.AbstractImagePrototype getRefresh()

setFirst

public void setFirst(com.google.gwt.user.client.ui.AbstractImagePrototype first)

setFirstDisabled

public void setFirstDisabled(com.google.gwt.user.client.ui.AbstractImagePrototype firstDisabled)

setLast

public void setLast(com.google.gwt.user.client.ui.AbstractImagePrototype last)

setLastDisabled

public void setLastDisabled(com.google.gwt.user.client.ui.AbstractImagePrototype lastDisabled)

setNext

public void setNext(com.google.gwt.user.client.ui.AbstractImagePrototype next)

setNextDisabled

public void setNextDisabled(com.google.gwt.user.client.ui.AbstractImagePrototype nextDisabled)

setPrev

public void setPrev(com.google.gwt.user.client.ui.AbstractImagePrototype prev)

setPrevDisabled

public void setPrevDisabled(com.google.gwt.user.client.ui.AbstractImagePrototype prevDisabled)

setRefresh

public void setRefresh(com.google.gwt.user.client.ui.AbstractImagePrototype refresh)