Package org.zkoss.zk.ui.sys
Class IntPropertyAccess
- java.lang.Object
-
- org.zkoss.zk.ui.sys.IntPropertyAccess
-
- All Implemented Interfaces:
java.io.Serializable
,PropertyAccess<java.lang.Integer>
public abstract class IntPropertyAccess extends java.lang.Object implements PropertyAccess<java.lang.Integer>
An int property class.- Since:
- 8.0.1.1
- Author:
- Sefi
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IntPropertyAccess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<java.lang.Integer>
getType()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.zkoss.zk.ui.sys.PropertyAccess
getValue, setValue
-
-
-
-
Method Detail
-
getType
public java.lang.Class<java.lang.Integer> getType()
- Specified by:
getType
in interfacePropertyAccess<java.lang.Integer>
-
-