| java.lang.Object org.directwebremoting.proxy.io.Context jsx3.lang.Object jsx3.gui.matrix.EditMask jsx3.gui.matrix.BlockMask
BlockMask | public class BlockMask extends jsx3.gui.matrix.EditMask (Code) | | The interface that defines the methods that affect the behavior of a composite object used as an edit mask of a
matrix column. Any object used as an edit mask that extends jsx3.gui.Block but does not implement
jsx3.gui.Form will have these methods inserted into it. Such an object only has to define the methods
whose default behavior it wishes to override.
author: Joe Walker [joe at getahead dot org] author: DRAPGEN - Dwr Reverse Ajax Proxy GENerator |
BlockMask | public BlockMask(Context context, String extension, ScriptProxy scriptProxy)(Code) | | All reverse ajax proxies need context to work from
Parameters: scriptProxy - The place we are writing scripts to Parameters: context - The script that got us to where we are now |
emEndEdit | public void emEndEdit()(Code) | | |
emGetValue | public void emGetValue()(Code) | | |
getMaskFirstResponder | public jsx3.gui.Painted getMaskFirstResponder()(Code) | | Returns the DOM node that should be focused when the edit session begins. The default behavior is to return
the first descendant (breadth-first) that implements jsx3.gui.Form.
|
getMaskFirstResponder | public T getMaskFirstResponder(Class<T> returnType)(Code) | | Returns the DOM node that should be focused when the edit session begins. The default behavior is to return
the first descendant (breadth-first) that implements jsx3.gui.Form.
Parameters: returnType - The expected return type |
getMaskValue | public void getMaskValue(org.directwebremoting.proxy.Callback<String> callback)(Code) | | Returns the value currently stored in this edit mask. The default behavior is to return the value of
the first descendant (breadth-first) that implements jsx3.gui.Form.
|
setMaskValue | public void setMaskValue(String strValue)(Code) | | Sets the value currently stored in this edit mask. The default behavior is to set the value of
the first descendant (breadth-first) that implements jsx3.gui.Form.
Parameters: strValue - |
Methods inherited from jsx3.lang.Object | public void ignoreReturn()(Code)(Java Doc)
|
|
|