Java Doc for Column.java in  » Ajax » dwr » jsx3 » gui » matrix » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Ajax » dwr » jsx3.gui.matrix 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.directwebremoting.proxy.io.Context
      jsx3.lang.Object
         jsx3.app.Model
            jsx3.gui.Painted
               jsx3.gui.Block
                  jsx3.gui.matrix.Column

Column
public class Column extends jsx3.gui.Block (Code)
Column control for use as a child of a jsx3.gui.Matrix class
author:
   Joe Walker [joe at getahead dot org]
author:
   DRAPGEN - Dwr Reverse Ajax Proxy GENerator


Field Summary
final public static  StringDEFAULT_VALIGN
    
final public static  intDEFAULT_WIDTH
    
final public static  StringTYPE_NUMBER
    
final public static  StringTYPE_TEXT
    

Constructor Summary
public  Column(Context context, String extension, ScriptProxy scriptProxy)
    
public  Column(String strName)
    

Method Summary
public  voidgetCanSort(org.directwebremoting.proxy.Callback<Boolean> callback)
     Returns whether the parent list/grid can be sorted on this column.
public  voidgetCellBackgroundColor(org.directwebremoting.proxy.Callback<String> callback)
     Returns CSS property value for the data cell background-color.
public  voidgetCellBorder(org.directwebremoting.proxy.Callback<String> callback)
     Returns CSS property value for the data cell border.
public  voidgetCellColor(org.directwebremoting.proxy.Callback<String> callback)
     Returns CSS property value for the data cell color.
public  voidgetCellCursor(org.directwebremoting.proxy.Callback<String> callback)
     Returns CSS property value for the data cell cursor.
public  voidgetCellFontName(org.directwebremoting.proxy.Callback<String> callback)
     Returns the CSS property value for the data cell font-family.
public  voidgetCellFontSize(org.directwebremoting.proxy.Callback<Integer> callback)
     Returns the CSS property value for the data cell font-size.
public  voidgetCellFontWeight(org.directwebremoting.proxy.Callback<String> callback)
     Returns the CSS property value for the data cell font-weight.
public  voidgetCellPadding(org.directwebremoting.proxy.Callback<String> callback)
     Returns the CSS property value for the data cell padding.
public  voidgetCellTextAlign(org.directwebremoting.proxy.Callback<String> callback)
     Returns the CSS property value for the data cell text-align.
public  voidgetCellVAlign(org.directwebremoting.proxy.Callback<String> callback)
     Returns the CSS property value for the data cell vertical-align.
public  voidgetCellWrap(String strDefault, org.directwebremoting.proxy.Callback<Integer> callback)
     Returns whether or not the data cellc will support text-wrapping.
public  voidgetDataType(org.directwebremoting.proxy.Callback<String> callback)
    
public  voidgetDisplayIndex(org.directwebremoting.proxy.Callback<Integer> callback)
     Returns the zero-based index for ths column in relation to its siblings.
public  voidgetFormatHandler(org.directwebremoting.proxy.Callback<String> callback)
     Gets the named object that will handle the reformatting of a given column's data cells.
public  voidgetPath(org.directwebremoting.proxy.Callback<String> callback)
     Returns the selection path for this column of data.
public  voidgetResizable(org.directwebremoting.proxy.Callback<Boolean> callback)
     Gets whether or not this column can be resized by the user.
public  voidgetSortDataType(org.directwebremoting.proxy.Callback<String> callback)
     Returns the data type for this column of data (affects sorting if this column is used for sorting the data).
public  voidgetSortPath(org.directwebremoting.proxy.Callback<String> callback)
     Returns the CDF attribute to use to sort on this column.
public  voidgetTriggers(org.directwebremoting.proxy.Callback<String> callback)
     Returns one or more named attributes.
public  voidgetVAlign(org.directwebremoting.proxy.Callback<String> callback)
     Returns the CSS property value for the header cell vertical-align.
public  voidgetValueTemplate(String strDefault, org.directwebremoting.proxy.Callback<String> callback)
     Gets the user-defined XSL template (xsl:template) that will override the defualt template defined by Column.TEMPLATES.default.
public  voidgetWrap(String strDefault, org.directwebremoting.proxy.Callback<Boolean> callback)
     Gets whether or not the header cell will support text-wrapping.
public  voidsetCanSort(Boolean SORT)
     Sets whether the parnet list/grid can be sorted on this column.
public  voidsetCellBackgroundColor(String strColor)
     Sets CSS property value for the data cell background-color.
public  voidsetCellBorder(String strCSS, boolean bSuppressRepaint)
     Sets CSS property value(s) for a border for the data cells.
public  voidsetCellColor(String strColor)
     Sets CSS property value for the data cell color.
public  voidsetCellCursor(String strCursor)
     Sets CSS property value for the data cell cursor.
public  voidsetCellFontName(String strFontName)
     Sets the CSS property value for the data cell font-family.
public  voidsetCellFontSize(int intPixelSize)
     Sets the CSS property value for the data cell font-size.
public  voidsetCellFontWeight(String FONTWEIGHT)
     Sets the CSS property value for the data cell font-weight.
public  voidsetCellPadding(String strCSS, boolean bSuppressRepaint)
     Sets the CSS property value for the data cell padding.
public  voidsetCellTextAlign(String ALIGN)
     Sets the CSS property value for the data cell text-align.
public  voidsetCellVAlign(String VALIGN)
     Sets the CSS property value for the data cell vertical-align.
public  voidsetCellWrap(int WRAP)
     Sets whether or not the data cellc will support text-wrapping.
public  voidsetDataType(String DATATYPE)
    
public  voidsetFormatHandler(String handler)
     Sets the identifier for which of the default column formatters should be implemented.
public  voidsetFormatHandler(org.directwebremoting.proxy.CodeBlock handler)
     Sets the identifier for which of the default column formatters should be implemented.
public  voidsetFormatHandler(jsx3.gui.matrix.ColumnFormat handler)
     Sets the identifier for which of the default column formatters should be implemented.
public  voidsetPath(String strPath, boolean bSuppressRepaint)
     Sets the selection path for this column of data.
