Uses of Class
com.podio.app.TextFieldSize
-
Packages that use TextFieldSize Package Description com.podio.app -
-
Uses of TextFieldSize in com.podio.app
Methods in com.podio.app that return TextFieldSize Modifier and Type Method Description static TextFieldSizeTextFieldSize. getByName(String value)TextFieldSizeApplicationFieldSettings. getSize()static TextFieldSizeTextFieldSize. valueOf(String name)Returns the enum constant of this type with the specified name.static TextFieldSize[]TextFieldSize. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.podio.app with parameters of type TextFieldSize Modifier and Type Method Description static ApplicationFieldSettingsApplicationFieldSettings. getText(TextFieldSize size)voidApplicationFieldSettings. setSize(TextFieldSize size)Constructors in com.podio.app with parameters of type TextFieldSize Constructor Description ApplicationFieldSettings(TextFieldSize size, List<String> allowedValues, List<Integer> referenceableTypes, List<String> allowedCurrencies, List<CategoryOption> options, Boolean multiple)
-