Interface GroupBoxBrowserSectionComponent
-
- All Superinterfaces:
BrowserComponent,BrowserSectionComponent,java.lang.Cloneable,CockpitComponent,org.zkoss.zk.ui.Component,org.zkoss.zul.api.Div,org.zkoss.zk.ui.api.HtmlBasedComponent,org.zkoss.zk.ui.ext.Scope,SectionComponent,java.io.Serializable,org.zkoss.zul.impl.api.XulElement
- All Known Implementing Classes:
AbstractGroupBoxBrowserSectionComponent,MappingContextSectionComponent,MappingViewBrowserSectionComponent,SourceSectionComponent,TargetSectionComponent
public interface GroupBoxBrowserSectionComponent extends BrowserSectionComponent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdvancedGroupboxgetSectionGroupBox()voidsetSectionGroupBox(AdvancedGroupbox sectionGroupBox)Sets the advanced groupbox component for the current section.-
Methods inherited from interface de.hybris.platform.cockpit.components.contentbrowser.BrowserComponent
getModel, setModel
-
Methods inherited from interface de.hybris.platform.cockpit.components.contentbrowser.CockpitComponent
initialize, setActiveItem, update, updateActiveItems, updateItem, updateSelectedItems
-
Methods inherited from interface org.zkoss.zk.ui.Component
addEventListener, addEventListener, addForward, addForward, addForward, addForward, appendChild, applyProperties, clone, detach, getAttribute, getAttribute, getAttributeOrFellow, getAttributes, getAttributes, getAuService, getAutag, getChildren, getClientAttribute, getClientDataAttribute, getDefinition, getDesktop, getEventListeners, getFellow, getFellow, getFellowIfAny, getFellowIfAny, getFellows, getFirstChild, getId, getLastChild, getListenerIterator, getMold, getNextSibling, getPage, getParent, getPreviousSibling, getRoot, getShadowVariable, getShadowVariable, getSpaceOwner, getStubonly, getTemplate, getTemplateNames, getUuid, getWidgetAttribute, getWidgetAttributeNames, getWidgetClass, getWidgetListener, getWidgetListenerNames, getWidgetOverride, getWidgetOverrideNames, hasAttribute, hasAttribute, hasAttributeOrFellow, hasFellow, hasFellow, insertBefore, invalidate, isInvalidated, isListenerAvailable, isVisible, query, queryAll, removeAttribute, removeAttribute, removeChild, removeEventListener, removeForward, removeForward, setAttribute, setAttribute, setAuService, setAutag, setClientAttribute, setClientDataAttribute, setId, setMold, setPage, setPageBefore, setParent, setStubonly, setStubonly, setTemplate, setVisible, setWidgetAttribute, setWidgetClass, setWidgetListener, setWidgetOverride
-
Methods inherited from interface org.zkoss.zk.ui.api.HtmlBasedComponent
focus, getHeight, getLeft, getSclass, getStyle, getTooltiptext, getTop, getWidth, getZclass, getZindex, getZIndex, setDraggable, setDroppable, setFocus, setHeight, setLeft, setSclass, setStyle, setTooltiptext, setTop, setWidth, setZclass, setZindex, setZIndex
-
Methods inherited from interface org.zkoss.zk.ui.ext.Scope
addScopeListener, getAttribute, hasAttribute, removeAttribute, removeScopeListener, setAttribute
-
Methods inherited from interface de.hybris.platform.cockpit.components.contentbrowser.SectionComponent
getSectionModel
-
-
-
-
Method Detail
-
getSectionGroupBox
AdvancedGroupbox getSectionGroupBox()
- Returns:
- the advanced groupbox for the current section.
-
setSectionGroupBox
void setSectionGroupBox(AdvancedGroupbox sectionGroupBox)
Sets the advanced groupbox component for the current section.- Parameters:
sectionGroupBox-
-
-