Our new Appfire Documentation Space is now live!

Take a look here! If you have any questions please email support@appfire.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

This document details the methods of the Group interface you can use on a Group returned by the Getters when you access the custom Group type picker fields.

MethodReturn typeReturns
equals(Object o)boolean

True if and only if the group names in lowercase match.

compareTo(Group o)Integer

A negative integer, zero, or a positive integer when the group is less than, equal to, or greater than the specified group.

getName()
StringName of Group



  • No labels