Package org.zkoss.zk.ui.sys
Class IntegerPropertyAccess
- java.lang.Object
-
- org.zkoss.zk.ui.sys.IntegerPropertyAccess
-
- All Implemented Interfaces:
java.io.Serializable
,PropertyAccess<java.lang.Integer>
public abstract class IntegerPropertyAccess extends java.lang.Object implements PropertyAccess<java.lang.Integer>
An Integer property class.- Since:
- 8.0.0
- Author:
- jumperchen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IntegerPropertyAccess()
-
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>
-
-