Searched refs:label (Results 1 - 25 of 588) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/uma/views/resource/
H A DLabelTreeNavigationView.js60 if (!_.any(data.result, function (label) {
61 return label.name.toLowerCase() === "starred";
66 userLabels = _.filter(data.result, function (label) { return label.type.toLowerCase() === "user"; });
67 sortedUserLabels = _.sortBy(userLabels, function (label) { return label.name; });
70 starred: _.filter(data.result, function (label) { return label.type.toLowerCase() === "starred"; }),
71 system: _.filter(data.result, function (label) { return label
[all...]
H A DStarredPage.js28 var starred = _.find(data.result, function (label) {
29 return label.name.toLowerCase() === "starred";
35 console.error("Unable to find \"starred\" label. " +
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/uma/views/resource/
H A DLabelTreeNavigationView.js60 if (!_.any(data.result, function (label) {
61 return label.name.toLowerCase() === "starred";
66 userLabels = _.filter(data.result, function (label) { return label.type.toLowerCase() === "user"; });
67 sortedUserLabels = _.sortBy(userLabels, function (label) { return label.name; });
70 starred: _.filter(data.result, function (label) { return label.type.toLowerCase() === "starred"; }),
71 system: _.filter(data.result, function (label) { return label
[all...]
H A DStarredPage.js28 var starred = _.find(data.result, function (label) {
29 return label.name.toLowerCase() === "starred";
35 console.error("Unable to find \"starred\" label. " +
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DLabelFieldDescriptor.java32 * This is a commodity class used to couple a label and a text component with
42 private Message label; field in class:LabelFieldDescriptor
60 * Primary label.
64 * Secondary label.
92 * @param label the String of the label.
95 * @param labelType the type of label.
98 public LabelFieldDescriptor(Message label, Message tooltip, FieldType type, argument
101 this.label = label;
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DLabelFieldDescriptor.java33 * This is a commodity class used to couple a label and a text component with
43 private Message label; field in class:LabelFieldDescriptor
61 * Primary label.
65 * Secondary label.
93 * @param label the String of the label.
96 * @param labelType the type of label.
99 public LabelFieldDescriptor(Message label, Message tooltip, FieldType type, argument
102 this.label = label;
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DLabelFieldDescriptor.java33 * This is a commodity class used to couple a label and a text component with
43 private Message label; field in class:LabelFieldDescriptor
61 * Primary label.
65 * Secondary label.
93 * @param label the String of the label.
96 * @param labelType the type of label.
99 public LabelFieldDescriptor(Message label, Message tooltip, FieldType type, argument
102 this.label = label;
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DLabelFieldDescriptor.java32 * This is a commodity class used to couple a label and a text component with
42 private Message label; field in class:LabelFieldDescriptor
60 * Primary label.
64 * Secondary label.
92 * @param label the String of the label.
95 * @param labelType the type of label.
98 public LabelFieldDescriptor(Message label, Message tooltip, FieldType type, argument
101 this.label = label;
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DLabelFieldDescriptor.java33 * This is a commodity class used to couple a label and a text component with
43 private Message label; field in class:LabelFieldDescriptor
61 * Primary label.
65 * Secondary label.
93 * @param label the String of the label.
96 * @param labelType the type of label.
99 public LabelFieldDescriptor(Message label, Message tooltip, FieldType type, argument
102 this.label = label;
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DLabelFieldDescriptor.java33 * This is a commodity class used to couple a label and a text component with
43 private LocalizableMessage label; field in class:LabelFieldDescriptor
61 * Primary label.
65 * Secondary label.
93 * @param label the String of the label.
96 * @param labelType the type of label.
99 public LabelFieldDescriptor(LocalizableMessage label, LocalizableMessage tooltip, FieldType type, argument
102 this.label = label;
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DSelectableLabelWithHelpIcon.java47 * A panel containing a label an a help icon. A customized tool tip is used,
50 * a {@code JEditorPane} as label.
57 * The label with the text.
59 private JTextComponent label = Utilities.makeHtmlPane("", field in class:SelectableLabelWithHelpIcon
62 * The label with the icon.
82 label.setText(Utilities.applyFont(text.toString(),
83 label.getFont()));
92 add(label, gbc);
106 * Sets the text on the label. The text is assumed to be in HTML format
112 label
[all...]
H A DCellEditorButton.java48 * @param label the label of the button.
50 public CellEditorButton(Message label) argument
52 super(label.toString());
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DSelectableLabelWithHelpIcon.java46 * A panel containing a label an a help icon. A customized tool tip is used,
49 * a {@code JEditorPane} as label.
56 * The label with the text.
58 private JTextComponent label = Utilities.makeHtmlPane("", field in class:SelectableLabelWithHelpIcon
61 * The label with the icon.
81 label.setText(Utilities.applyFont(text.toString(),
82 label.getFont()));
91 add(label, gbc);
105 * Sets the text on the label. The text is assumed to be in HTML format
111 label
[all...]
H A DCellEditorButton.java47 * @param label the label of the button.
49 public CellEditorButton(Message label) argument
51 super(label.toString());
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DSelectableLabelWithHelpIcon.java47 * A panel containing a label an a help icon. A customized tool tip is used,
50 * a {@code JEditorPane} as label.
57 * The label with the text.
59 private JTextComponent label = Utilities.makeHtmlPane("", field in class:SelectableLabelWithHelpIcon
62 * The label with the icon.
82 label.setText(Utilities.applyFont(text.toString(),
83 label.getFont()));
92 add(label, gbc);
106 * Sets the text on the label. The text is assumed to be in HTML format
112 label
[all...]
H A DCellEditorButton.java48 * @param label the label of the button.
50 public CellEditorButton(Message label) argument
52 super(label.toString());
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DSelectableLabelWithHelpIcon.java46 * A panel containing a label an a help icon. A customized tool tip is used,
49 * a {@code JEditorPane} as label.
56 * The label with the text.
58 private JTextComponent label = Utilities.makeHtmlPane("", field in class:SelectableLabelWithHelpIcon
61 * The label with the icon.
81 label.setText(Utilities.applyFont(text.toString(),
82 label.getFont()));
91 add(label, gbc);
105 * Sets the text on the label. The text is assumed to be in HTML format
111 label
[all...]
H A DCellEditorButton.java47 * @param label the label of the button.
49 public CellEditorButton(Message label) argument
51 super(label.toString());
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DSelectableLabelWithHelpIcon.java47 * A panel containing a label an a help icon. A customized tool tip is used,
50 * a {@code JEditorPane} as label.
57 * The label with the text.
59 private JTextComponent label = Utilities.makeHtmlPane("", field in class:SelectableLabelWithHelpIcon
62 * The label with the icon.
82 label.setText(Utilities.applyFont(text.toString(),
83 label.getFont()));
92 add(label, gbc);
106 * Sets the text on the label. The text is assumed to be in HTML format
112 label
[all...]
H A DCellEditorButton.java48 * @param label the label of the button.
50 public CellEditorButton(Message label) argument
52 super(label.toString());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/components/
H A DSelectableLabelWithHelpIcon.java47 * A panel containing a label an a help icon. A customized tool tip is used,
50 * a {@code JEditorPane} as label.
57 * The label with the text.
59 private JTextComponent label = Utilities.makeHtmlPane("", field in class:SelectableLabelWithHelpIcon
62 * The label with the icon.
82 label.setText(Utilities.applyFont(text.toString(),
83 label.getFont()));
92 add(label, gbc);
106 * Sets the text on the label. The text is assumed to be in HTML format
112 label
[all...]
H A DCellEditorButton.java47 * @param label the label of the button.
49 public CellEditorButton(LocalizableMessage label) argument
51 super(label.toString());
/forgerock/openam-v13/openam-server-only/src/main/webapp/password/js/
H A Dpassword.js64 * @param label of button
67 function markupButton(label, name) {
68 label = " " + strTrim(label) + " ";
75 document.write(label);
/forgerock/openam/openam-server-only/src/main/webapp/password/js/
H A Dpassword.js64 * @param label of button
67 function markupButton(label, name) {
68 label = " " + strTrim(label) + " ";
75 document.write(label);
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policies/conditions/
H A DConditionAttrBooleanView.js47 label,
55 label = parentBtnGroup.prev("label").data().title;
59 this.data.itemData[label] = btn.data("val");

Completed in 68 milliseconds

1234567891011>>