Package com.vaadin.v7.ui
Interface Tree.ItemStyleGenerator
-
- All Superinterfaces:
Serializable
- Enclosing class:
- Tree
@Deprecated public static interface Tree.ItemStyleGenerator extends Serializable
Deprecated.ItemStyleGenerator can be used to add custom styles to tree items. The CSS class name that will be added to the item content is v-tree-node-[style name].
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetStyle(Tree source, Object itemId)Deprecated.Called by Tree when an item is painted.
-