public class ChildFocusAwareFlowPanel extends FocusableFlowPanel implements com.google.gwt.event.dom.client.HasAllFocusHandlers
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled| Constructor and Description |
|---|
ChildFocusAwareFlowPanel()
Creates a new panel instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(com.google.gwt.user.client.ui.Widget widget) |
com.google.gwt.event.shared.HandlerRegistration |
addBlurHandler(com.google.gwt.event.dom.client.BlurHandler handler) |
com.google.gwt.event.shared.HandlerRegistration |
addFocusHandler(com.google.gwt.event.dom.client.FocusHandler handler) |
void |
clear() |
void |
focus()
Focus the panel.
|
void |
focusFirstEnabledChild()
Put focus in the first child Widget that can be focused and is not
disabled.
|
void |
insert(com.google.gwt.user.client.ui.Widget widget,
int beforeIndex) |
boolean |
remove(int index) |
boolean |
remove(com.google.gwt.user.client.ui.Widget widget) |
addKeyDownHandler, addKeyPressHandler, setFocusadd, add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, insert, iteratoradd, adopt, doAttachChildren, doDetachChildren, orphan, removeaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEventsaddStyleDependentName, 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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetWidgetIndexgetWidget, getWidgetCount, getWidgetIndexforEach, spliteratorpublic ChildFocusAwareFlowPanel()
public void add(com.google.gwt.user.client.ui.Widget widget)
add in interface com.google.gwt.user.client.ui.HasWidgetsadd in interface com.google.gwt.user.client.ui.InsertPaneladd in class com.google.gwt.user.client.ui.FlowPanelpublic void clear()
clear in interface com.google.gwt.user.client.ui.HasWidgetsclear in class com.google.gwt.user.client.ui.FlowPanelpublic void insert(com.google.gwt.user.client.ui.Widget widget,
int beforeIndex)
insert in interface com.google.gwt.user.client.ui.InsertPanelinsert in class com.google.gwt.user.client.ui.FlowPanelpublic boolean remove(int index)
remove in interface com.google.gwt.user.client.ui.IndexedPanelremove in class com.google.gwt.user.client.ui.ComplexPanelpublic boolean remove(com.google.gwt.user.client.ui.Widget widget)
remove in interface com.google.gwt.user.client.ui.HasWidgetsremove in class com.google.gwt.user.client.ui.ComplexPanelpublic com.google.gwt.event.shared.HandlerRegistration addFocusHandler(com.google.gwt.event.dom.client.FocusHandler handler)
addFocusHandler in interface com.google.gwt.event.dom.client.HasFocusHandlersaddFocusHandler in class FocusableFlowPanelpublic com.google.gwt.event.shared.HandlerRegistration addBlurHandler(com.google.gwt.event.dom.client.BlurHandler handler)
addBlurHandler in interface com.google.gwt.event.dom.client.HasBlurHandlersaddBlurHandler in class FocusableFlowPanelpublic void focus()
FocusableFlowPanelfocus in interface Focusablefocus in class FocusableFlowPanelpublic void focusFirstEnabledChild()
Copyright © 2021 Vaadin Ltd. All rights reserved.