public class Gallery extends ComplexWidget
UIObject.DebugIdImpl, UIObject.DebugIdImplEnabled
IndexedPanel.ForIsWidget
HasWidgets.ForIsWidget
DEBUG_ID_PREFIX
Constructor and Description |
---|
Gallery() |
Modifier and Type | Method and Description |
---|---|
void |
add(Widget child) |
HandlerRegistration |
addGalleryClosedHandler(GalleryClosedHandler handler)
Executed when the Gallery has been closed and the closing
transition has been completed.
|
HandlerRegistration |
addGalleryCloseHandler(GalleryCloseHandler handler)
Executed when the Gallery is about to be closed.
|
HandlerRegistration |
addGalleryOpenedHandler(GalleryOpenedHandler handler)
Executed when the Gallery has been initialized
and the initialization transition has been completed.
|
HandlerRegistration |
addGalleryOpenHandler(GalleryOpenHandler handler)
Executed when the Gallery is initialized.
|
HandlerRegistration |
addGallerySlideCompleteHandler(GallerySlideCompleteHandler handler)
Executed on slide content load.
|
HandlerRegistration |
addGallerySlideEndHandler(GallerySlideEndHandler handler)
Executed after the slide change transition.
|
HandlerRegistration |
addGallerySlideHandler(GallerySlideHandler handler)
Executed on slide change.
|
protected void |
configure() |
String |
getThumbnailHeight() |
String |
getThumbnailWidth() |
String |
getTitle() |
protected void |
onLoad() |
protected void |
onUnload() |
void |
reconfigure() |
void |
setCloseIcon(IconType iconType) |
void |
setNextIcon(IconType iconType) |
void |
setPrevIcon(IconType iconType) |
void |
setShowCloseButton(boolean show) |
void |
setShowIndicator(boolean show) |
void |
setShowNextButton(boolean show) |
void |
setShowPrevButton(boolean show) |
void |
setThumbnailHeight(String thumbnailHeight) |
void |
setThumbnailWidth(String thumbnailWidth) |
void |
setTitle(String title) |
getId, getPull, insert, insert, remove, setColor, setHiddenOn, setId, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop, setPull, setVisibleOn
add, add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, iterator, remove
add, adopt, clear, doAttachChildren, doDetachChildren, orphan, remove
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, removeFromParent, setLayoutData, sinkEvents, unsinkEvents
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setVisible, setVisible, setWidth, sinkBitlessEvent, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public Gallery()
public void setPrevIcon(IconType iconType)
public void setShowPrevButton(boolean show)
public void setNextIcon(IconType iconType)
public void setShowNextButton(boolean show)
public void setCloseIcon(IconType iconType)
public void setShowCloseButton(boolean show)
public void setShowIndicator(boolean show)
public String getThumbnailHeight()
public void setThumbnailHeight(String thumbnailHeight)
public String getThumbnailWidth()
public void setThumbnailWidth(String thumbnailWidth)
public void add(Widget child)
add
in interface HasWidgets
add
in class ComplexWidget
public HandlerRegistration addGalleryOpenHandler(GalleryOpenHandler handler)
public HandlerRegistration addGalleryOpenedHandler(GalleryOpenedHandler handler)
public HandlerRegistration addGalleryCloseHandler(GalleryCloseHandler handler)
public HandlerRegistration addGalleryClosedHandler(GalleryClosedHandler handler)
public HandlerRegistration addGallerySlideHandler(GallerySlideHandler handler)
public HandlerRegistration addGallerySlideEndHandler(GallerySlideEndHandler handler)
public HandlerRegistration addGallerySlideCompleteHandler(GallerySlideCompleteHandler handler)
public void reconfigure()
protected void configure()
Copyright © 2017. All rights reserved.