public class LabelFieldDescriptor extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LabelFieldDescriptor.FieldType
This enum contains the different type of fields that can be associated with
this LabelFieldDescriptor.
|
static class |
LabelFieldDescriptor.LabelType
This enum contains the different type of labels that can be associated with
this LabelFieldDescriptor.
|
| Constructor and Description |
|---|
LabelFieldDescriptor(org.forgerock.i18n.LocalizableMessage label,
org.forgerock.i18n.LocalizableMessage tooltip,
LabelFieldDescriptor.FieldType type,
LabelFieldDescriptor.LabelType labelType,
int size)
Constructor of this LabelFieldDescriptor.
|
| Modifier and Type | Method and Description |
|---|---|
org.forgerock.i18n.LocalizableMessage |
getLabel()
Returns the String displayed by the label.
|
LabelFieldDescriptor.LabelType |
getLabelType()
Returns the label type.
|
int |
getSize()
Returns the size of the field.
|
org.forgerock.i18n.LocalizableMessage |
getTooltip()
Returns the tooltip used in the field.
|
LabelFieldDescriptor.FieldType |
getType()
Returns the field type.
|
public LabelFieldDescriptor(org.forgerock.i18n.LocalizableMessage label,
org.forgerock.i18n.LocalizableMessage tooltip,
LabelFieldDescriptor.FieldType type,
LabelFieldDescriptor.LabelType labelType,
int size)
label - the String of the label.tooltip - the tooltip of the field.type - the type of field.labelType - the type of label.size - the size of the field.public org.forgerock.i18n.LocalizableMessage getLabel()
public int getSize()
public org.forgerock.i18n.LocalizableMessage getTooltip()
public LabelFieldDescriptor.FieldType getType()
public LabelFieldDescriptor.LabelType getLabelType()
Copyright © 2010-2020 Wren Security. All Rights Reserved.