org.jbpm.model.formapi.common.panels
Class ImageRolodexPanel

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.yesmail.gwt.rolodex.client.RolodexPanel
                  extended by org.jbpm.model.formapi.common.panels.ImageRolodexPanel
All Implemented Interfaces:
com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.HasVisibility, com.google.gwt.user.client.ui.HasWidgets, com.google.gwt.user.client.ui.IsRenderable, com.google.gwt.user.client.ui.IsWidget, Iterable<com.google.gwt.user.client.ui.Widget>

public class ImageRolodexPanel
extends com.yesmail.gwt.rolodex.client.RolodexPanel
implements com.google.gwt.user.client.ui.HasWidgets


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
 
Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasWidgets
com.google.gwt.user.client.ui.HasWidgets.ForIsWidget
 
Field Summary
 
Fields inherited from class com.yesmail.gwt.rolodex.client.RolodexPanel
animate, cards, collapsedEntryWidth, collapsedPrecedingEntryWidth, expandedEntryWidth, leftAdjustment, panel, previousCard, selectedCard, suggestedWidth
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
ImageRolodexPanel(com.google.gwt.resources.client.ImageResource defaultImage, int maxHeight)
           
 
Method Summary
 void add(com.google.gwt.user.client.ui.Widget w)
           
 void clear()
           
 com.yesmail.gwt.rolodex.client.RolodexCard get(int index)
           
 List<com.yesmail.gwt.rolodex.client.RolodexCard> getCards()
           
 boolean isAnimated()
           
 Iterator<com.google.gwt.user.client.ui.Widget> iterator()
           
 boolean remove(com.google.gwt.user.client.ui.Widget w)
           
 void setAnimated(boolean animated)
           
 int size()
           
 
Methods inherited from class com.yesmail.gwt.rolodex.client.RolodexPanel
add, clickCurrentCard, getSelectedCard, placeEntries, select, selectNextCard, selectPreviousCard, setPreviousCard, setSelectedCard
 
Methods inherited from class com.google.gwt.user.client.ui.Composite
getWidget, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, performDetachedInitialization, render, render, resolvePotentialElement, setWidget, wrapElement
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, 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, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImageRolodexPanel

public ImageRolodexPanel(com.google.gwt.resources.client.ImageResource defaultImage,
                         int maxHeight)
Method Detail

add

public void add(com.google.gwt.user.client.ui.Widget w)
Specified by:
add in interface com.google.gwt.user.client.ui.HasWidgets

clear

public void clear()
Specified by:
clear in interface com.google.gwt.user.client.ui.HasWidgets

iterator

public Iterator<com.google.gwt.user.client.ui.Widget> iterator()
Specified by:
iterator in interface com.google.gwt.user.client.ui.HasWidgets
Specified by:
iterator in interface Iterable<com.google.gwt.user.client.ui.Widget>

remove

public boolean remove(com.google.gwt.user.client.ui.Widget w)
Specified by:
remove in interface com.google.gwt.user.client.ui.HasWidgets

get

public com.yesmail.gwt.rolodex.client.RolodexCard get(int index)

size

public int size()

getCards

public List<com.yesmail.gwt.rolodex.client.RolodexCard> getCards()

setAnimated

public void setAnimated(boolean animated)

isAnimated

public boolean isAnimated()


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.