WIDGET - is the generic type of AbstractUiWidgetAdapter.getToplevelWidget().public abstract class UiWidgetAdapterGwtAbstractWindow<WIDGET extends com.google.gwt.user.client.ui.Panel> extends UiWidgetAdapterGwtDynamicComposite<WIDGET,UiWidgetRegular> implements UiWidgetAdapterAbstractWindow
TAB_INDEX_NONEHTML_ATTRIBUTE_ID, ID_SEPARATOR, PROPERTY_IDPROPERTY_STYLES, STYLE_PATTERN_MULTIPLE, STYLE_PATTERN_SINGLEWAI_ARIAPROPERTY_TITLEPROPERTY_LABELACCESS_KEY_NONE, HTML_ATTRIBUTE_ACCESS_KEYATTRIBUTE_COLSPAN| Constructor and Description |
|---|
UiWidgetAdapterGwtAbstractWindow()
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(UiWidgetRegular child,
int index)
This method adds the given
child at the given index. |
protected abstract VerticalFlowPanel |
getContentPanel() |
protected com.google.gwt.dom.client.Element |
getSizeElement() |
void |
setEnabled(boolean enabled)
This method sets the
enabled status of this object. |
removeChilddispose, getActiveWidget, removeFromParentaddHandlerRegistration, addStyle, createAbsoluteImageUrl, createEventAdapter, getHeightInPixel, getImage, getImageParentElement, getLength, getToplevelWidget, getToplevelWidget, getWidthInPixel, isStyleDeltaSupported, removeStyle, setAttribute, setId, setImage, setLength, setPrimaryStyle, setStyles, setTooltip, setVisibleapplyEventAdapter, applyEventAdapterForChange, applyEventAdapterForClick, applyEventAdapterForFocus, applyEventAdapterForSelection, getEventAdapter, setEventSendercreateLabel, createToplevelWidget, getAccessKey, getAltText, getAttribute, getBundle, getColumnSpan, getContext, getHeightInRows, getId, getLabel, getMaximumTextLength, getPrimaryStyle, getSelectionMode, getStyles, getTitle, getTooltip, getToplevelWidget, getUiWidget, getUiWidgetTyped, getUrl, getValidationFailure, hasStyle, isDisposed, isEnabled, isFocused, isResizable, setMode, setParent, setUiWidgetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitremoveChildcreateAbsoluteImageUrl, createLabel, getToplevelWidget, isStyleDeltaSupported, removeFromParent, setEventSender, setMode, setParent, setVisiblesetIdgetIdsetTooltipgetTooltipisEnabledaddStyle, removeStylehasStylesetStylesgetStylessetPrimaryStylegetPrimaryStyledisposeisDisposedsetLengthgetLengthgetHeightInPixel, getWidthInPixelgetAttributesetAttributesetPositiongetPositionX, getPositionYsetTitlegetTitleisResizablepublic UiWidgetAdapterGwtAbstractWindow()
protected abstract VerticalFlowPanel getContentPanel()
public void setEnabled(boolean enabled)
enabled status of this object. If it is disabled, the user can
not interact with the object.setEnabled in interface AttributeWriteEnabledsetEnabled in class UiWidgetAdapterGwtDynamicComposite<WIDGET extends com.google.gwt.user.client.ui.Panel,UiWidgetRegular>enabled - - if true the object will be enabled, else the object will be disabled.public void addChild(UiWidgetRegular child, int index)
child at the given index.addChild in interface UiWidgetAdapterDynamicComposite<UiWidgetRegular>child - is the UiWidget to add as child of this panel.index - -1 to add the child at the end, otherwise the index where to
insert the given child.UiWidgetDynamicComposite.addChild(UiWidget, int),
List.add(int, Object)protected com.google.gwt.dom.client.Element getSizeElement()
getSizeElement in class UiWidgetAdapterGwt<WIDGET extends com.google.gwt.user.client.ui.Panel>Element used by UiWidgetAdapterGwt.getLength(LengthProperty) and
UiWidgetAdapterGwt.setLength(LengthProperty, Length).Copyright © 2001–2016 mmm-Team. All rights reserved.