com.xpn.xwiki.wysiwyg.client.plugin.symbol
Class SymbolPicker

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Composite
              extended by com.xpn.xwiki.wysiwyg.client.ui.widget.CompositeDialog
                  extended by com.xpn.xwiki.wysiwyg.client.plugin.symbol.SymbolPicker
All Implemented Interfaces:
com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.ClickListener, com.google.gwt.user.client.ui.PopupListener, SourcesPopupEvents

public class SymbolPicker
extends CompositeDialog
implements com.google.gwt.user.client.ui.ClickListener


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
 
Field Summary
static java.lang.Object[][] SYMBOLS
           
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
SymbolPicker()
           
 
Method Summary
 java.lang.String getSymbol()
           
 void onClick(com.google.gwt.user.client.ui.Widget sender)
          
 
Methods inherited from class com.xpn.xwiki.wysiwyg.client.ui.widget.CompositeDialog
addPopupListener, center, getDialog, hide, initWidget, onPopupClosed, removePopupListener
 
Methods inherited from class com.google.gwt.user.client.ui.Composite
getWidget, isAttached, onAttach, onBrowserEvent, onDetach, setWidget
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
doAttachChildren, doDetachChildren, getParent, onLoad, onUnload, removeFromParent
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkEvents, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SYMBOLS

public static final java.lang.Object[][] SYMBOLS
Constructor Detail

SymbolPicker

public SymbolPicker()
Method Detail

onClick

public void onClick(com.google.gwt.user.client.ui.Widget sender)

Specified by:
onClick in interface com.google.gwt.user.client.ui.ClickListener
See Also:
ClickListener.onClick(Widget)

getSymbol

public java.lang.String getSymbol()


Copyright © 2004-2008 XWiki. All Rights Reserved.