Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.profiles.ProfileField.Type

Packages that use ProfileField.Type
com.jivesoftware.profiles   
com.jivesoftware.profiles.action.admin   
 

Uses of ProfileField.Type in com.jivesoftware.profiles
 

Fields in com.jivesoftware.profiles declared as ProfileField.Type
static ProfileField.Type ProfileField.Type.BOOLEAN
          Type representing a boolean type.
static ProfileField.Type ProfileField.Type.DATETIME
          Type representing a date/time type.
static ProfileField.Type ProfileField.Type.DECIMAL
          Type representing a decimal type.
static ProfileField.Type ProfileField.Type.EMAIL
          Type representing a email type.
static ProfileField.Type ProfileField.Type.LARGETEXT
          Type representing a textarea type.
static ProfileField.Type ProfileField.Type.MULTILIST
          Type representing a multiselect type.
static ProfileField.Type ProfileField.Type.NUMBER
          Type representing a number type.
static ProfileField.Type ProfileField.Type.SINGLELIST
          Type representing a select type.
static ProfileField.Type ProfileField.Type.TEXT
          Type representing a textfield type.
static ProfileField.Type ProfileField.Type.URL
          Type representing a url type.
 

Methods in com.jivesoftware.profiles that return ProfileField.Type
 ProfileField.Type ProfileField.getType()
          Returns the ProfileField.Type of this profile field.
static ProfileField.Type ProfileField.Type.getType(int ID)
          Gets an Type object from an typeID
static ProfileField.Type[] ProfileField.Type.getTypes()
          Gets an array of all the possible profile field types.
 

Uses of ProfileField.Type in com.jivesoftware.profiles.action.admin
 

Methods in com.jivesoftware.profiles.action.admin that return ProfileField.Type
 ProfileField.Type ProfileFieldWizard2.getType()
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.