Class CmsImageInfo

java.lang.Object
com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Composite
org.opencms.ade.galleries.client.ui.CmsImageInfo
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.IsRenderable, com.google.gwt.user.client.ui.IsWidget

public class CmsImageInfo extends com.google.gwt.user.client.ui.Composite
Image info element.

  • 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
    Modifier and Type
    Field
    Description
    protected com.google.gwt.dom.client.TableCellElement
    The description field.
    protected com.google.gwt.dom.client.TableCellElement
    The dimension field.
    protected com.google.gwt.dom.client.TableCellElement
    The description label.
    protected com.google.gwt.dom.client.TableCellElement
    The dimension label.
    protected com.google.gwt.dom.client.TableCellElement
    The last changed label.
    protected com.google.gwt.dom.client.TableCellElement
    The user last modified label.
    protected com.google.gwt.dom.client.TableCellElement
    The last changed field.
    protected com.google.gwt.dom.client.SpanElement
    The title field.
    protected com.google.gwt.dom.client.TableCellElement
    The user last modified field.

    Fields inherited from class com.google.gwt.user.client.ui.UIObject

    DEBUG_ID_PREFIX
  • Constructor Summary

    Constructors
    Constructor
    Description
    CmsImageInfo(org.opencms.ade.galleries.shared.CmsResultItemBean info, String dimensions)
    Constructor.
  • Method Summary

    Methods inherited from class com.google.gwt.user.client.ui.Composite

    claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidget

    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, unsinkEvents

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • m_description

      @UiField protected com.google.gwt.dom.client.TableCellElement m_description
      The description field.
    • m_dimension

      @UiField protected com.google.gwt.dom.client.TableCellElement m_dimension
      The dimension field.
    • m_labelDescription

      @UiField protected com.google.gwt.dom.client.TableCellElement m_labelDescription
      The description label.
    • m_labelDimension

      @UiField protected com.google.gwt.dom.client.TableCellElement m_labelDimension
      The dimension label.
    • m_labelLastChanged

      @UiField protected com.google.gwt.dom.client.TableCellElement m_labelLastChanged
      The last changed label.
    • m_labelUserLastModified

      @UiField protected com.google.gwt.dom.client.TableCellElement m_labelUserLastModified
      The user last modified label.
    • m_lastChanged

      @UiField protected com.google.gwt.dom.client.TableCellElement m_lastChanged
      The last changed field.
    • m_title

      @UiField protected com.google.gwt.dom.client.SpanElement m_title
      The title field.
    • m_userLastModified

      @UiField protected com.google.gwt.dom.client.TableCellElement m_userLastModified
      The user last modified field.
  • Constructor Details

    • CmsImageInfo

      public CmsImageInfo(org.opencms.ade.galleries.shared.CmsResultItemBean info, String dimensions)
      Constructor.

      Parameters:
      info - the resource info bean
      dimensions - the image dimensions