Interface TreeIconTagDeclaration
- All Superinterfaces:
- HasAlt,- HasBinding,- HasId,- HasIdBindingAndRendered,- HasTip,- IsDisabled,- IsRendered,- IsVisual
public interface TreeIconTagDeclaration
extends HasIdBindingAndRendered, HasTip, IsDisabled, IsVisual, HasAlt
Renders an image beside a tree node.
- 
Method SummaryMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasAltsetAltMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBindingsetBindingMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasTipsetTipMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsDisabledsetDisabledMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRenderedsetRenderedMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsVisualsetCustomClass, setMarkup
- 
Method Details- 
setValueName of the icon.
- 
setClosedName of the folder icon, if not set "value" will be used.
- 
setOpenName of the open folder icon, if not set "closed" will be used.
 
-