Package wt.templateutil.components
Class TreeIconComponent
java.lang.Object
wt.templateutil.components.HTMLComponent
wt.templateutil.components.HTMLImgComponent
wt.templateutil.components.TreeIconComponent
- All Implemented Interfaces:
Serializable
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from class wt.templateutil.components.HTMLImgComponent
ALIGN, ALT, BORDER, HEIGHT, HSPACE, ISMAP, LOWSRC, NAME, ONABORT, ONERROR, ONLOAD, SRC, SUPPRESS, USEMAP, VSPACE, WIDTHFields inherited from class wt.templateutil.components.HTMLComponent
DEFAULT_SERVICE_NAME, DEFAULTS_ONLY, PRINT_TAG_ATTR, SERVICENAME -
Constructor Summary
ConstructorsConstructorDescriptionTreeIconComponent(boolean hasChildren, boolean isOpen, boolean isLastSibling) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstartComponent(Object value, Properties formData, OutputStream os, Locale locale) Deprecated.Methods inherited from class wt.templateutil.components.HTMLImgComponent
initMethods inherited from class wt.templateutil.components.HTMLComponent
endComponent, getHtmlComponents, getPrintWriter, getServiceName, getTagList, getTagSettings, isInheritStyle, isPrintTagAttributes, isUseDefaultsOnly, main, setInheritStyle, setPrintTagAttributes, setServiceName, setTag, setTagList, setTagListDefaults, setTagSettings, setTagValue, setUseDefaultsOnly, show, showSubComponents
-
Constructor Details
-
TreeIconComponent
public TreeIconComponent(boolean hasChildren, boolean isOpen, boolean isLastSibling) Deprecated.
Supported API: true- Parameters:
hasChildren-isOpen-isLastSibling-
-
-
Method Details
-
startComponent
Deprecated.
Supported API: true- Overrides:
startComponentin classHTMLComponent- Parameters:
value-formData-os-locale-- Returns:
- String
-