Removed API"

From Documentation
Line 6: Line 6:
 
! Full Qualified Class Name !! Attribute or Method !! Info
 
! Full Qualified Class Name !! Attribute or Method !! Info
 
|-
 
|-
| org.zkoss.lang.Objects || PATH_SEPARATOR_CHAR || @deprecated As of release 6.0.0, never used and confusing.
+
| org.zkoss.lang.Objects  
 +
| PATH_SEPARATOR_CHAR  
 +
| @deprecated As of release 6.0.0, never used and confusing.
 
|-
 
|-
| org.zkoss.lang.Objects || PATH_SEPARATOR_STRING || @deprecated As of release 6.0.0, never used and confusing.
+
| org.zkoss.lang.Objects  
 +
| PATH_SEPARATOR_STRING  
 +
| @deprecated As of release 6.0.0, never used and confusing.
 
|-
 
|-
| org.zkoss.lang.Objects || BAR0_STRING || @deprecated As of release 6.0.0, not worth to have this API.
+
| org.zkoss.lang.Objects  
 +
| BAR0_STRING  
 +
| @deprecated As of release 6.0.0, not worth to have this API.
 
|-
 
|-
| org.zkoss.lang.Objects || BAR1_STRING || @deprecated As of release 6.0.0, not worth to have this API.
+
| org.zkoss.lang.Objects  
 +
| BAR1_STRING  
 +
| @deprecated As of release 6.0.0, not worth to have this API.
 
|-
 
