Package | Description |
---|---|
net.sf.mmm.client.ui.api.common |
Contains the common API of the client UI.
|
net.sf.mmm.client.ui.api.widget.field |
Contains the API for field widgets.
|
net.sf.mmm.client.ui.base.widget.field |
Contains the base implementation for field widgets.
|
net.sf.mmm.client.ui.base.widget.field.adapter |
Contains the adapters for field widgets.
|
net.sf.mmm.client.ui.gwt.widgets.richtext |
Contains the
RichTextToolbar and related classes. |
net.sf.mmm.client.ui.impl.gwt.widget.field.adapter |
Contains the implementation for field widget adapters using GWT.
|
net.sf.mmm.client.ui.impl.test.widget.field.adapter |
Contains the test implementation of adapters for field widgets.
|
Modifier and Type | Method and Description |
---|---|
static RichTextFeature |
RichTextFeature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RichTextFeature[] |
RichTextFeature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
UiWidgetRichTextField.setAvailableFeatures(RichTextFeature... features)
This method sets the
RichTextFeature that should be available for the end-user. |
Modifier and Type | Field and Description |
---|---|
private RichTextFeature[] |
AbstractUiWidgetRichTextField.availableFeatures |
Modifier and Type | Method and Description |
---|---|
void |
AbstractUiWidgetRichTextField.setAvailableFeatures(RichTextFeature... features)
This method sets the
RichTextFeature that should be available for the end-user. |
Modifier and Type | Method and Description |
---|---|
void |
UiWidgetAdapterRichTextField.setAvailableFeatures(RichTextFeature... features) |
Modifier and Type | Field and Description |
---|---|
private Map<RichTextFeature,FeatureBehavior> |
RichTextToolbar.behaviorMap |
Modifier and Type | Method and Description |
---|---|
RichTextFeature |
FeatureBehaviorUnorderedList.getFeature() |
RichTextFeature |
FeatureBehaviorUndo.getFeature() |
RichTextFeature |
FeatureBehaviorUnderline.getFeature() |
RichTextFeature |
FeatureBehaviorSuperscript.getFeature() |
RichTextFeature |
FeatureBehaviorSubscript.getFeature() |
RichTextFeature |
FeatureBehaviorStrikethrough.getFeature() |
RichTextFeature |
FeatureBehaviorRemoveFormat.getFeature() |
RichTextFeature |
FeatureBehaviorRedo.getFeature() |
RichTextFeature |
FeatureBehaviorOutdent.getFeature() |
RichTextFeature |
FeatureBehaviorOrderedList.getFeature() |
RichTextFeature |
FeatureBehaviorItalic.getFeature() |
RichTextFeature |
FeatureBehaviorInsertLink.getFeature() |
RichTextFeature |
FeatureBehaviorInsertImage.getFeature() |
RichTextFeature |
FeatureBehaviorIndent.getFeature() |
RichTextFeature |
FeatureBehaviorHorizontalLine.getFeature() |
RichTextFeature |
FeatureBehaviorFontSize.getFeature() |
RichTextFeature |
FeatureBehaviorFontFamily.getFeature() |
RichTextFeature |
FeatureBehaviorFontColor.getFeature() |
RichTextFeature |
FeatureBehaviorBold.getFeature() |
RichTextFeature |
FeatureBehaviorBackgroundColor.getFeature() |
RichTextFeature |
FeatureBehaviorAlignRight.getFeature() |
RichTextFeature |
FeatureBehaviorAlignLeft.getFeature() |
RichTextFeature |
FeatureBehaviorAlignCenter.getFeature() |
RichTextFeature |
FeatureBehavior.getFeature() |
Modifier and Type | Method and Description |
---|---|
private void |
RichTextToolbar.FontSettingsPopup.addSelectionFeature(RichTextFeature feature,
int rowIndex) |
private void |
RichTextToolbar.createButtonGroup(RichTextFeature... features)
Creates a new
ButtonGroup with buttons for the given RichTextFeature s. |
private FeatureBehavior |
RichTextToolbar.getBehavior(RichTextFeature feature) |
protected void |
RichTextToolbar.invokeFeature(RichTextFeature feature) |
void |
RichTextToolbar.setFeatureAvailable(RichTextFeature feature,
boolean available)
Sets the given
RichTextFeature to the given availability. |
Modifier and Type | Method and Description |
---|---|
void |
UiWidgetAdapterGwtRichTextField.setAvailableFeatures(RichTextFeature... features) |
Modifier and Type | Method and Description |
---|---|
void |
UiWidgetAdapterTestStringField.setAvailableFeatures(RichTextFeature... features) |
Copyright © 2001–2016 mmm-Team. All rights reserved.