public class ApplicationsAvailableWidget
extends com.google.gwt.user.client.ui.VerticalPanel
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
com.google.gwt.user.client.ui.HasHorizontalAlignment.AutoHorizontalAlignmentConstant, com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant
com.google.gwt.user.client.ui.HasVerticalAlignment.VerticalAlignmentConstant
Constructor and Description |
---|
ApplicationsAvailableWidget()
Instantiates a new applications available widget.
|
Modifier and Type | Method and Description |
---|---|
void |
addApplicationName(java.lang.String appName)
Adds the application name.
|
com.google.gwt.user.client.ui.HorizontalPanel |
getButtonsPanel()
Gets the buttons panel.
|
java.lang.String |
getSelectedApplication()
Gets the selected application.
|
void |
removeAllApplications()
Removes the all applications.
|
void |
setShouldAllowSelection(boolean b)
Sets the should allow selection.
|
void |
setSize(java.lang.String width,
java.lang.String height) |
add, getHorizontalAlignment, getVerticalAlignment, insert, insert, remove, setHorizontalAlignment, setVerticalAlignment
getSpacing, setBorderWidth, setCellHeight, setCellHorizontalAlignment, setCellVerticalAlignment, setCellWidth, setSpacing
getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, iterator, remove
addAttachHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, fireEvent, getLayoutData, getParent, isAttached, onBrowserEvent, removeFromParent, setLayoutData, sinkEvents
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleName, getStylePrimaryName, getTitle, isVisible, isVisible, removeStyleDependentName, removeStyleName, setHeight, setPixelSize, setStyleDependentName, setStyleName, setStyleName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, toString, unsinkEvents
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public ApplicationsAvailableWidget()
public void addApplicationName(java.lang.String appName)
appName
- the app namepublic com.google.gwt.user.client.ui.HorizontalPanel getButtonsPanel()
public java.lang.String getSelectedApplication()
public void removeAllApplications()
public void setShouldAllowSelection(boolean b)
b
- the new should allow selectionpublic void setSize(java.lang.String width, java.lang.String height)
setSize
in class com.google.gwt.user.client.ui.UIObject