A B C D E F G H I L N P R S T V W 
All Classes All Packages

A

add() - Method in class com.opencloud.rem.common.form.FormBuilder.FieldBuilder
Builds a new Field using the values provided by this FormBuilder.FieldBuilder and adds it to the linked FormBuilder.
addContext(String, String) - Method in class com.opencloud.rem.common.form.FieldValueProviderBuilder
Adds a context entry to the FieldValueProvider, to be used when calculating the field's values at display time.
addNamedValue(String, String) - Method in class com.opencloud.rem.common.form.FieldValueProviderBuilder
Adds a single value to the FieldValueProvider using the specified name as its name.
addNamedValues(Map<String, String>) - Method in class com.opencloud.rem.common.form.FieldValueProviderBuilder
Adds all the given named values to the FieldValueProvider.
addValue(String) - Method in class com.opencloud.rem.common.form.FieldValueProviderBuilder
Adds a single value to the FieldValueProvider using the value itself as the name.
addValues(Collection<String>) - Method in class com.opencloud.rem.common.form.FieldValueProviderBuilder
Adds all the given values to the FieldValueProvider using the values themselves as the names.
asDisplayString() - Method in class com.opencloud.rem.common.profile.ProfileSpecification
 

B

BOOLEAN - com.opencloud.rem.common.form.FieldType
 
build() - Method in class com.opencloud.rem.common.form.FieldValueProviderBuilder
Builds a new FieldValueProvider using the values provided by this FieldValueProvider.
build() - Method in class com.opencloud.rem.common.form.FormBuilder
Builds a new Form using the values provided by this FormBuilder.
BYTE - com.opencloud.rem.common.form.FieldType
 

C

CHARACTER - com.opencloud.rem.common.form.FieldType
 
com.opencloud.rem.common.form - package com.opencloud.rem.common.form
 
com.opencloud.rem.common.profile - package com.opencloud.rem.common.profile
 

D

DATE - com.opencloud.rem.common.form.FieldType
 
DATE_ARRAY - com.opencloud.rem.common.form.FieldType
 
description(String) - Method in class com.opencloud.rem.common.form.FormBuilder.FieldBuilder
Sets this field's description.
displayName() - Method in class com.opencloud.rem.common.form.Field
Gets the name to display for this field.
displayName(String) - Method in class com.opencloud.rem.common.form.FormBuilder.FieldBuilder
Sets this field's display name.
DOUBLE - com.opencloud.rem.common.form.FieldType
 
dynamic() - Method in class com.opencloud.rem.common.form.FieldValueProviderBuilder
Marks this FieldValueProvider as dynamic, meaning that the field's values are expected to be calculated at display time.
dynamic(boolean) - Method in class com.opencloud.rem.common.form.FieldValueProviderBuilder
Sets this FieldValueProvider's dynamic flag.

E

equals(Object) - Method in class com.opencloud.rem.common.form.FieldValueProvider.Context
 

F

Field - Class in com.opencloud.rem.common.form
Represents a single field in a form schema.
FieldType - Enum in com.opencloud.rem.common.form
The type of a field for which there is a supported editor widget.
FieldValueProvider - Class in com.opencloud.rem.common.form
Represents a provider of values for a form field.
FieldValueProvider.Context - Class in com.opencloud.rem.common.form
 
FieldValueProviderBuilder - Class in com.opencloud.rem.common.form
Used to construct a new FieldValueProvider.
FLOAT - com.opencloud.rem.common.form.FieldType
 
Form - Class in com.opencloud.rem.common.form
Represents a generic form schema.
FormBuilder - Class in com.opencloud.rem.common.form
Used to construct a new Form schema.
FormBuilder.FieldBuilder - Class in com.opencloud.rem.common.form
Used to build a Field for a particular FormBuilder.

G

get(String) - Method in class com.opencloud.rem.common.form.FieldValueProvider.Context
 
getArrayType() - Method in enum com.opencloud.rem.common.form.FieldType
 
getAttribute(String) - Method in class com.opencloud.rem.common.form.Field
Gets the specified attribute for this field.
getAttributes() - Method in class com.opencloud.rem.common.profile.ProfileDetail
 
getBoxedType() - Method in enum com.opencloud.rem.common.form.FieldType
 
getContext() - Method in class com.opencloud.rem.common.form.FieldValueProvider
Gets the context to use for calculating or fetching dynamic field values.
getDescription() - Method in class com.opencloud.rem.common.form.Field
Gets the description for this field.
getDisplayName() - Method in class com.opencloud.rem.common.form.Field
Gets the display name for this field.
getFields() - Method in class com.opencloud.rem.common.form.Form
Gets the fields that are part of this form schema.
getFieldType() - Method in class com.opencloud.rem.common.form.Field
Gets the FieldType for this field.
getFieldValueProvider() - Method in class com.opencloud.rem.common.form.Field
Gets the FieldValueProvider for this field.
getName() - Method in class com.opencloud.rem.common.form.Field
Gets the name of this field.
getName() - Method in class com.opencloud.rem.common.form.Form
Gets the name of this form.
getName() - Method in class com.opencloud.rem.common.profile.ProfileAttribute
 