public  voidsetResizable(Boolean RESIZE)
     Sets whether or not this column can be resized by the user.
public  voidsetSortDataType(String DATATYPE)
     Sets the data type for this column of data (affects sorting if this column is used for sorting the data); returns ref to self
Parameters:
  DATATYPE - data type for this column's data.
public  voidsetSortPath(String strPath)
     Sets the CDF attribute to use to sort on this column.
public  voidsetTriggers(String strTriggers)
     Sets one or more named attributes.
public  voidsetVAlign(String VALIGN)
     Sets the CSS property value for the header cell vertical-align.
public  voidsetValueTemplate(String TEMPLATE)
     Sets the user-defined XSL template (xsl:template) that will override the defualt template defined by Column.DEFAULT_VALUE_TEMPLATE. The path wildcard is as follows: {0} this will be replaced with the result of [instance].getPath().
public  voidsetWrap(Boolean WRAP)
     Sets whether or not the header cell will support text-wrapping.

Field Detail
DEFAULT_VALIGN
final public static String DEFAULT_VALIGN(Code)
top



DEFAULT_WIDTH
final public static int DEFAULT_WIDTH(Code)
100



TYPE_NUMBER
final public static String TYPE_NUMBER(Code)
number



TYPE_TEXT
final public static String TYPE_TEXT(Code)
text (default)




