public class FormTabbox extends org.zkoss.zul.Tabbox implements Localized
Constructor and Description |
---|
FormTabbox(com.saperion.ngc.iform.xml.TabListType definition,
boolean stretch,
IntelligentFormView iForm,
boolean isQueryForm,
String maskName,
com.saperion.ngc.iform.xml.PosType panePos,
String ddc,
boolean isNoLocalization)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Map<Long,FormButton> |
getButtons() |
Map<Long,IntelligentField> |
getEditFields() |
Map<Long,IntelligentFormView> |
getForms() |
Map<Long,FormLabel> |
getLabels() |
Map<Long,FormMashup> |
getMashups() |
Map<Long,ResultSetView> |
getResultSets() |
Map<Long,FormEditableImage> |
getThumbnails() |
Map<Long,DocumentView> |
getViewers() |
boolean |
isNoLocalize()
Returns the noLocalize parameter.
|
void |
setNoLocalize(boolean noLocalize)
Sets the noLocalize parameter.
|
beforeChildAdded, clearSelectedTab, clone, getOrient, getPanelSpacing, getSelectedIndex, getSelectedPanel, getSelectedPanelApi, getSelectedTab, getSelectedTabApi, getTabpanels, getTabpanelsApi, getTabs, getTabsApi, getToolbar, getZclass, insertBefore, isHorizontal, isTabscroll, isVertical, onChildRemoved, renderProperties, setMold, setOrient, setPanelSpacing, setSelectedIndex, setSelectedPanel, setSelectedPanelApi, setSelectedTab, setSelectedTabApi, setTabscroll
getContext, getCtrlKeys, getPopup, getTooltip, setContext, setContext, setCtrlKeys, setPopup, setPopup, setTooltip, setTooltip
focus, getAction, getDraggable, getDroppable, getExtraCtrl, getHeight, getHflex, getLeft, getRenderdefer, getSclass, getStyle, getTooltiptext, getTop, getVflex, getWidth, getZindex, getZIndex, service, setAction, setClass, setDraggable, setDroppable, setFocus, setHeight, setHeightDirectly, setHflex, setHflexDirectly, setLeft, setLeftDirectly, setRenderdefer, setSclass, setStyle, setTooltiptext, setTop, setTopDirectly, setVflex, setWidth, setWidthDirectly, setZclass, setZindex, setZIndex, setZIndexDirectly
addAnnotation, addAnnotation, addClientEvent, addEventHandler, addEventListener, addForward, addForward, addForward, addForward, addMoved, addScopeListener, addSharedAnnotationMap, addSharedEventHandlerMap, appendChild, applyProperties, beforeChildRemoved, beforeParentChanged, containsVariable, detach, didActivate, didActivate, didDeserialize, didDeserialize, disableClientUpdate, equals, getAnnotatedProperties, getAnnotatedPropertiesBy, getAnnotation, getAnnotation, getAnnotations, getAnnotations, getAttribute, getAttribute, getAttribute, getAttributeOrFellow, getAttributes, getAttributes, getAuService, getChildren, getClientEvents, getDefaultMold, getDefinition, getDesktop, getEventHandler, getEventHandlerNames, getFellow, getFellow, getFellowIfAny, getFellowIfAny, getFellows, getFirstChild, getId, getLastChild, getListenerIterator, getMold, getNamespace, getNextSibling, getPage, getParent, getPreviousSibling, getRoot, getSpaceOwner, getStubonly, getUuid, getVariable, getWidgetAttribute, getWidgetAttributeNames, getWidgetClass, getWidgetListener, getWidgetListenerNames, getWidgetOverride, getWidgetOverrideNames, hasAttribute, hasAttribute, hasAttribute, hasAttributeOrFellow, hasFellow, hasFellow, invalidate, isChildable, isInvalidated, isListenerAvailable, isVisible, newChildren, newExtraCtrl, onChildAdded, onPageAttached, onPageDetached, onWrongValue, redraw, redrawChildren, removeAttribute, removeAttribute, removeAttribute, removeChild, removeEventListener, removeForward, removeForward, removeScopeListener, render, render, render, renderIdSpace, response, response, sessionDidActivate, sessionWillPassivate, setAttribute, setAttribute, setAttribute, setAuService, setDefinition, setDefinition, setId, setPage, setPageBefore, setParent, setStubonly, setVariable, setVisible, setVisibleDirectly, setWidgetAttribute, setWidgetClass, setWidgetListener, setWidgetOverride, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdateWidgetListener, smartUpdateWidgetOverride, toString, unsetVariable, updateByClient, willPassivate, willPassivate, willSerialize, willSerialize
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getContext, getCtrlKeys, getPopup, getTooltip, setContext, setContext, setCtrlKeys, setPopup, setPopup, setTooltip, setTooltip
focus, getHeight, getLeft, getRenderdefer, getSclass, getStyle, getTooltiptext, getTop, getWidth, getZindex, getZIndex, setDraggable, setDroppable, setFocus, setHeight, setLeft, setRenderdefer, setSclass, setStyle, setTooltiptext, setTop, setWidth, setZclass, setZindex, setZIndex
addEventListener, addForward, addForward, addForward, addForward, appendChild, applyProperties, containsVariable, detach, getAttribute, getAttribute, getAttributeOrFellow, getAttributes, getAttributes, getAuService, getChildren, getDefinition, getDesktop, getFellow, getFellow, getFellowIfAny, getFellowIfAny, getFellows, getFirstChild, getId, getLastChild, getListenerIterator, getMold, getNamespace, getNextSibling, getPage, getParent, getPreviousSibling, getRoot, getSpaceOwner, getStubonly, getUuid, getVariable, getWidgetAttribute, getWidgetAttributeNames, getWidgetClass, getWidgetListener, getWidgetListenerNames, getWidgetOverride, getWidgetOverrideNames, hasAttribute, hasAttribute, hasAttributeOrFellow, hasFellow, hasFellow, invalidate, isInvalidated, isListenerAvailable, isVisible, removeAttribute, removeAttribute, removeChild, removeEventListener, removeForward, removeForward, setAttribute, setAttribute, setAuService, setId, setPage, setPageBefore, setParent, setStubonly, setVariable, setVisible, setWidgetAttribute, setWidgetClass, setWidgetListener, setWidgetOverride, unsetVariable
public FormTabbox(com.saperion.ngc.iform.xml.TabListType definition, boolean stretch, IntelligentFormView iForm, boolean isQueryForm, String maskName, com.saperion.ngc.iform.xml.PosType panePos, String ddc, boolean isNoLocalization) throws org.zkoss.util.InvalidValueException, NgcUiException
definition
- tab list definitionstretch
- true if the component should fill its containeriForm
- parent iFormisQueryForm
- true if tabs belong to a query formmaskName
- Mask namepanePos
- Pane positionddc
- DDC nameisNoLocalization
- org.zkoss.util.InvalidValueException
- when an element definition contained an invalid valueNgcUiException
- exception to be handled by viewpublic Map<Long,IntelligentField> getEditFields()
public final Map<Long,DocumentView> getViewers()
public final Map<Long,FormMashup> getMashups()
public final Map<Long,FormEditableImage> getThumbnails()
public final Map<Long,ResultSetView> getResultSets()
public final Map<Long,IntelligentFormView> getForms()
public Map<Long,FormButton> getButtons()
public boolean isNoLocalize()
Localized
isNoLocalize
in interface Localized
public void setNoLocalize(boolean noLocalize)
Localized
setNoLocalize
in interface Localized
noLocalize
- valueCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.