abstract class AbstractClickFeatureBehavior extends AbstractFeatureBehavior implements com.google.gwt.event.dom.client.ClickHandler
FeatureBehavior
for a feature
that is
clicked as a regular Button
.Modifier and Type | Field and Description |
---|---|
private com.google.gwt.user.client.ui.Button |
toolbarWidget |
Constructor and Description |
---|
AbstractClickFeatureBehavior(RichTextToolbar richTextToolbar)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
com.google.gwt.user.client.ui.Button |
getToolbarWidget() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
applyFontSettings, createFontSettingsLabel, createId, getFontSettingsLabel, getFontSettingsWidget, getFormatter, getIconMarkup, getLocalizedLabel, getRichTextToolbar, hasFontSettingsWidget, isVisible, setFontSettingsPreviewElement, setVisible, updateFontSettings, updateToolbar
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFeature
private final com.google.gwt.user.client.ui.Button toolbarWidget
getToolbarWidget()
public AbstractClickFeatureBehavior(RichTextToolbar richTextToolbar)
richTextToolbar
- is the RichTextToolbar
owning this FeatureBehavior
.public com.google.gwt.user.client.ui.Button getToolbarWidget()
getToolbarWidget
in interface FeatureBehavior
public boolean isEnabled()
isEnabled
in interface AttributeReadEnabled
public void setEnabled(boolean enabled)
setEnabled
in interface AttributeWriteEnabled
Copyright © 2001–2016 mmm-Team. All rights reserved.