Package | Description |
---|---|
de.innovationgate.wga.modules.options |
Option type definitions and other related classes for the OpenWGA module registry
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanOptionType
Option type storing boolean values as "true" and "false"
|
class |
CommaSeparatedListOptionType
Option type meant to store comma separated lists "a,b,c" in a string
|
class |
IntegerOptionType
An option type that stores integer values in their string representation
|
class |
JSONListOptionType
Option type storing a string list as JSON list
|
class |
MultiPredefinedValuesOptionType
Tool class for building option types that offer some predefined values and need multiple selection
To use simply instantiate the class and add all values to offer via method
MultiPredefinedValuesOptionType.addValue(String) . |
class |
PasswordOptionType
An option that stores passwords in some encoded way to provide some level of protection
|
class |
SemicolonSeparatedListOptionType
Option type meant to store comma separated lists "a,b,c" in a string
|
class |
ShareOpsOptionType
An option type allowing to enable/disable operations for a content share: create, move, delete
|
class |
SpaceSeparatedListOptionType
Option type meant to store comma separated lists "a,b,c" in a string
|
class |
URLOptionType
An option type holding and validating a complete URL
|