Uses of Interface
com.inmethod.icon.Icon

Packages that use Icon
com.inmethod.grid.column.editable   
com.inmethod.grid.column.tree   
com.inmethod.grid.common   
com.inmethod.grid.treegrid   
com.inmethod.icon   
 

Uses of Icon in com.inmethod.grid.column.editable
 

Methods in com.inmethod.grid.column.editable that return Icon
protected  Icon SubmitCancelColumn.getCancelIcon()
           
protected abstract  Icon AddDeletePanel.getDeleteIcon()
           
protected  Icon AddDeleteColumn.getDeleteIcon()
           
protected  Icon SubmitCancelColumn.getSubmitIcon()
           
 

Uses of Icon in com.inmethod.grid.column.tree
 

Methods in com.inmethod.grid.column.tree that return Icon
protected  Icon AbstractTreeColumn.getIcon(IModel<I> model)
          Returns the icon for given TreeNode.
 

Uses of Icon in com.inmethod.grid.common
 

Fields in com.inmethod.grid.common declared as Icon
static Icon Icons.CANCEL
           
static Icon Icons.DELETE
           
static Icon Icons.FOLDER_CLOSED
          Default icon for a closed folder.
static Icon Icons.FOLDER_OPEN
          Default icon for an opened folder.
static Icon Icons.ITEM
          Default icon for a non-folder node.
static Icon Icons.OK
           
 

Uses of Icon in com.inmethod.grid.treegrid
 

Methods in com.inmethod.grid.treegrid that return Icon
protected abstract  Icon BaseTreeColumn.getIcon(IModel<I> model)
          Returns the icon for given TreeNode.
protected abstract  Icon TreePanel.getIcon(IModel<I> model)
          Return the icon for this node or null if no icon should be used.
 

Uses of Icon in com.inmethod.icon
 

Classes in com.inmethod.icon that implement Icon
 class PackageIcon
          Simple icon implementation that uses images in classpath or a ResourceReference as icon source.
 

Methods in com.inmethod.icon that return Icon
 Icon IconImage.getIcon()
          Returns the icon instance associated with this component.
 

Constructors in com.inmethod.icon with parameters of type Icon
IconImage(String id, Icon icon)
          Creates a new icon instance.
 

Constructor parameters in com.inmethod.icon with type arguments of type Icon
IconImage(String id, IModel<Icon> model)
          Creates a a new icon instance.
 



Copyright © 2007–2014 inMethod s.r.o.. All rights reserved.