org.sonar.gwt.ui
Class ExpandCollapseLink

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.Hyperlink
              extended by org.sonar.gwt.ui.ExpandCollapseLink
All Implemented Interfaces:
com.google.gwt.event.dom.client.HasClickHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.HasHTML, com.google.gwt.user.client.ui.HasText, com.google.gwt.user.client.ui.SourcesClickEvents

public class ExpandCollapseLink
extends com.google.gwt.user.client.ui.Hyperlink


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
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
ExpandCollapseLink(com.google.gwt.user.client.ui.Widget expandOrCollapse)
           
 
Method Summary
protected  String getLinkLabel(boolean show)
           
 void toggle()
           
 
Methods inherited from class com.google.gwt.user.client.ui.Hyperlink
addClickHandler, addClickListener, getHTML, getTargetHistoryToken, getText, onBrowserEvent, onEnsureDebugId, removeClickListener, setHTML, setTargetHistoryToken, setText
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
addDomHandler, addHandler, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onDetach, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents
 
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, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Constructor Detail

ExpandCollapseLink

public ExpandCollapseLink(com.google.gwt.user.client.ui.Widget expandOrCollapse)
Method Detail

toggle

public void toggle()

getLinkLabel

protected String getLinkLabel(boolean show)


Copyright © 2009-2011 SonarSource. All Rights Reserved.