|-
| org.zkoss.lang.Objects || BAR2_STRING || @deprecated As of release 6.0.0, use BigDecimal.toPlainString() directly (since we don't support JDK 1.4 anymore).
+
| org.zkoss.lang.Objects  
 +
| BAR2_STRING  
 +
| @deprecated As of release 6.0.0, use BigDecimal.toPlainString() directly (since we don't support JDK 1.4 anymore).
 
|-
 
|-
| org.zkoss.math.BigDecimals || toPlainString(BigDecimal bd) || @deprecated As of release 6.0.0, replaced with {@link #duplicate(Object)}.
+
| org.zkoss.math.BigDecimals  
 +
| toPlainString(BigDecimal bd)  
 +
| @deprecated As of release 6.0.0, replaced with {@link #duplicate(Object)}.
 
|-
 
|-
| org.zkoss.util.ArraysX || clone(Object ary) || @deprecated As of release 6.0.0, replaced with {@link #parseMultiple}.
+
| org.zkoss.util.ArraysX  
 +
| clone(Object ary)  
 +
| @deprecated As of release 6.0.0, replaced with {@link #parseMultiple}.
 
|-
 
|-
| org.zkoss.util.Maps || parse(Map map, String src, char separator, char quotechar) || @deprecated As of release 7.0.0, use SLF4J API for logging instead.
+
| org.zkoss.util.Maps  
 +
| parse(Map map, String src, char separator, char quotechar)  
 +
| @deprecated As of release 7.0.0, use SLF4J API for logging instead.
 
|-
 
|-
| org.zkoss.util.logging.Log || * || @deprecated As of release 7.0.0, use SLF4J API for logging instead.
+
| org.zkoss.util.logging.Log  
 +
| *  
 +
| @deprecated As of release 7.0.0, use SLF4J API for logging instead.
 
|-
 
|-
| org.zkoss.xml.HTMLs || * || @deprecated As of release 6.0.0, replaced with {@link org.zkoss.html.HTMLs}.
+
| org.zkoss.xml.HTMLs  
 +
| *  
 +
| @deprecated As of release 6.0.0, replaced with {@link org.zkoss.html.HTMLs}.
 
|-
 
|-
| org.zkoss.zel.MethodExpression || isParametersProvided() || @deprecated Use {@link #isParametersProvided()}.
+
| org.zkoss.zel.MethodExpression  
 +
| isParametersProvided()  
 +
| @deprecated Use {@link #isParametersProvided()}.
 
|-
 
|-
| org.zkoss.zel.impl.parser.SimpleCharStream || getColumn() || @deprecated  
+
| org.zkoss.zel.impl.parser.SimpleCharStream  
 +
| getColumn()  
 +
| @deprecated  
 
|-
 
|-
| org.zkoss.zel.impl.parser.SimpleCharStream || getLine() || @deprecated  
+
| org.zkoss.zel.impl.parser.SimpleCharStream  
 +
| getLine()  
 +
| @deprecated  
 
|-
 
|-
| org.zkoss.zel.impl.parser.SimpleCharStream || getEndColumn() || @deprecated  
+
| org.zkoss.zel.impl.parser.SimpleCharStream  
 +
| getEndColumn()  
 +
| @deprecated  
 
|-
 
|-
| org.zkoss.zel.impl.parser.SimpleCharStream || getEndLine() || @deprecated  
+
| org.zkoss.zel.impl.parser.SimpleCharStream  
 +
| getEndLine()  
 +
| @deprecated  
 
|-
 
|-
| org.zkoss.zhtml.Area || getHreflang() || @deprecated Not supported in HTML5.
+
| org.zkoss.zhtml.Area  
 +
| getHreflang()  
 +
| @deprecated Not supported in HTML5.
 
|-
 
|-
| org.zkoss.zhtml.Html || getManifest() || @deprecated Not supported in HTML5.
+
| org.zkoss.zhtml.Html  
 +
| getManifest()  
 +
| @deprecated Not supported in HTML5.
 
|-
 
|-
| org.zkoss.zhtml.Img || getLongdesc() || @deprecated Not supported in HTML5.
+
| org.zkoss.zhtml.Img  
 +
| getLongdesc()  
 +
| @deprecated Not supported in HTML5.
 
|-
 
|-
| org.zkoss.zhtml.Style || getType() || @deprecated  
+
| org.zkoss.zhtml.Style  
 +
| getType()  
 +
| @deprecated  
 
|-
 
|-
| org.zkoss.zhtml.Style || setType(String type) || @deprecated  
+
| org.zkoss.zhtml.Style  
 +
| setType(String type)  
 +
| @deprecated  
 
|-
 
|-
| org.zkoss.zhtml.Html || setTabindex(Integer tabindex) || @deprecated  
+
| org.zkoss.zhtml.Html  
|}
+
| setTabindex(Integer tabindex)  
 
+
| @deprecated  
 
|}
 
|}

Revision as of 03:36, 27 February 2024

Removed API

Here are APIs removed since ZK 10.


Full Qualified Class Name Attribute or Method Info
org.zkoss.lang.Objects PATH_SEPARATOR_CHAR @deprecated As of release 6.0.0, never used and confusing.
org.zkoss.lang.Objects PATH_SEPARATOR_STRING @deprecated As of release 6.0.0, never used and confusing.
org.zkoss.lang.Objects BAR0_STRING @deprecated As of release 6.0.0, not worth to have this API.
org.zkoss.lang.Objects BAR1_STRING @deprecated As of release 6.0.0, not worth to have this API.
org.zkoss.lang.Objects BAR2_STRING @deprecated As of release 6.0.0, use BigDecimal.toPlainString() directly (since we don't support JDK 1.4 anymore).
org.zkoss.math.BigDecimals toPlainString(BigDecimal bd) @deprecated As of release 6.0.0, replaced with {@link #duplicate(Object)}.
org.zkoss.util.ArraysX clone(Object ary) @deprecated As of release 6.0.0, replaced with {@link #parseMultiple}.
org.zkoss.util.Maps parse(Map map, String src, char separator, char quotechar) @deprecated As of release 7.0.0, use SLF4J API for logging instead.
org.zkoss.util.logging.Log * @deprecated As of release 7.0.0, use SLF4J API for logging instead.
org.zkoss.xml.HTMLs * @deprecated As of release 6.0.0, replaced with {@link org.zkoss.html.HTMLs}.
org.zkoss.zel.MethodExpression isParametersProvided() @deprecated Use {@link #isParametersProvided()}.
org.zkoss.zel.impl.parser.SimpleCharStream getColumn() @deprecated
org.zkoss.zel.impl.parser.SimpleCharStream getLine() @deprecated
org.zkoss.zel.impl.parser.SimpleCharStream getEndColumn() @deprecated
org.zkoss.zel.impl.parser.SimpleCharStream getEndLine() @deprecated
org.zkoss.zhtml.Area getHreflang() @deprecated Not supported in HTML5.
org.zkoss.zhtml.Html getManifest() @deprecated Not supported in HTML5.
org.zkoss.zhtml.Img getLongdesc() @deprecated Not supported in HTML5.
org.zkoss.zhtml.Style getType() @deprecated
org.zkoss.zhtml.Style setType(String type) @deprecated
org.zkoss.zhtml.Html setTabindex(Integer tabindex) @deprecated