|
||||||||||
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
net.pleso.framework.client.ui.custom.controls.data.BaseActionControl
net.pleso.framework.client.ui.custom.controls.data.ActionSliderControl
public class ActionSliderControl
Action slider controls which wraps IActionProvider
action and binds
its execution to slider opening.
Constructor Summary | |
---|---|
ActionSliderControl(IWindow parentWindow,
IActionProvider actionProvider,
IUpdateControlListener updateControlListener)
Constructs new ActionButtonControl widget with specified
parameters. |
|
ActionSliderControl(IWindow parentWindow,
IActionProvider actionProvider,
IUpdateControlListener updateControlListener,
boolean allowCloseParentSlider)
Constructs new ActionButtonControl widget with specified
parameters. |
Method Summary | |
---|---|
void |
hideChildWindow()
|
void |
onClick(com.google.gwt.user.client.ui.Widget sender)
|
Methods inherited from class net.pleso.framework.client.ui.custom.controls.data.BaseActionControl |
---|
bind, isAuth, onHideWindow, readData |
Methods inherited from class com.google.gwt.user.client.ui.Composite |
---|
getElement |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
---|
getParent, isAttached, onBrowserEvent, removeFromParent |
Methods inherited from class com.google.gwt.user.client.ui.UIObject |
---|
addStyleName, getAbsoluteLeft, getAbsoluteTop, getOffsetHeight, getOffsetWidth, getStyleName, getTitle, isVisible, isVisible, removeStyleName, setHeight, setPixelSize, setSize, setStyleName, setTitle, setVisible, setVisible, setWidth, sinkEvents, toString, unsinkEvents |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface net.pleso.framework.client.ui.interfaces.IBindableDataControl |
---|
readData |
Constructor Detail |
---|
public ActionSliderControl(IWindow parentWindow, IActionProvider actionProvider, IUpdateControlListener updateControlListener)
ActionButtonControl
widget with specified
parameters.
parentWindow
- parent window for widgetactionProvider
- provider of actionsupdateControlListener
- listener of update controlpublic ActionSliderControl(IWindow parentWindow, IActionProvider actionProvider, IUpdateControlListener updateControlListener, boolean allowCloseParentSlider)
ActionButtonControl
widget with specified
parameters.
parentWindow
- parent window for widgetactionProvider
- provider of actionsupdateControlListener
- listener of update controlallowCloseParentSlider
- value indicationg whether this slider allow to close parent
sliderMethod Detail |
---|
public void onClick(com.google.gwt.user.client.ui.Widget sender)
onClick
in interface com.google.gwt.user.client.ui.ClickListener
public void hideChildWindow()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |