Uses of Class
org.apache.wicket.util.value.IntValue

Packages that use IntValue
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
 int IntValue.compareTo(IntValue that)
           
 boolean IntValue.greaterThan(IntValue that)
          Compares this IntValue with another IntValue.
 boolean IntValue.lessThan(IntValue that)
          Compares this IntValue with another IntValue.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.