zul.inp
Class InputCtrl

java.lang.Object
  extended by zul.inp.InputCtrl

public class InputCtrl
extends java.lang.Object

The extra control for the InputWidget. It is designed to be overriden

Since:
6.5.0

Method Summary
static boolean isIgnoredDragForErrorbox(Draggable dg, Offset pointer, Event evt)
          Returns whether to ignore the dragdrop for errorbox
static boolean isPreservedFocus(Widget wgt)
          Returns whether to preserve the focus state.
static boolean isPreservedMouseMove(Widget wgt)
          Returns whether to preserve the mousemove state.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isPreservedFocus

public static boolean isPreservedFocus(Widget wgt)
Returns whether to preserve the focus state.

Parameters:
wgt - a widget
Returns:
boolean

isPreservedMouseMove

public static boolean isPreservedMouseMove(Widget wgt)
Returns whether to preserve the mousemove state.

Parameters:
wgt - a widget
Returns:
boolean

isIgnoredDragForErrorbox

public static boolean isIgnoredDragForErrorbox(Draggable dg,
                                               Offset pointer,
                                               Event evt)
Returns whether to ignore the dragdrop for errorbox

Parameters:
dg - the drag object
pointer -
evt -
Returns:
boolean


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo