26272829303132
public class ItemDisplayElement extends BaseGalleryElement { public ItemDisplayElement(XDIMEContextInternal context){ super(GalleryElements.ITEM_DISPLAY, context); protocolAttributes = new ItemDisplayAttributes(); }