public class TopToolBarArrowsSmallController extends DeviceAdaptiveController implements TopToolBar
| Modifier and Type | Class and Description |
|---|---|
static interface |
TopToolBarArrowsSmallController.PanelAnimation |
DeviceAdaptive.Device, DeviceAdaptive.Input, DeviceAdaptive.Size, DeviceAdaptive.Template, DeviceAdaptive.Templates| Modifier and Type | Field and Description |
|---|---|
protected boolean |
alreadySettingPanelPosition |
protected com.google.gwt.user.client.ui.FlowPanel |
canvas |
protected int |
canvasHeight |
protected com.google.gwt.user.client.ui.FlowPanel |
floatPanel |
protected com.google.gwt.user.client.ui.FocusPanel |
grip |
protected int |
gripHeight |
protected boolean |
opened |
protected TopToolBarArrowsSmallController.PanelAnimation |
panelAnimation |
protected com.google.gwt.dom.client.Element |
placeHolder |
protected int |
pos |
| Constructor and Description |
|---|
TopToolBarArrowsSmallController() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(com.google.gwt.user.client.ui.Widget w) |
com.google.gwt.event.shared.HandlerRegistration |
addBeforeCloseHandler(BeforeCloseHandler handler) |
com.google.gwt.event.shared.HandlerRegistration |
addBeforeOpenHandler(BeforeOpenHandler handler) |
com.google.gwt.event.shared.HandlerRegistration |
addCloseHandler(com.google.gwt.event.logical.shared.CloseHandler<TopToolBar> handler) |
com.google.gwt.event.shared.HandlerRegistration |
addOpenHandler(com.google.gwt.event.logical.shared.OpenHandler<TopToolBar> handler) |
void |
clear() |
void |
close() |
protected void |
createPlaceHolderPanel() |
protected void |
doClose() |
protected void |
doOpen() |
int |
getGripHeight() |
com.google.gwt.user.client.ui.Widget |
getGripWidget() |
com.google.gwt.user.client.ui.Widget |
getWidget(int index) |
int |
getWidgetCount() |
int |
getWidgetIndex(com.google.gwt.user.client.ui.Widget child) |
protected void |
init() |
Iterator<com.google.gwt.user.client.ui.Widget> |
iterator() |
void |
open() |
protected void |
prepareGripPanel() |
protected com.google.gwt.user.client.ui.Widget |
prepareGripWidget(com.google.gwt.user.client.ui.Widget widget) |
boolean |
remove(int index) |
boolean |
remove(com.google.gwt.user.client.ui.Widget w) |
protected void |
setFloatPanelPosition() |
void |
setGripHeight(int height) |
void |
setGripWidget(com.google.gwt.user.client.ui.Widget widget) |
void |
setPanelAnimation(TopToolBarArrowsSmallController.PanelAnimation panelAnimation) |
protected void |
setPanelDefaultPosition() |
protected void |
setPosition(int pos) |
void |
toggle() |
addAttachHandler, addHandler, addWidget, asWidget, fireEvent, getChildWidget, getElement, getStyleName, getTitle, isVisible, setHeight, setStyleName, setTitle, setVisible, setWidthclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddAttachHandler, addHandler, getElement, getStyleName, getTitle, isVisible, setHeight, setStyleName, setTitle, setVisible, setWidthprotected com.google.gwt.user.client.ui.FlowPanel canvas
protected com.google.gwt.user.client.ui.FlowPanel floatPanel
protected boolean opened
protected com.google.gwt.dom.client.Element placeHolder
protected com.google.gwt.user.client.ui.FocusPanel grip
protected int gripHeight
protected boolean alreadySettingPanelPosition
protected int pos
protected int canvasHeight
protected TopToolBarArrowsSmallController.PanelAnimation panelAnimation
public void setPanelAnimation(TopToolBarArrowsSmallController.PanelAnimation panelAnimation)
public com.google.gwt.user.client.ui.Widget getWidget(int index)
getWidget in interface com.google.gwt.user.client.ui.IndexedPanelpublic int getWidgetCount()
getWidgetCount in interface com.google.gwt.user.client.ui.IndexedPanelpublic int getWidgetIndex(com.google.gwt.user.client.ui.Widget child)
getWidgetIndex in interface com.google.gwt.user.client.ui.IndexedPanelpublic boolean remove(int index)
remove in interface com.google.gwt.user.client.ui.IndexedPanelpublic void add(com.google.gwt.user.client.ui.Widget w)
add in interface com.google.gwt.user.client.ui.HasWidgetspublic void clear()
clear in interface com.google.gwt.user.client.ui.HasWidgetspublic Iterator<com.google.gwt.user.client.ui.Widget> iterator()
public boolean remove(com.google.gwt.user.client.ui.Widget w)
remove in interface com.google.gwt.user.client.ui.HasWidgetspublic com.google.gwt.event.shared.HandlerRegistration addBeforeCloseHandler(BeforeCloseHandler handler)
addBeforeCloseHandler in interface HasBeforeCloseHandlerspublic com.google.gwt.event.shared.HandlerRegistration addBeforeOpenHandler(BeforeOpenHandler handler)
addBeforeOpenHandler in interface HasBeforeOpenHandlerspublic com.google.gwt.event.shared.HandlerRegistration addOpenHandler(com.google.gwt.event.logical.shared.OpenHandler<TopToolBar> handler)
addOpenHandler in interface com.google.gwt.event.logical.shared.HasOpenHandlers<TopToolBar>public com.google.gwt.event.shared.HandlerRegistration addCloseHandler(com.google.gwt.event.logical.shared.CloseHandler<TopToolBar> handler)
addCloseHandler in interface com.google.gwt.event.logical.shared.HasCloseHandlers<TopToolBar>public void setGripWidget(com.google.gwt.user.client.ui.Widget widget)
setGripWidget in interface TopToolBarpublic com.google.gwt.user.client.ui.Widget getGripWidget()
getGripWidget in interface TopToolBarpublic void close()
close in interface TopToolBarpublic void open()
open in interface TopToolBarpublic void toggle()
toggle in interface TopToolBarpublic void setGripHeight(int height)
setGripHeight in interface TopToolBarpublic int getGripHeight()
getGripHeight in interface TopToolBarprotected void init()
init in class DeviceAdaptiveControllerprotected void prepareGripPanel()
protected void setFloatPanelPosition()
protected void createPlaceHolderPanel()
protected com.google.gwt.user.client.ui.Widget prepareGripWidget(com.google.gwt.user.client.ui.Widget widget)
protected void doOpen()
protected void doClose()
protected void setPanelDefaultPosition()
protected void setPosition(int pos)
Copyright © 2014. All rights reserved.