com.extjs.gxt.ui.client.widget.grid
Class GridView.GridViewImages
java.lang.Object
com.extjs.gxt.ui.client.widget.grid.GridView.GridViewImages
- Direct Known Subclasses:
- GroupingView.GroupingViewImages
- Enclosing class:
- GridView
public class GridView.GridViewImages
- extends java.lang.Object
Icons used by Grid which can be overridden as needed. s
Method Summary |
com.google.gwt.user.client.ui.AbstractImagePrototype |
getColumns()
|
com.google.gwt.user.client.ui.AbstractImagePrototype |
getSortAsc()
|
com.google.gwt.user.client.ui.AbstractImagePrototype |
getSortDesc()
|
void |
setColumns(com.google.gwt.user.client.ui.AbstractImagePrototype columnsIcon)
|
void |
setSortAsc(com.google.gwt.user.client.ui.AbstractImagePrototype sortAscIcon)
|
void |
setSortDesc(com.google.gwt.user.client.ui.AbstractImagePrototype sortDescIcon)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GridView.GridViewImages
public GridView.GridViewImages()
getColumns
public com.google.gwt.user.client.ui.AbstractImagePrototype getColumns()
getSortAsc
public com.google.gwt.user.client.ui.AbstractImagePrototype getSortAsc()
getSortDesc
public com.google.gwt.user.client.ui.AbstractImagePrototype getSortDesc()
setColumns
public void setColumns(com.google.gwt.user.client.ui.AbstractImagePrototype columnsIcon)
setSortAsc
public void setSortAsc(com.google.gwt.user.client.ui.AbstractImagePrototype sortAscIcon)
setSortDesc
public void setSortDesc(com.google.gwt.user.client.ui.AbstractImagePrototype sortDescIcon)