Uses of Class
org.apache.wicket.util.value.IntValue
-
Packages that use IntValue Package Description org.apache.wicket.util.value This package provides casting utilities. -
-
Uses of IntValue in org.apache.wicket.util.value
Methods in org.apache.wicket.util.value with parameters of type IntValue Modifier and Type Method Description intIntValue. compareTo(IntValue that)booleanIntValue. greaterThan(IntValue that)Compares thisIntValuewith anotherIntValue.booleanIntValue. lessThan(IntValue that)Compares thisIntValuewith anotherIntValue.
-