|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xpn.xwiki.wysiwyg.client.plugin.internal.AbstractUIExtension
com.xpn.xwiki.wysiwyg.client.plugin.internal.FocusWidgetUIExtension
public class FocusWidgetUIExtension
Concrete implementation of the UIExtension interface. Each feature must have associated an user interface
object derived from FocusWidget.
| Constructor Summary | |
|---|---|
FocusWidgetUIExtension(java.lang.String role)
|
|
| Method Summary | |
|---|---|
boolean |
isEnabled(java.lang.String feature)
Tells if the given feature is enabled in the current context. |
void |
setEnabled(java.lang.String feature,
boolean enabled)
Enables or disables the given feature. |
| Methods inherited from class com.xpn.xwiki.wysiwyg.client.plugin.internal.AbstractUIExtension |
|---|
addFeature, clearFeatures, getFeatures, getRole, getUIObject, removeFeature |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FocusWidgetUIExtension(java.lang.String role)
| Method Detail |
|---|
public boolean isEnabled(java.lang.String feature)
feature - The feature whose enabled state is queried.
true if the specified feature is enabled.UIExtension.isEnabled(String)
public void setEnabled(java.lang.String feature,
boolean enabled)
feature - The feature to enable or disable.enabled - true if the specified feature should be enabled.UIExtension.setEnabled(String, boolean)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||