|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Composite
org.gcube.portlets.widgets.applicationnews.client.PostAppNewsDialog
public class PostAppNewsDialog
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 | |
---|---|
static String |
loading
|
static String |
postSentOK
|
Fields inherited from class com.google.gwt.user.client.ui.UIObject |
---|
DEBUG_ID_PREFIX |
Constructor Summary | |
---|---|
PostAppNewsDialog(String portletClassName,
String textToShow)
|
|
PostAppNewsDialog(String portletClassName,
String textToShow,
String uriGETparams)
|
|
PostAppNewsDialog(String portletClassName,
String textToShow,
String uriGETparams,
LinkPreview linkPreview)
|
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 |
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 |
Field Detail |
---|
public static final String loading
public static final String postSentOK
Constructor Detail |
---|
public PostAppNewsDialog(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 objectpublic PostAppNewsDialog(String portletClassName, String textToShow, 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 PostAppNewsDialog(String portletClassName, String textToShow)
portletClassName
- your servlet class name will be used ad unique identifier for your applicationProfiletextToShow
- description for the update you are sharing
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |