| Package | Description |
|---|---|
| org.xwiki.gwt.wysiwyg.client.plugin.font |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFontMatcher
Abstract font
Matcher. |
class |
DefaultStringMatcher
Matches two
Strings if they are both null or equal ignoring case. |
class |
FontFamilyMatcher
Matches values of the font-family CSS property.
|
class |
FontSizeComparator
Compares two font sizes.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractListBoxPicker.setSelectedValue(String value,
Matcher<String> matcher)
Looks for a list item that matches the given value and selects the one that is found.
|
protected void |
DynamicListBoxPicker.setSelectedValue(String value,
Matcher<String> matcher)
Looks for a list item that matches the given value and selects the one that is found.
|
protected void |
CachedListBoxPicker.setSelectedValue(String value,
Matcher<String> matcher)
Looks for a list item that matches the given value and selects the one that is found.
|
Copyright © 2004–2014 XWiki. All rights reserved.