public class ApplicationNewsButton
extends com.google.gwt.user.client.ui.Button
Constructor and Description |
---|
ApplicationNewsButton(String portletClassName,
String feedtext) |
ApplicationNewsButton(String portletClassName,
String feedtext,
String uriGETparams) |
ApplicationNewsButton(String portletClassName,
String textToShow,
String uriGETparams,
LinkPreview linkPreview) |
getHTML, getText, setHTML, setHTML, setText
addBlurHandler, addClickHandler, addClickListener, addDoubleClickHandler, addDragEndHandler, addDragEnterHandler, addDragHandler, addDragLeaveHandler, addDragOverHandler, addDragStartHandler, addDropHandler, addFocusHandler, addFocusListener, addGestureChangeHandler, addGestureEndHandler, addGestureStartHandler, addKeyboardListener, addKeyDownHandler, addKeyPressHandler, addKeyUpHandler, addMouseDownHandler, addMouseListener, addMouseMoveHandler, addMouseOutHandler, addMouseOverHandler, addMouseUpHandler, addMouseWheelHandler, addMouseWheelListener, addTouchCancelHandler, addTouchEndHandler, addTouchMoveHandler, addTouchStartHandler, getFocusImpl, getTabIndex, isEnabled, onAttach, removeClickListener, removeFocusListener, removeKeyboardListener, removeMouseListener, removeMouseWheelListener, setAccessKey, setEnabled, setFocus, setTabIndex
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onBrowserEvent, onDetach, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString, unsinkEvents
public ApplicationNewsButton(String portletClassName, String feedtext)
portletClassName
- your servlet class name will be used ad unique identifier for your applicationProfiletextToShow
- description for the update you are sharingpublic ApplicationNewsButton(String portletClassName, String feedtext, String uriGETparams)
portletClassName
- your servlet class name will be used ad unique identifier for your applicationProfiletextToShow
- description for the update you are sharinguriGETparams
- additional parameters if your application supports the direct opening of of this update's object e.g. id=12345&type=foopublic ApplicationNewsButton(String portletClassName, String textToShow, String uriGETparams, LinkPreview linkPreview)
portletClassName
- your servlet class name will be used ad unique identifier for your applicationProfiletextToShow
- description for the update you are sharinguriGETparams
- additional parameters if your application supports the direct opening of of this update's object e.g. id=12345&type=foolinkPreview
- the linkPreview objectCopyright © 2016. All Rights Reserved.