Constructor Detail
Column
public Column(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



Column
public Column(String strName)(Code)
instance initializer
Parameters:
  strName - unique name distinguishing this object from all other JSX GUI objects in the JSX application




Method Detail
getCanSort
public void getCanSort(org.directwebremoting.proxy.Callback<Boolean> callback)(Code)
Returns whether the parent list/grid can be sorted on this column. If no value is provided, the column is assumed sortable unless the parent control explicitly specifies that no column should sort.



getCellBackgroundColor
public void getCellBackgroundColor(org.directwebremoting.proxy.Callback<String> callback)(Code)
Returns CSS property value for the data cell background-color.



getCellBorder
public void getCellBorder(org.directwebremoting.proxy.Callback<String> callback)(Code)
Returns CSS property value for the data cell border.



getCellColor
public void getCellColor(org.directwebremoting.proxy.Callback<String> callback)(Code)
Returns CSS property value for the data cell color.



getCellCursor
public void getCellCursor(org.directwebremoting.proxy.Callback<String> callback)(Code)
Returns CSS property value for the data cell cursor.



getCellFontName
public void getCellFontName(org.directwebremoting.proxy.Callback<String> callback)(Code)
Returns the CSS property value for the data cell font-family.



getCellFontSize
public void getCellFontSize(org.directwebremoting.proxy.Callback<Integer> callback)(Code)
Returns the CSS property value for the data cell font-size.



getCellFontWeight
public void getCellFontWeight(org.directwebremoting.proxy.Callback<String> callback)(Code)
Returns the CSS property value for the data cell font-weight.



getCellPadding
public void getCellPadding(org.directwebremoting.proxy.Callback<String> callback)(Code)
Returns the CSS property value for the data cell padding.



getCellTextAlign
public void getCellTextAlign(org.directwebremoting.proxy.Callback<String> callback)(Code)
Returns the CSS property value for the data cell text-align.



getCellVAlign
public void getCellVAlign(org.directwebremoting.proxy.Callback<String> callback)(Code)
Returns the CSS property value for the data cell vertical-align. If no value is provided, the data cells render top-aligned.



getCellWrap
public void getCellWrap(String strDefault, org.directwebremoting.proxy.Callback<Integer> callback)(Code)
Returns whether or not the data cellc will support text-wrapping. If no value is specified, the text will not wrap
Parameters:
  strDefault - The default value to use if null



getDataType
public void getDataType(org.directwebremoting.proxy.Callback<String> callback)(Code)
Returns the data type for this column of data (affects sorting if this column is used for sorting the data); valid types include: jsx3.gui.Matrix.Column.TYPE_TEXT and jsx3.gui.Matrix.Column.TYPE_NUMBER
Parameters:
  callback - data type for this column's data



getDisplayIndex
public void getDisplayIndex(org.directwebremoting.proxy.Callback<Integer> callback)(Code)
Returns the zero-based index for ths column in relation to its siblings. This is different from getChildIndex in that it corresponds to the position of this column as rendered on-screen, meaning if a child of a lesser index is not displayed (e.g., display = none), the value returned from this method will be less than what would be returned by getChildIndex. Returns null if this object is not displayed.



getFormatHandler
public void getFormatHandler(org.directwebremoting.proxy.Callback<String> callback)(Code)
Gets the named object that will handle the reformatting of a given column's data cells. This object should implment the interface, jsx3.gui.Matrix.ColumnFormat, or adhere to its APIs. Can also return the function literal
Parameters:
  callback - named object or function literal



getPath
public void getPath(org.directwebremoting.proxy.Callback<String> callback)(Code)
Returns the selection path for this column of data. Returns 'jsxid' if no path specified
Parameters:
  callback - selection path



getResizable
public void getResizable(org.directwebremoting.proxy.Callback<Boolean> callback)(Code)
Gets whether or not this column can be resized by the user. If not set, the column will be assumed resizable



getSortDataType
public void getSortDataType(org.directwebremoting.proxy.Callback<String> callback)(Code)
Returns the data type for this column of data (affects sorting if this column is used for sorting the data).
Parameters:
  callback - one of: jsx3.gui.Matrix.Column.TYPE_TEXT, jsx3.gui.Matrix.Column.TYPE_NUMBER



getSortPath
public void getSortPath(org.directwebremoting.proxy.Callback<String> callback)(Code)
Returns the CDF attribute to use to sort on this column. If the sort path has not been set explicitly, this method returns the value of this.getPath(). The data source of the matrix containing this column is sorted on this attribute when the matrix is sorted on this column.



getTriggers
public void getTriggers(org.directwebremoting.proxy.Callback<String> callback)(Code)
Returns one or more named attributes. When one of these attributes is updated by another column's edit mask iterface, this column will called to repaint to reflect the updated value
Parameters:
  callback - Comma-delimited attribute list



getVAlign
public void getVAlign(org.directwebremoting.proxy.Callback<String> callback)(Code)
Returns the CSS property value for the header cell vertical-align. If no value is provided, the header cell render top-aligned.



getValueTemplate
public void getValueTemplate(String strDefault, org.directwebremoting.proxy.Callback<String> callback)(Code)
Gets the user-defined XSL template (xsl:template) that will override the defualt template defined by Column.TEMPLATES.default.
Parameters:
  strDefault - xsl:template



getWrap
public void getWrap(String strDefault, org.directwebremoting.proxy.Callback<Boolean> callback)(Code)
Gets whether or not the header cell will support text-wrapping. If not specified, the cell will be painted with no wrapping.
Parameters:
  strDefault - The default value to use if null



setCanSort
public void setCanSort(Boolean SORT)(Code)
Sets whether the parnet list/grid can be sorted on this column. Note that the header row is immediately repainted to reflect the change.
Parameters:
  SORT -



setCellBackgroundColor
public void setCellBackgroundColor(String strColor)(Code)
Sets CSS property value for the data cell background-color. Call repaint on the parent instance to update the view.
Parameters:
  strColor - valid CSS property value, (e.g., red, #ff0000, rgb(255,0,0))



setCellBorder
public void setCellBorder(String strCSS, boolean bSuppressRepaint)(Code)
Sets CSS property value(s) for a border for the data cells. Updates MODEL and VIEW (unless repaint is suppressed).
Parameters:
  strCSS - valid CSS property value for border. For example: solid 1px red;solid 0px;solid 0px;solid 1px white
Parameters:
  bSuppressRepaint - Pass true to stop the default repaint from occurring.Typically property updates that affect the browser-specific box model (such as borders) are repaintedimmediately to keep the box model abstraction in synch with the native view. However, the repaint can besuppressed to avoid unnecessary reparsing of the XSLT during repeated property updates.



setCellColor
public void setCellColor(String strColor)(Code)
Sets CSS property value for the data cell color. Call repaint on the parent instance to update the view.
Parameters:
  strColor - valid CSS property value, (e.g., red, #ffffff, rgb(255,0,0))



setCellCursor
public void setCellCursor(String strCursor)(Code)
Sets CSS property value for the data cell cursor. Call repaint on the parent instance to update the view.
Parameters:
  strCursor - CSS property value, (e.g., default, wait, col-resize)



setCellFontName
public void setCellFontName(String strFontName)(Code)
Sets the CSS property value for the data cell font-family. Call repaint on the parent instance to update the view.
Parameters:
  strFontName - valid CSS font-family property value (e.g., Arial, Courier)



setCellFontSize
public void setCellFontSize(int intPixelSize)(Code)
Sets the CSS property value for the data cell font-size. Call repaint on the parent instance to update the view.
Parameters:
  intPixelSize - font-size (in pixels)



setCellFontWeight
public void setCellFontWeight(String FONTWEIGHT)(Code)
Sets the CSS property value for the data cell font-weight. Call repaint on the parent instance to update the view.
Parameters:
  FONTWEIGHT - one of: jsx3.gui.Block.FONTBOLD, jsx3.gui.Block.FONTNORMAL



setCellPadding
public void setCellPadding(String strCSS, boolean bSuppressRepaint)(Code)
Sets the CSS property value for the data cell padding. Updates MODEL and VIEW (unless repaint is suppressed).
Parameters:
  strCSS - valid CSS property value for padding. For example: 8 4 8 4
Parameters:
  bSuppressRepaint - Pass true to stop the default repaint from occurring.Typically property updates that affect the browser-specific box model (such as padding) are repaintedimmediately to keep the box model abstraction in synch with the native view. However, the repaint can besuppressed to avoid unnecessary reparsing of the XSLT during repeated property updates.



setCellTextAlign
public void setCellTextAlign(String ALIGN)(Code)
Sets the CSS property value for the data cell text-align. Call repaint on the parent instance to update the view.
Parameters:
  ALIGN - one of: jsx3.gui.Block.ALIGNLEFT, jsx3.gui.Block.ALIGNRIGHT, jsx3.gui.Block.ALIGNCENTER



setCellVAlign
public void setCellVAlign(String VALIGN)(Code)
Sets the CSS property value for the data cell vertical-align. Call repaint on the parent instance to update the view.
Parameters:
  VALIGN - valid CSS value for vertical-align style.



setCellWrap
public void setCellWrap(int WRAP)(Code)
Sets whether or not the data cellc will support text-wrapping. If no value is specified, the text will not wrap. Call repaint to update the VIEW
Parameters:
  WRAP - jsx3.Boolean.TRUE or jsx3.Boolean.FALSE



setDataType
public void setDataType(String DATATYPE)(Code)
Sets the data type for this column of data (affects sorting if this column is used for sorting the data); returns ref to self
Parameters:
  DATATYPE - one of: jsx3.gui.Matrix.Column.TYPE_TEXT, jsx3.gui.Matrix.Column.TYPE_NUMBER



setFormatHandler
public void setFormatHandler(String handler)(Code)
Sets the identifier for which of the default column formatters should be implemented. A function literal can also be passed.
Parameters:
  handler - including @unescape, @lookup, @message, @datetime, @date, @time, and @number. For example: @unescape.

- or -

Function literal with the signature, function(element,cdfkey, matrix, column, rownumber,server). For example:

function(element, cdfkey, matrix, column, rownumber, server) {var mf = new jsx3.util.MessageFormat("{0,number,currency}");element.innerHTML = mf.format(element.innerHTML);};




setFormatHandler
public void setFormatHandler(org.directwebremoting.proxy.CodeBlock handler)(Code)
Sets the identifier for which of the default column formatters should be implemented. A function literal can also be passed.
Parameters:
  handler - including @unescape, @lookup, @message, @datetime, @date, @time, and @number. For example: @unescape.

- or -

Function literal with the signature, function(element,cdfkey, matrix, column, rownumber,server). For example:

function(element, cdfkey, matrix, column, rownumber, server) {var mf = new jsx3.util.MessageFormat("{0,number,currency}");element.innerHTML = mf.format(element.innerHTML);};




setFormatHandler
public void setFormatHandler(jsx3.gui.matrix.ColumnFormat handler)(Code)
Sets the identifier for which of the default column formatters should be implemented. A function literal can also be passed.
Parameters:
  handler - including @unescape, @lookup, @message, @datetime, @date, @time, and @number. For example: @unescape.

- or -

Function literal with the signature, function(element,cdfkey, matrix, column, rownumber,server). For example:

function(element, cdfkey, matrix, column, rownumber, server) {var mf = new jsx3.util.MessageFormat("{0,number,currency}");element.innerHTML = mf.format(element.innerHTML);};




setPath
public void setPath(String strPath, boolean bSuppressRepaint)(Code)
Sets the selection path for this column of data.
Parameters:
  strPath - The name of the attribute For example jsxtext
Parameters:
  bSuppressRepaint - Pass true to stop the default repaint from occurring.Typically property updates that affect the XSLT (such as path) require that the XSLT be regenerated.However, the repaint can be suppressed to avoid unnecessary reparsing of the XSLT during repeated property updates.



setResizable
public void setResizable(Boolean RESIZE)(Code)
Sets whether or not this column can be resized by the user. If not set, the column will be assumed resizable. Note that if the parent Matrix is set as NOT resizable, this setting is ignored and no child columns can be resized. Note that the header row is immediately repainted to reflect the change.
Parameters:
  RESIZE -



setSortDataType
public void setSortDataType(String DATATYPE)(Code)
Sets the data type for this column of data (affects sorting if this column is used for sorting the data); returns ref to self
Parameters:
  DATATYPE - data type for this column's data. valid types include: jsx3.gui.Matrix.Column.TYPE_TEXT and jsx3.gui.Matrix.Column.TYPE_NUMBER



setSortPath
public void setSortPath(String strPath)(Code)
Sets the CDF attribute to use to sort on this column.
Parameters:
  strPath -



setTriggers
public void setTriggers(String strTriggers)(Code)
Sets one or more named attributes. When one of these attributes is updated by another column's edit mask iterface, this column will called to repaint to reflect the updated value
Parameters:
  strTriggers - Comma-delimited attribute list. For example: jsxtext, ssn, phone.



setVAlign
public void setVAlign(String VALIGN)(Code)
Sets the CSS property value for the header cell vertical-align. Repaints the header to immediately reflect this change.
Parameters:
  VALIGN - valid CSS value for vertical-align style.



setValueTemplate
public void setValueTemplate(String TEMPLATE)(Code)
Sets the user-defined XSL template (xsl:template) that will override the defualt template defined by Column.DEFAULT_VALUE_TEMPLATE. The path wildcard is as follows: {0} this will be replaced with the result of [instance].getPath(). For example: jsxtext
Parameters:
  TEMPLATE - Either a valid xsl:template or a named system template, including: @default, @empty, @unescape, and @image



setWrap
public void setWrap(Boolean WRAP)(Code)
Sets whether or not the header cell will support text-wrapping. Repaints the header to immediately reflect this change.
Parameters:
  WRAP -



Fields inherited from jsx3.gui.Block
final public static int ABSOLUTE(Code)(Java Doc)
final public static String ALIGNCENTER(Code)(Java Doc)
final public static String ALIGNLEFT(Code)(Java Doc)
final public static String ALIGNRIGHT(Code)(Java Doc)
final public static String DEFAULTCOLOR(Code)(Java Doc)
final public static String DEFAULTFONTNAME(Code)(Java Doc)
final public static String DEFAULTTAGNAME(Code)(Java Doc)
final public static String DEFAULTTEXT(Code)(Java Doc)
final public static String DISPLAYBLOCK(Code)(Java Doc)
final public static String DISPLAYNONE(Code)(Java Doc)
final public static String FONTBOLD(Code)(Java Doc)
final public static String FONTNORMAL(Code)(Java Doc)
final public static int OVERFLOWEXPAND(Code)(Java Doc)
final public static int OVERFLOWHIDDEN(Code)(Java Doc)
final public static int RELATIVE(Code)(Java Doc)
final public static String SPACE(Code)(Java Doc)
final public static String VISIBILITYHIDDEN(Code)(Java Doc)
final public static String VISIBILITYVISIBLE(Code)(Java Doc)

Methods inherited from jsx3.gui.Block
public jsx3.lang.Object doEvent(String strType, jsx3.lang.Object objContext)(Code)(Java Doc)
public T doEvent(String strType, jsx3.lang.Object objContext, Class<T> returnType)(Code)(Java Doc)
public void getBackground(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc)
public void getBackgroundColor(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc)
public void getBorder(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc)
public void getCSSOverride(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc)
public void getCanDrag(org.directwebremoting.proxy.Callback<Integer> callback)(Code)(Java Doc)
public void getCanDrop(org.directwebremoting.proxy.Callback<Integer> callback)(Code)(Java Doc)
public void getCanMove(org.directwebremoting.proxy.Callback<Integer> callback)(Code)(Java Doc)
public void getCanSpy(org.directwebremoting.proxy.Callback<Integer> callback)(Code)(Java Doc)
public void getClassName(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc)
public void getColor(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc)
public void getCursor(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc)
public void getDimensions(org.directwebremoting.proxy.Callback<Object[]> callback)(Code)(Java Doc)
public void getDisplay(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc)
public void getEvent(String strType, org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc)
public jsx3.lang.Object getEvents()(Code)(Java Doc)
public T getEvents(Class<T> returnType)(Code)(Java Doc)
public void getFontName(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc)
public void getFontSize(org.directwebremoting.proxy.Callback<Integer> callback)(Code)(Java Doc)
public void getFontWeight(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc)
public void getHeight(org.directwebremoting.proxy.Callback<Integer> callback)(Code)(Java Doc)
public void getIndex(org.directwebremoting.proxy.Callback<Integer> callback)(Code)(Java Doc)
public void getLeft(org.directwebremoting.proxy.Callback<Integer> callback)(Code)(Java Doc)
public void getMargin(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc)
public void getMenu(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc)
public void getOverflow(org.directwebremoting.proxy.Callback<Integer> callback)(Code)(Java Doc)
public void getPadding(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc)
public void getRelativePosition(org.directwebremoting.proxy.Callback<Integer> callback)(Code)(Java Doc)
public void getTagName(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc)
public void getText(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc)
public void getTextAlign(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc)
public void getTip(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc)
public void getTop(org.directwebremoting.proxy.Callback<Integer> callback)(Code)(Java Doc)
public void getVisibility(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc)
public void getWidth(org.directwebremoting.proxy.Callback<Integer> callback)(Code)(Java Doc)
public void getZIndex(org.directwebremoting.proxy.Callback<Integer> callback)(Code)(Java Doc)
public void hasEvent(String strType, org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc)
public void hideMask()(Code)(Java Doc)
public jsx3.gui.HotKey registerHotKey(String vntCallback, String vntKey, boolean bShift, boolean bControl, boolean bAlt)(Code)(Java Doc)
public jsx3.gui.HotKey registerHotKey(org.directwebremoting.proxy.CodeBlock vntCallback, String vntKey, boolean bShift, boolean bControl, boolean bAlt)(Code)(Java Doc)
public jsx3.gui.HotKey registerHotKey(String vntCallback, int vntKey, boolean bShift, boolean bControl, boolean bAlt)(Code)(Java Doc)
public jsx3.gui.HotKey registerHotKey(org.directwebremoting.proxy.CodeBlock vntCallback, int vntKey, boolean bShift, boolean bControl, boolean bAlt)(Code)(Java Doc)
public jsx3.gui.HotKey registerHotKey(jsx3.gui.HotKey vntCallback, String vntKey, boolean bShift, boolean bControl, boolean bAlt)(Code)(Java Doc)
public jsx3.gui.HotKey registerHotKey(jsx3.gui.HotKey vntCallback, int vntKey, boolean bShift, boolean bControl, boolean bAlt)(Code)(Java Doc)
public jsx3.gui.Interactive removeEvent(String strType)(Code)(Java Doc)
public T removeEvent(String strType, Class<T> returnType)(Code)(Java Doc)
public jsx3.gui.Interactive removeEvents()(Code)(Java Doc)
public T removeEvents(Class<T> returnType)(Code)(Java Doc)
public jsx3.gui.Block setBackground(String strBG)(Code)(Java Doc)
public jsx3.gui.Block setBackgroundColor(String strColor, boolean bRepaint)(Code)(Java Doc)
public jsx3.gui.Block setBorder(String strCSS, boolean bRecalc)(Code)(Java Doc)
public jsx3.gui.Block setCSSOverride(String strCSS)(Code)(Java Doc)
public jsx3.gui.Interactive setCanDrag(int bDrag)(Code)(Java Doc)
public T setCanDrag(int bDrag, Class<T> returnType)(Code)(Java Doc)
public jsx3.gui.Interactive setCanDrop(int bDrop)(Code)(Java Doc)
public T setCanDrop(int bDrop, Class<T> returnType)(Code)(Java Doc)
public jsx3.gui.Interactive setCanMove(int bMovable)(Code)(Java Doc)
public T setCanMove(int bMovable, Class<T> returnType)(Code)(Java Doc)
public jsx3.gui.Interactive setCanSpy(int bSpy)(Code)(Java Doc)
public T setCanSpy(int bSpy, Class<T> returnType)(Code)(Java Doc)
public jsx3.gui.Block setClassName(String strClassName)(Code)(Java Doc)
public jsx3.gui.Block setColor(String strColor, boolean bRepaint)(Code)(Java Doc)
public void setCursor(String strCursor, boolean bRepaint)(Code)(Java Doc)
public void setDimensions(String left, int top, int width, int height, boolean bRepaint)(Code)(Java Doc)
public void setDimensions(Object[] left, int top, int width, int height, boolean bRepaint)(Code)(Java Doc)
public void setDimensions(Object[] left, int top, String width, int height, boolean bRepaint)(Code)(Java Doc)
public void setDimensions(String left, int top, String width, int height, boolean bRepaint)(Code)(Java Doc)
public void setDimensions(Object[] left, int top, String width, String height, boolean bRepaint)(Code)(Java Doc)
public void setDimensions(String left, String top, int width, int height, boolean bRepaint)(Code)(Java Doc)
public void setDimensions(Object[] left, String top, String width, String height, boolean bRepaint)(Code)(Java Doc)
public void setDimensions(Object[] left, String top, int width, int height, boolean bRepaint)(Code)(Java Doc)
public void setDimensions(int left, int top, String width, int height, boolean bRepaint)(Code)(Java Doc)
public void setDimensions(String left, int top, int width, String height, boolean bRepaint)(Code)(Java Doc)
public void setDimensions(int left, String top, String width, int height, boolean bRepaint)(Code)(Java Doc)
public void setDimensions(String left, String top, String width, String height, boolean bRepaint)(Code)(Java Doc)
public void setDimensions(int left, int top, String width, String height, boolean bRepaint)(Code)(Java Doc)
public void setDimensions(int left, int top, int width, int height, boolean bRepaint)(Code)(Java Doc)
public void setDimensions(String left, String top, int width, String height, boolean bRepaint)(Code)(Java Doc)
public void setDimensions(Object[] left, String top, String width, int height, boolean bRepaint)(Code)(Java Doc)
public void setDimensions(Object[] left, String top, int width, String height, boolean bRepaint)(Code)(Java Doc)
public void setDimensions(Object[] left, int top, int width, String height, boolean bRepaint)(Code)(Java Doc)
public void setDimensions(int left, String top, int width, String height, boolean bRepaint)(Code)(Java Doc)
public void setDimensions(int left, String top, int width, int height, boolean bRepaint)(Code)(Java Doc)
public void setDimensions(String left, String top, String width, int height, boolean bRepaint)(Code)(Java Doc)
public void setDimensions(int left, int top, int width, String height, boolean bRepaint)(Code)(Java Doc)
public void setDimensions(String left, int top, String width, String height, boolean bRepaint)(Code)(Java Doc)
public void setDimensions(int left, String top, String width, String height, boolean bRepaint)(Code)(Java Doc)
public jsx3.gui.Block setDisplay(String intDisplay, boolean bRepaint)(Code)(Java Doc)
public jsx3.gui.Interactive setEvent(String strScript, String strType)(Code)(Java Doc)
public T setEvent(String strScript, String strType, Class<T> returnType)(Code)(Java Doc)
public jsx3.gui.Block setFontName(String strFontName)(Code)(Java Doc)
public jsx3.gui.Block setFontSize(int intPixelSize)(Code)(Java Doc)
public jsx3.gui.Block setFontWeight(String FONTWEIGHT)(Code)(Java Doc)
public jsx3.gui.Block setHeight(String vntHeight, boolean bRepaint)(Code)(Java Doc)
public jsx3.gui.Block setHeight(int vntHeight, boolean bRepaint)(Code)(Java Doc)
public jsx3.gui.Block setIndex(int intIndex, boolean bRepaint)(Code)(Java Doc)
public jsx3.gui.Block setLeft(int vntLeft, boolean bRepaint)(Code)(Java Doc)
public jsx3.gui.Block setLeft(String vntLeft, boolean bRepaint)(Code)(Java Doc)
public jsx3.gui.Block setMargin(String strCSS, boolean bRecalc)(Code)(Java Doc)
public jsx3.gui.Interactive setMenu(String strMenu)(Code)(Java Doc)
public T setMenu(String strMenu, Class<T> returnType)(Code)(Java Doc)
public jsx3.gui.Block setOverflow(int OVERFLOW)(Code)(Java Doc)
public jsx3.gui.Block setPadding(String strCSS, boolean bRecalc)(Code)(Java Doc)
public jsx3.gui.Block setRelativePosition(int intRelative, boolean bRepaint)(Code)(Java Doc)
public void setSpyStyles(String strCSS)(Code)(Java Doc)
public jsx3.gui.Block setTagName(String strTagName)(Code)(Java Doc)
public jsx3.gui.Block setText(String strText, boolean bRepaint)(Code)(Java Doc)
public jsx3.gui.Block setTextAlign(String ALIGN)(Code)(Java Doc)
public jsx3.gui.Block setTip(String strTip)(Code)(Java Doc)
public jsx3.gui.Block setTop(String vntTop, boolean bRepaint)(Code)(Java Doc)
public jsx3.gui.Block setTop(int vntTop, boolean bRepaint)(Code)(Java Doc)
public void setVisibility(String VISIBILITY, boolean bRepaint)(Code)(Java Doc)
public jsx3.gui.Block setWidth(String vntWidth, boolean bRepaint)(Code)(Java Doc)
public jsx3.gui.Block setWidth(int vntWidth, boolean bRepaint)(Code)(Java Doc)
public void setZIndex(int intZIndex, boolean bRepaint)(Code)(Java Doc)
public void showMask(String strMessage)(Code)(Java Doc)
public void showSpy(String strHTML, int intLeft, int intTop)(Code)(Java Doc)
public void showSpy(String strHTML, jsx3.gui.Event intLeft, int intTop)(Code)(Java Doc)

Methods inherited from jsx3.gui.Painted
public void focus(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc)
public jsx3.lang.Object getAbsolutePosition(String objRoot, String objGUI)(Code)(Java Doc)
public T getAbsolutePosition(String objRoot, String objGUI, Class<T> returnType)(Code)(Java Doc)
public void getAttribute(String strName, org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc)
public jsx3.lang.Object getAttributes()(Code)(Java Doc)
public T getAttributes(Class<T> returnType)(Code)(Java Doc)
public void getDynamicProperty(String strName, org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc)
public void getRendered(jsx3.gui.Event objGUI, org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc)
public void getRendered(jsx3.lang.Object objGUI, org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc)
public void onAfterPaint(String objGUI)(Code)(Java Doc)
public void paint(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc)
public void paintChild(jsx3.gui.Painted objChild, boolean bGroup, String objGUI, boolean bCascadeOnly)(Code)(Java Doc)
public void paintChildren(Object[] c, org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc)
public void recalcBox(Object[] properties)(Code)(Java Doc)
public jsx3.gui.Painted removeAttribute(String strName)(Code)(Java Doc)
public T removeAttribute(String strName, Class<T> returnType)(Code)(Java Doc)
public jsx3.gui.Painted removeAttributes()(Code)(Java Doc)
public T removeAttributes(Class<T> returnType)(Code)(Java Doc)
public void repaint(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc)
public jsx3.gui.Painted setAttribute(String strName, String strValue)(Code)(Java Doc)
public jsx3.gui.Painted setDynamicProperty(String strName, String strValue)(Code)(Java Doc)

Fields inherited from jsx3.app.Model
final public static int ASYNC_LOAD_TIMEOUT(Code)(Java Doc)
final public static String CIF_VERSION(Code)(Java Doc)
final public static String CURRENT_VERSION(Code)(Java Doc)
final public static int LT_NORMAL(Code)(Java Doc)
final public static int LT_SHOW_DESER(Code)(Java Doc)
final public static int LT_SHOW_PAINT(Code)(Java Doc)
final public static int LT_SLEEP_DESER(Code)(Java Doc)
final public static int LT_SLEEP_PAINT(Code)(Java Doc)
final public static int LT_SLEEP_PD(Code)(Java Doc)
final public static int PERSISTEMBED(Code)(Java Doc)
final public static int PERSISTNONE(Code)(Java Doc)
final public static int PERSISTREF(Code)(Java Doc)
final public static int PERSISTREFASYNC(Code)(Java Doc)

Methods inherited from jsx3.app.Model
public void adoptChild(jsx3.app.Model objChild, boolean bRepaint, boolean bForce)(Code)(Java Doc)
public jsx3.app.Model doClone(int intPersist, int intMode)(Code)(Java Doc)
public T doClone(int intPersist, int intMode, Class<T> returnType)(Code)(Java Doc)
public jsx3.app.Model findAncestor(org.directwebremoting.proxy.CodeBlock fctTest, boolean bIncludeSelf)(Code)(Java Doc)
public T findAncestor(org.directwebremoting.proxy.CodeBlock fctTest, boolean bIncludeSelf, Class<T> returnType)(Code)(Java Doc)
public jsx3.app.Model findDescendants(org.directwebremoting.proxy.CodeBlock fctTest, boolean bDepthFirst, boolean bMultiple, boolean bShallow, boolean bIncludeSelf)(Code)(Java Doc)
public T findDescendants(org.directwebremoting.proxy.CodeBlock fctTest, boolean bDepthFirst, boolean bMultiple, boolean bShallow, boolean bIncludeSelf, Class<T> returnType)(Code)(Java Doc)
public jsx3.app.Model getAncestorOfName(String strName)(Code)(Java Doc)
public T getAncestorOfName(String strName, Class<T> returnType)(Code)(Java Doc)
public jsx3.app.Model getAncestorOfType(String strType)(Code)(Java Doc)
public T getAncestorOfType(String strType, Class<T> returnType)(Code)(Java Doc)
public jsx3.app.Model getAncestorOfType(Class strType)(Code)(Java Doc)
public T getAncestorOfType(Class strType, Class<T> returnType)(Code)(Java Doc)
public jsx3.app.Model getAncestorOfType(org.directwebremoting.proxy.CodeBlock strType)(Code)(Java Doc)
public T getAncestorOfType(org.directwebremoting.proxy.CodeBlock strType, Class<T> returnType)(Code)(Java Doc)
public jsx3.app.Model getChild(int vntIndexOrName)(Code)(Java Doc)
public T getChild(int vntIndexOrName, Class<T> returnType)(Code)(Java Doc)
public jsx3.app.Model getChild(String vntIndexOrName)(Code)(Java Doc)
public T getChild(String vntIndexOrName, Class<T> returnType)(Code)(Java Doc)
public void getChildIndex(org.directwebremoting.proxy.Callback<Integer> callback)(Code)(Java Doc)
public void getChildren(org.directwebremoting.proxy.Callback<Object[]> callback)(Code)(Java Doc)
public jsx3.app.Model getDescendantOfName(String strName, boolean bDepthFirst, boolean bChildOnly)(Code)(Java Doc)
public T getDescendantOfName(String strName, boolean bDepthFirst, boolean bChildOnly, Class<T> returnType)(Code)(Java Doc)
public void getDescendantsOfType(org.directwebremoting.proxy.CodeBlock strType, boolean bShallow, org.directwebremoting.proxy.Callback<Object[]> callback)(Code)(Java Doc)
public void getDescendantsOfType(String strType, boolean bShallow, org.directwebremoting.proxy.Callback<Object[]> callback)(Code)(Java Doc)
public void getDescendantsOfType(Class strType, boolean bShallow, org.directwebremoting.proxy.Callback<Object[]> callback)(Code)(Java Doc)
public jsx3.app.Model getFirstChild()(Code)(Java Doc)
public T getFirstChild(Class<T> returnType)(Code)(Java Doc)
public jsx3.app.Model getFirstChildOfType(org.directwebremoting.proxy.CodeBlock strType, boolean bExact)(Code)(Java Doc)
public T getFirstChildOfType(org.directwebremoting.proxy.CodeBlock strType, boolean bExact, Class<T> returnType)(Code)(Java Doc)
public jsx3.app.Model getFirstChildOfType(Class strType, boolean bExact)(Code)(Java Doc)
public T getFirstChildOfType(Class strType, boolean bExact, Class<T> returnType)(Code)(Java Doc)
public jsx3.app.Model getFirstChildOfType(String strType, boolean bExact)(Code)(Java Doc)
public T getFirstChildOfType(String strType, boolean bExact, Class<T> returnType)(Code)(Java Doc)
public void getHelpId(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc)
public void getId(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc)
public jsx3.app.Model getLastChild()(Code)(Java Doc)
public T getLastChild(Class<T> returnType)(Code)(Java Doc)
public void getLoadType(org.directwebremoting.proxy.Callback<Integer> callback)(Code)(Java Doc)
public void getMetaValue(String strKey, org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc)
public void getNS(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc)
public void getName(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc)
public jsx3.app.Model getNextSibling()(Code)(Java Doc)
public T getNextSibling(Class<T> returnType)(Code)(Java Doc)
public jsx3.app.Model getParent()(Code)(Java Doc)
public T getParent(Class<T> returnType)(Code)(Java Doc)
public void getPersistence(org.directwebremoting.proxy.Callback<Integer> callback)(Code)(Java Doc)
public jsx3.app.Model getPreviousSibling()(Code)(Java Doc)
public T getPreviousSibling(Class<T> returnType)(Code)(Java Doc)
public jsx3.app.Server getServer()(Code)(Java Doc)
public jsx3.net.URIResolver getUriResolver()(Code)(Java Doc)
public T getUriResolver(Class<T> returnType)(Code)(Java Doc)
public void insertBefore(jsx3.app.Model objMoveChild, jsx3.app.Model objPrecedeChild, boolean bRepaint, org.directwebremoting.proxy.Callback<Boolean> callback)(Code)(Java Doc)
public jsx3.app.Model load(java.net.URI strURL, boolean bRepaint, jsx3.net.URIResolver objResolver)(Code)(Java Doc)
public T load(java.net.URI strURL, boolean bRepaint, jsx3.net.URIResolver objResolver, Class<T> returnType)(Code)(Java Doc)
public jsx3.app.Model load(String strURL, boolean bRepaint, jsx3.net.URIResolver objResolver)(Code)(Java Doc)
public T load(String strURL, boolean bRepaint, jsx3.net.URIResolver objResolver, Class<T> returnType)(Code)(Java Doc)
public void loadAndCache(java.net.URI strURL, boolean bRepaint, jsx3.app.Cache objCache, jsx3.net.URIResolver objResolver)(Code)(Java Doc)
public void loadAndCache(String strURL, boolean bRepaint, jsx3.app.Cache objCache, jsx3.net.URIResolver objResolver)(Code)(Java Doc)
public jsx3.app.Model loadXML(jsx3.xml.CdfDocument strXML, boolean bRepaint, jsx3.net.URIResolver objResolver)(Code)(Java Doc)
public T loadXML(jsx3.xml.CdfDocument strXML, boolean bRepaint, jsx3.net.URIResolver objResolver, Class<T> returnType)(Code)(Java Doc)
public jsx3.app.Model loadXML(String strXML, boolean bRepaint, jsx3.net.URIResolver objResolver)(Code)(Java Doc)
public T loadXML(String strXML, boolean bRepaint, jsx3.net.URIResolver objResolver, Class<T> returnType)(Code)(Java Doc)
public void onAfterAssemble(jsx3.app.Model objParent, jsx3.app.Server objServer)(Code)(Java Doc)
public void onAfterAttach()(Code)(Java Doc)
public void onBeforeAssemble(jsx3.app.Model objParent, jsx3.app.Server objServer)(Code)(Java Doc)
public void onChangeServer(jsx3.app.Server objNewServer, jsx3.app.Server objOldServer)(Code)(Java Doc)
public void onDestroy(jsx3.app.Model objParent)(Code)(Java Doc)
public void onRemoveChild(Object[] objChild, int intIndex)(Code)(Java Doc)
public void onRemoveChild(jsx3.app.Model objChild, int intIndex)(Code)(Java Doc)
public void onSetChild(java.lang.Object objChild, org.directwebremoting.proxy.Callback<Boolean> callback)(Code)(Java Doc)
public void onSetParent(java.lang.Object objParent, org.directwebremoting.proxy.Callback<Boolean> callback)(Code)(Java Doc)
public void publish(jsx3.lang.Object objEvent, org.directwebremoting.proxy.Callback<Integer> callback)(Code)(Java Doc)
public jsx3.app.Model removeChild(jsx3.app.Model vntItem)(Code)(Java Doc)
public T removeChild(jsx3.app.Model vntItem, Class<T> returnType)(Code)(Java Doc)
public jsx3.app.Model removeChild(int vntItem)(Code)(Java Doc)
public T removeChild(int vntItem, Class<T> returnType)(Code)(Java Doc)
public jsx3.app.Model removeChildren(Object[] arrChildren)(Code)(Java Doc)
public T removeChildren(Object[] arrChildren, Class<T> returnType)(Code)(Java Doc)
public jsx3.app.Model setChild(jsx3.app.Model objChild, int intPersist, java.net.URI strSourceURL, String strNS)(Code)(Java Doc)
public jsx3.app.Model setChild(jsx3.app.Model objChild, int intPersist, String strSourceURL, String strNS)(Code)(Java Doc)
public void setHelpId(String strId)(Code)(Java Doc)
public void setLoadType(int intLoadType)(Code)(Java Doc)
public void setMetaValue(String strKey, String strValue)(Code)(Java Doc)
public void setName(String strName)(Code)(Java Doc)
public jsx3.app.Model setPersistence(int intPersist)(Code)(Java Doc)
public void subscribe(Object[] strEventId, jsx3.lang.Object objHandler, org.directwebremoting.proxy.CodeBlock objFunction)(Code)(Java Doc)
public void subscribe(Object[] strEventId, org.directwebremoting.proxy.CodeBlock objHandler, org.directwebremoting.proxy.CodeBlock objFunction)(Code)(Java Doc)
public void subscribe(String strEventId, org.directwebremoting.proxy.CodeBlock objHandler, org.directwebremoting.proxy.CodeBlock objFunction)(Code)(Java Doc)
public void subscribe(String strEventId, String objHandler, String objFunction)(Code)(Java Doc)
public void subscribe(String strEventId, jsx3.lang.Object objHandler, String objFunction)(Code)(Java Doc)
public void subscribe(Object[] strEventId, org.directwebremoting.proxy.CodeBlock objHandler, String objFunction)(Code)(Java Doc)
public void subscribe(String strEventId, String objHandler, org.directwebremoting.proxy.CodeBlock objFunction)(Code)(Java Doc)
public void subscribe(Object[] strEventId, jsx3.lang.Object objHandler, String objFunction)(Code)(Java Doc)
public void subscribe(String strEventId, jsx3.lang.Object objHandler, org.directwebremoting.proxy.CodeBlock objFunction)(Code)(Java Doc)
public void subscribe(Object[] strEventId, String objHandler, String objFunction)(Code)(Java Doc)
public void subscribe(Object[] strEventId, String objHandler, org.directwebremoting.proxy.CodeBlock objFunction)(Code)(Java Doc)
public void subscribe(String strEventId, org.directwebremoting.proxy.CodeBlock objHandler, String objFunction)(Code)(Java Doc)
public void toXML(jsx3.lang.Object objProperties, org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc)
public jsx3.xml.CdfDocument toXMLDoc(jsx3.lang.Object objProperties)(Code)(Java Doc)
public T toXMLDoc(jsx3.lang.Object objProperties, Class<T> returnType)(Code)(Java Doc)
public void unsubscribe(Object[] strEventId, org.directwebremoting.proxy.CodeBlock objHandler)(Code)(Java Doc)
public void unsubscribe(Object[] strEventId, String objHandler)(Code)(Java Doc)
public void unsubscribe(String strEventId, String objHandler)(Code)(Java Doc)
public void unsubscribe(String strEventId, jsx3.lang.Object objHandler)(Code)(Java Doc)
public void unsubscribe(Object[] strEventId, jsx3.lang.Object objHandler)(Code)(Java Doc)
public void unsubscribe(String strEventId, org.directwebremoting.proxy.CodeBlock objHandler)(Code)(Java Doc)
public void unsubscribeAll(String strEventId)(Code)(Java Doc)

Methods inherited from jsx3.lang.Object
public void ignoreReturn()(Code)(Java Doc)

Methods inherited from org.directwebremoting.proxy.io.Context
protected String getContextPath()(Code)(Java Doc)
protected ScriptBuffer getInitScript()(Code)(Java Doc)
protected ScriptProxy getScriptProxy()(Code)(Java Doc)
protected void setInitScript(ScriptBuffer initScript)(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.