This method creates a List. Optionally you may supply "size" to
create a List of blank "" values of the specified size. The
output value from this handler is "result".
This handler decrements a number by 1. This handler requires
"number" to be supplied as an Integer input value. It sets an
output value "value" to number-1.
This method enables you to retrieve the id or clientId for the given
Object which is expected to be a
UIComponent or a String that already
represents the clientId.
This handler increments a number by 1. This handler requires
"number" to be supplied as an Integer input value. It sets an
output value "value" to number+1.
This method returns a Boolean value representing
whether another value exists for the given Iterator.
The Iterator input value key is: "iterator". The
output value key is "hasNext".
This method returns the next object in the List that
the given Iterator is iterating over. The
Iterator input value key is: "iterator". The
output value key is "next".