getName() - Method in class com.opencloud.rem.common.profile.ProfileSpecification
 
getProfileName() - Method in class com.opencloud.rem.common.profile.ProfileDetail
 
getProfileSpecification() - Method in class com.opencloud.rem.common.profile.ProfileTable
 
getTableName() - Method in class com.opencloud.rem.common.profile.ProfileTable
 
getType() - Method in enum com.opencloud.rem.common.form.FieldType
 
getValueArray() - Method in class com.opencloud.rem.common.profile.ProfileAttribute
 
getValues() - Method in class com.opencloud.rem.common.form.FieldValueProvider
Gets the provided values for this field.
getValueString() - Method in class com.opencloud.rem.common.profile.ProfileAttribute
 
getVendor() - Method in class com.opencloud.rem.common.profile.ProfileSpecification
 
getVersion() - Method in class com.opencloud.rem.common.profile.ProfileSpecification
 

H

hasAttribute(String) - Method in class com.opencloud.rem.common.form.Field
Gets whether or not this field has the specified attribute.
hasFieldValueProvider() - Method in class com.opencloud.rem.common.form.Field
Gets whether or not this field has a FieldValueProvider.
hashCode() - Method in class com.opencloud.rem.common.form.FieldValueProvider.Context
 
hasIdField() - Method in class com.opencloud.rem.common.form.Form
Gets whether or not this form contains an ID field.

I

id() - Method in class com.opencloud.rem.common.form.FormBuilder.FieldBuilder
Marks this field as an ID field.
id(boolean) - Method in class com.opencloud.rem.common.form.FormBuilder.FieldBuilder
Sets this field's id flag.
INTEGER - com.opencloud.rem.common.form.FieldType
 
isArray() - Method in enum com.opencloud.rem.common.form.FieldType
 
isArray() - Method in class com.opencloud.rem.common.profile.ProfileAttribute
 
isBoolean() - Method in enum com.opencloud.rem.common.form.FieldType
 
isDynamic() - Method in class com.opencloud.rem.common.form.FieldValueProvider
Gets whether or not the field values are dynamic (calculated or fetched at form load time).
isId() - Method in class com.opencloud.rem.common.form.Field
Gets whether or not this is an ID field.
isNullable() - Method in class com.opencloud.rem.common.form.Field
Gets whether or not this field is nullable.
isPrimitive() - Method in enum com.opencloud.rem.common.form.FieldType
 
isReadable() - Method in class com.opencloud.rem.common.form.Field
Gets whether or not this field is readable.
isRequired() - Method in class com.opencloud.rem.common.form.Field
Gets whether or not this field is required.
isRestrictive() - Method in class com.opencloud.rem.common.form.FieldValueProvider
Gets whether or not the field is restricted to the provided values, or if they are only suggestions.
isString() - Method in enum com.opencloud.rem.common.form.FieldType
 
isWritable() - Method in class com.opencloud.rem.common.form.Field
Gets whether or not this field is writable.

L

LONG - com.opencloud.rem.common.form.FieldType
 

N

newFieldValueProvider() - Static method in class com.opencloud.rem.common.form.FieldValueProviderBuilder
Starts building a new FieldValueProvider.
newForm() - Static method in class com.opencloud.rem.common.form.FormBuilder
Starts building a new, unnamed Form.
newForm(String) - Static method in class com.opencloud.rem.common.form.FormBuilder
Starts building a new form with the specified name.

P

PRIMITIVE_BOOLEAN - com.opencloud.rem.common.form.FieldType
 
PRIMITIVE_BYTE - com.opencloud.rem.common.form.FieldType
 
PRIMITIVE_CHAR - com.opencloud.rem.common.form.FieldType
 
PRIMITIVE_DOUBLE - com.opencloud.rem.common.form.FieldType
 
PRIMITIVE_FLOAT - com.opencloud.rem.common.form.FieldType
 
PRIMITIVE_INT - com.opencloud.rem.common.form.FieldType
 
PRIMITIVE_LONG - com.opencloud.rem.common.form.FieldType
 
PRIMITIVE_SHORT - com.opencloud.rem.common.form.FieldType
 
PRIMITVE_INT_ARRAY - com.opencloud.rem.common.form.FieldType
 
PRIMITVE_LONG_ARRAY - com.opencloud.rem.common.form.FieldType
 
ProfileAttribute - Class in com.opencloud.rem.common.profile
Represents a single profile attribute along with its value.
ProfileAttribute() - Constructor for class com.opencloud.rem.common.profile.ProfileAttribute
 
