Package wt.templateutil.components
Class ActionLinkComponent
java.lang.Object
wt.templateutil.components.HTMLComponent
wt.templateutil.components.HTMLLinkComponent
wt.templateutil.components.ActionLinkComponent
- All Implemented Interfaces:
Serializable
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from class wt.templateutil.components.HTMLLinkComponent
HREF, ID, NAME, TARGETFields inherited from class wt.templateutil.components.HTMLComponent
DEFAULT_SERVICE_NAME, DEFAULTS_ONLY, PRINT_TAG_ATTR, SERVICENAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstartComponent(Object value, Properties formData, OutputStream os, Locale locale) Deprecated.Methods inherited from class wt.templateutil.components.HTMLLinkComponent
getTag, 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
-
ActionLinkComponent
Deprecated.
Supported API: true- Parameters:
action-
-
-
Method Details
-
startComponent
Deprecated.
Supported API: true- Overrides:
startComponentin classHTMLComponent- Parameters:
value-formData-os-locale-- Returns:
- String
-