Uses of Class
eu.webtoolkit.jwt.WIconPair
-
Uses of WIconPair in eu.webtoolkit.jwt
Modifier and TypeMethodDescriptionprotected WIconPair
WTreeNode.getExpandIcon()
Accesses the icon pair that allows expansion of the tree node.WTreeNode.getLabelIcon()
Returns the label icon.Modifier and TypeMethodDescriptionvoid
WTreeNode.setLabelIcon
(WIconPair labelIcon) Sets the label icon.ModifierConstructorDescriptionWTreeNode
(CharSequence labelText, WIconPair labelIcon) Creates a tree node with the given label.WTreeNode
(CharSequence labelText, WIconPair labelIcon, WTreeNode parentNode) Creates a tree node with the given label.WTreeTableNode
(CharSequence labelText, WIconPair labelIcon) Creates a new tree table node.WTreeTableNode
(CharSequence labelText, WIconPair labelIcon, WTreeTableNode parentNode) Creates a new tree table node.