ProfileAttribute(String, String) - Constructor for class com.opencloud.rem.common.profile.ProfileAttribute
 
ProfileDetail - Class in com.opencloud.rem.common.profile
Represents a single profile in a profile table.
ProfileDetail() - Constructor for class com.opencloud.rem.common.profile.ProfileDetail
 
ProfileDetail(String) - Constructor for class com.opencloud.rem.common.profile.ProfileDetail
 
ProfileSpecification - Class in com.opencloud.rem.common.profile
Represents a profile specification.
ProfileSpecification() - Constructor for class com.opencloud.rem.common.profile.ProfileSpecification
 
ProfileSpecification(String, String, String) - Constructor for class com.opencloud.rem.common.profile.ProfileSpecification
 
ProfileTable - Class in com.opencloud.rem.common.profile
Represents a single profile table.
ProfileTable() - Constructor for class com.opencloud.rem.common.profile.ProfileTable
 
ProfileTable(String, ProfileSpecification) - Constructor for class com.opencloud.rem.common.profile.ProfileTable
 

R

readable(boolean) - Method in class com.opencloud.rem.common.form.FormBuilder.FieldBuilder
Set's this field's readable flag.
required() - Method in class com.opencloud.rem.common.form.FormBuilder.FieldBuilder
Marks this field as required.
required(boolean) - Method in class com.opencloud.rem.common.form.FormBuilder.FieldBuilder
Sets this field's required flag.
restrictive() - Method in class com.opencloud.rem.common.form.FieldValueProviderBuilder
Marks this FieldValueProvider as restrictive, meaning that the corresponding field should be restricted to the provided values.
restrictive(boolean) - Method in class com.opencloud.rem.common.form.FieldValueProviderBuilder
Sets this FieldValueProvider's restrictive flag.

S

setArray(boolean) - Method in class com.opencloud.rem.common.profile.ProfileAttribute
 
setAttributes(Map<String, ProfileAttribute>) - Method in class com.opencloud.rem.common.profile.ProfileDetail
 
setName(String) - Method in class com.opencloud.rem.common.profile.ProfileAttribute
 
setName(String) - Method in class com.opencloud.rem.common.profile.ProfileSpecification
 
setProfileName(String) - Method in class com.opencloud.rem.common.profile.ProfileDetail
 
setProfileSpecification(ProfileSpecification) - Method in class com.opencloud.rem.common.profile.ProfileTable
 
setTableName(String) - Method in class com.opencloud.rem.common.profile.ProfileTable
 
setValueArray(String[]) - Method in class com.opencloud.rem.common.profile.ProfileAttribute
 
setValueString(String) - Method in class com.opencloud.rem.common.profile.ProfileAttribute
 
setVendor(String) - Method in class com.opencloud.rem.common.profile.ProfileSpecification
 
setVersion(String) - Method in class com.opencloud.rem.common.profile.ProfileSpecification
 
SHORT - com.opencloud.rem.common.form.FieldType
 
STRING - com.opencloud.rem.common.form.FieldType
 
STRING_ARRAY - com.opencloud.rem.common.form.FieldType
 

T

toString() - Method in class com.opencloud.rem.common.form.Field
 
toString() - Method in enum com.opencloud.rem.common.form.FieldType
 
toString() - Method in class com.opencloud.rem.common.form.FieldValueProvider.Context
 
toString() - Method in class com.opencloud.rem.common.form.FieldValueProvider
 
toString() - Method in class com.opencloud.rem.common.form.Form
 
toString() - Method in class com.opencloud.rem.common.profile.ProfileAttribute
 
toString() - Method in class com.opencloud.rem.common.profile.ProfileDetail
 
toString() - Method in class com.opencloud.rem.common.profile.ProfileSpecification
 
toString() - Method in class com.opencloud.rem.common.profile.ProfileTable
 

V

valueOf(String) - Static method in enum com.opencloud.rem.common.form.FieldType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.opencloud.rem.common.form.FieldType
Returns an array containing the constants of this enum type, in the order they are declared.

W

withAttribute(String, String) - Method in class com.opencloud.rem.common.form.FormBuilder.FieldBuilder
Sets an arbitrary attribute on this field.
withField(String, FieldType) - Method in class com.opencloud.rem.common.form.FormBuilder
Starts building a new Field for this Form.
withFieldValueProvider(FieldValueProvider) - Method in class com.opencloud.rem.common.form.FormBuilder.FieldBuilder
Sets a field value provider for this field.
withName(String) - Method in class com.opencloud.rem.common.form.FormBuilder
Sets a name for the form to be built.
writable(boolean) - Method in class com.opencloud.rem.common.form.FormBuilder.FieldBuilder
Set's this field's writable flag.
A B C D E F G H I L N P R S T V W 
All Classes All Packages