Package | Description |
---|---|
com.inmethod.grid.column.editable | |
com.inmethod.grid.column.tree | |
com.inmethod.grid.common | |
com.inmethod.grid.treegrid | |
com.inmethod.icon |
Modifier and Type | Method and Description |
---|---|
protected Icon |
SubmitCancelColumn.getCancelIcon() |
protected abstract Icon |
AddDeletePanel.getDeleteIcon() |
protected Icon |
AddDeleteColumn.getDeleteIcon() |
protected Icon |
SubmitCancelColumn.getSubmitIcon() |
Modifier and Type | Method and Description |
---|---|
protected Icon |
AbstractTreeColumn.getIcon(org.apache.wicket.model.IModel<I> model)
Returns the icon for given
TreeNode . |
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
protected abstract Icon |
TreePanel.getIcon(org.apache.wicket.model.IModel<I> model)
Return the icon for this node or null if no icon should be used.
|
protected abstract Icon |
BaseTreeColumn.getIcon(org.apache.wicket.model.IModel<I> model)
Returns the icon for given
TreeNode . |
Modifier and Type | Class and Description |
---|---|
class |
PackageIcon
Simple icon implementation that uses images in classpath or a
ResourceReference as icon
source. |
Modifier and Type | Method and Description |
---|---|
Icon |
IconImage.getIcon()
Returns the icon instance associated with this component.
|
Constructor and Description |
---|
IconImage(String id,
Icon icon)
Creates a new icon instance.
|
Constructor and Description |
---|
IconImage(String id,
org.apache.wicket.model.IModel<Icon> model)
Creates a a new icon instance.
|
Copyright © 2015. All rights reserved.