public class TabIndexHelper extends Object
| Constructor and Description |
|---|
TabIndexHelper() |
| Modifier and Type | Method and Description |
|---|---|
static TabIndexHelper |
getForSession() |
void |
registerForm(String formName)
Registers a form and associates an offset to it.
|
static void |
setTabIndex(org.zkoss.zk.ui.api.HtmlBasedComponent component,
com.saperion.ngc.iform.xml.PosType pos,
IntelligentFormView parent)
Sets the tab-index property of the component as defined in the component's position.
|
void |
unregisterForm(String formName)
Unregisters a form.
|
public static TabIndexHelper getForSession()
public void registerForm(String formName)
formName - name of the form to registerpublic void unregisterForm(String formName)
formName - name of the form to unregisterpublic static void setTabIndex(org.zkoss.zk.ui.api.HtmlBasedComponent component,
com.saperion.ngc.iform.xml.PosType pos,
IntelligentFormView parent)
component - the component which will get a tab-indexpos - the position of the component in the formparent - the parent formCopyright © 2016 SAPERION AG. All rights reserved.