| net.mygwt.ui.client.widget.ModalPanel
ModalPanel | public class ModalPanel extends Composite implements EventPreview(Code) | | A panel that grays out the view port and displays a widget above it.
|
Constructor Summary | |
public | ModalPanel() Creates a new model panel. |
Method Summary | |
public void | hide() Hides the panel. | public boolean | isBlinkEnabled() Returns true if the panel will blink when clicks occur
outside the it's boundaries. | public boolean | onEventPreview(Event event) | public void | setBlinkEnabled(boolean blink) Sets the blink state. | public void | show(Widget widget) Displays the panel. |
ModalPanel | public ModalPanel()(Code) | | Creates a new model panel.
|
hide | public void hide()(Code) | | Hides the panel.
|
isBlinkEnabled | public boolean isBlinkEnabled()(Code) | | Returns true if the panel will blink when clicks occur
outside the it's boundaries.
the blink state |
onEventPreview | public boolean onEventPreview(Event event)(Code) | | |
setBlinkEnabled | public void setBlinkEnabled(boolean blink)(Code) | | Sets the blink state. When true the modal widget will blink.
Default value is true .
Parameters: blink - true to enable blinking |
show | public void show(Widget widget)(Code) | | Displays the panel.
|
|
|