

Public Member Functions | |
| Contact | getProvider () |
| void | setProvider (Contact provider) |
| String | getEntityPath () |
| void | setEntityPath (String entityPath) |
| void | setEntity (Object entity) |
| void | afterCompose () |
Public Member Functions inherited from org.turro.zkoss.layout.GridLayout | |
| GridLayout () | |
| GridLayout (int columns) | |
| GridLayout (String hflexs) | |
| void | setColumns (int columns) |
| void | setColumns (String hflexs) |
| void | setColCaptions (String captions) |
| void | setColCaptions (String[] captions) |
| void | clearRows () |
| GridLayout | addGroup (String title, boolean open) |
| GridLayout | addRow () |
| GridLayout | insertBeforeRow (Row row) |
| GridLayout | addCaption (String label) |
| GridLayout | addValue (String value) |
| GridLayout | addBoldValue (String value) |
| GridLayout | addComponent (HtmlBasedComponent comp) |
| GridLayout | addSpannedComponent (HtmlBasedComponent comp, int cols) |
| GridLayout | addRowSpannedComponent (HtmlBasedComponent comp, int rows) |
| GridLayout | addSpace () |
| Row | getCurrentRow () |
| Rows | getRows (boolean create) |
| Object | getData () |
| void | setData (Object data) |
Additional Inherited Members | |
Protected Attributes inherited from org.turro.zkoss.layout.GridLayout | |
| Row | currentRow |
Definition at line 50 of file InTouchControl.java.
| void org.turro.zul.intouch.InTouchControl.afterCompose | ( | ) |
Definition at line 76 of file InTouchControl.java.

| String org.turro.zul.intouch.InTouchControl.getEntityPath | ( | ) |
Definition at line 63 of file InTouchControl.java.
| Contact org.turro.zul.intouch.InTouchControl.getProvider | ( | ) |
Definition at line 55 of file InTouchControl.java.
| void org.turro.zul.intouch.InTouchControl.setEntity | ( | Object | entity | ) |
Definition at line 71 of file InTouchControl.java.

| void org.turro.zul.intouch.InTouchControl.setEntityPath | ( | String | entityPath | ) |
| void org.turro.zul.intouch.InTouchControl.setProvider | ( | Contact | provider | ) |
Definition at line 59 of file InTouchControl.java.