public class CubaGroupBox
extends com.vaadin.ui.Panel
implements com.vaadin.ui.ComponentContainer
| Modifier and Type | Class and Description |
|---|---|
static interface |
CubaGroupBox.ExpandChangeHandler |
com.vaadin.server.AbstractClientConnector.IncorrectConcurrentAccessHandlercom.vaadin.ui.HasComponents.ComponentAttachDetachNotifier, com.vaadin.ui.HasComponents.ComponentAttachEvent, com.vaadin.ui.HasComponents.ComponentAttachListener, com.vaadin.ui.HasComponents.ComponentDetachEvent, com.vaadin.ui.HasComponents.ComponentDetachListenercom.vaadin.ui.Component.ErrorEvent, com.vaadin.ui.Component.Event, com.vaadin.ui.Component.Focusable, com.vaadin.ui.Component.HasContextHelp, com.vaadin.ui.Component.Listenercom.vaadin.server.ClientConnector.AttachEvent, com.vaadin.server.ClientConnector.AttachListener, com.vaadin.server.ClientConnector.ConnectorErrorEvent, com.vaadin.server.ClientConnector.DetachEvent, com.vaadin.server.ClientConnector.DetachListener| Modifier and Type | Field and Description |
|---|---|
protected CubaGroupBox.ExpandChangeHandler |
expandChangeHandler |
| Constructor and Description |
|---|
CubaGroupBox() |
| Modifier and Type | Method and Description |
|---|---|
void |
addComponent(com.vaadin.ui.Component c) |
void |
addComponents(com.vaadin.ui.Component... components) |
void |
beforeClientResponse(boolean initial) |
java.util.Iterator<com.vaadin.ui.Component> |
getComponentIterator() |
com.vaadin.ui.ComponentContainer |
getContent() |
CubaGroupBox.ExpandChangeHandler |
getExpandChangeHandler() |
com.vaadin.shared.ui.MarginInfo |
getOuterMargin() |
protected com.haulmont.cuba.web.widgets.client.groupbox.CubaGroupBoxState |
getState() |
protected com.haulmont.cuba.web.widgets.client.groupbox.CubaGroupBoxState |
getState(boolean markAsDirty) |
boolean |
isCollapsable() |
boolean |
isExpanded() |
boolean |
isRequiredIndicatorVisible() |
boolean |
isShowAsPanel() |
void |
moveComponentsFrom(com.vaadin.ui.ComponentContainer source) |
void |
removeAllComponents() |
void |
removeComponent(com.vaadin.ui.Component c) |
void |
replaceComponent(com.vaadin.ui.Component oldComponent,
com.vaadin.ui.Component newComponent) |
void |
setCollapsable(boolean collapsable) |
void |
setContent(com.vaadin.ui.Component content) |
void |
setExpandChangeHandler(CubaGroupBox.ExpandChangeHandler expandChangeHandler) |
void |
setExpanded(boolean expanded) |
void |
setExpanded(boolean expanded,
boolean invokedByUser) |
void |
setHeight(float height,
com.vaadin.server.Sizeable.Unit unit) |
void |
setOuterMargin(com.vaadin.shared.ui.MarginInfo marginInfo) |
void |
setRequiredIndicatorVisible(boolean visible) |
void |
setShowAsPanel(boolean showAsPanel) |
void |
setWidth(float width,
com.vaadin.server.Sizeable.Unit unit) |
addAction, addActionHandler, addClickListener, changeVariables, focus, getActionManager, getCustomAttributes, getScrollLeft, getScrollTop, getTabIndex, paintContent, readDesign, removeAction, removeActionHandler, removeAllActionHandlers, removeClickListener, setCaption, setScrollLeft, setScrollTop, setTabIndex, writeDesignaddComponentAttachListener, addComponentDetachListener, fireComponentAttachEvent, fireComponentDetachEvent, getComponentCount, iterator, readDesignChildren, removeComponentAttachListener, removeComponentDetachListener, removeFromParentaddContextClickListener, addContextHelpIconClickListener, addListener, addShortcutListener, addStyleName, attach, detach, ensureContextHelpInitialized, findAncestor, fireComponentErrorEvent, fireComponentEvent, fireContextHelpClick, getCaption, getComponentError, getComponentErrorProvider, getContextHelpText, getCubaId, getData, getDebugId, getDescription, getErrorMessage, getHeight, getHeightUnits, getIcon, getId, getLocale, getParent, getPrimaryStyleName, getRequiredError, getStyleName, getWidth, getWidthUnits, isCaptionAsHtml, isConnectorEnabled, isContextHelpTextHtmlEnabled, isEnabled, isOrHasAncestor, isReadOnly, isResponsive, isVisible, removeContextClickListener, removeListener, removeShortcutListener, removeStyleName, setCaptionAsHtml, setComponentError, setComponentErrorProvider, setContextHelpText, setContextHelpTextHtmlEnabled, setCubaId, setData, setDebugId, setDescription, setDescription, setEnabled, setHeight, setHeightFull, setHeightUndefined, setIcon, setId, setLocale, setParent, setPrimaryStyleName, setReadOnly, setRequiredError, setResponsive, setSizeFull, setSizeUndefined, setStyleName, setVisible, setWidth, setWidthFull, setWidthUndefinedaddAttachListener, addDetachListener, addExtension, addListener, addListener, addListener, addListener, addListener, addListener, addMethodInvocationToQueue, createState, encodeState, equals, fireEvent, getAllChildrenIterable, getConnectorId, getErrorHandler, getExtensions, getIncorrectConcurrentAccessHandler, getListeners, getResource, getRpcManager, getRpcProxy, getSession, getStateType, getUI, handleConnectorRequest, hashCode, hasListeners, isAttached, isThis, markAsDirty, markAsDirtyRecursive, registerRpc, registerRpc, removeAttachListener, removeDetachListener, removeExtension, removeListener, removeListener, removeListener, removeListener, removeListener, requestRepaint, requestRepaintAll, retrievePendingRpcCalls, setConnectorResource, setErrorHandler, setIncorrectConcurrentAccessHandler, setResource, updateDiffstateclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddListener, addStyleName, addStyleNames, attach, getCaption, getCubaId, getDescription, getIcon, getId, getLocale, getParent, getPrimaryStyleName, getStyleName, getUI, isEnabled, isVisible, readDesign, removeListener, removeStyleName, removeStyleNames, setCaption, setCubaId, setEnabled, setIcon, setId, setParent, setPrimaryStyleName, setStyleName, setStyleName, setVisible, writeDesignaddAttachListener, addDetachListener, detach, encodeState, getErrorHandler, getExtensions, getRpcManager, getStateType, handleConnectorRequest, isAttached, isConnectorEnabled, markAsDirty, markAsDirtyRecursive, removeAttachListener, removeDetachListener, removeExtension, requestRepaint, requestRepaintAll, retrievePendingRpcCalls, setErrorHandlergetHeight, getHeightUnits, getWidth, getWidthUnits, setHeight, setHeightFull, setHeightUndefined, setSizeFull, setSizeUndefined, setWidth, setWidthFull, setWidthUndefinedprotected CubaGroupBox.ExpandChangeHandler expandChangeHandler
protected com.haulmont.cuba.web.widgets.client.groupbox.CubaGroupBoxState getState()
getState in class com.vaadin.ui.Panelprotected com.haulmont.cuba.web.widgets.client.groupbox.CubaGroupBoxState getState(boolean markAsDirty)
getState in class com.vaadin.ui.Panelpublic void setWidth(float width,
com.vaadin.server.Sizeable.Unit unit)
setWidth in interface com.vaadin.server.SizeablesetWidth in class com.vaadin.ui.AbstractSingleComponentContainerpublic void setHeight(float height,
com.vaadin.server.Sizeable.Unit unit)
setHeight in interface com.vaadin.server.SizeablesetHeight in class com.vaadin.ui.AbstractSingleComponentContainerpublic void setContent(com.vaadin.ui.Component content)
setContent in interface com.vaadin.ui.SingleComponentContainersetContent in class com.vaadin.ui.AbstractSingleComponentContainerpublic boolean isExpanded()
public void setExpanded(boolean expanded)
public void setExpanded(boolean expanded,
boolean invokedByUser)
public boolean isCollapsable()
public void setCollapsable(boolean collapsable)
public CubaGroupBox.ExpandChangeHandler getExpandChangeHandler()
public void setExpandChangeHandler(CubaGroupBox.ExpandChangeHandler expandChangeHandler)
public com.vaadin.ui.ComponentContainer getContent()
getContent in interface com.vaadin.ui.SingleComponentContainergetContent in class com.vaadin.ui.AbstractSingleComponentContainerpublic void addComponent(com.vaadin.ui.Component c)
addComponent in interface com.vaadin.ui.ComponentContainerpublic void addComponents(com.vaadin.ui.Component... components)
addComponents in interface com.vaadin.ui.ComponentContainerpublic void removeComponent(com.vaadin.ui.Component c)
removeComponent in interface com.vaadin.ui.ComponentContainerpublic void removeAllComponents()
removeAllComponents in interface com.vaadin.ui.ComponentContainerpublic void replaceComponent(com.vaadin.ui.Component oldComponent,
com.vaadin.ui.Component newComponent)
replaceComponent in interface com.vaadin.ui.ComponentContainerpublic java.util.Iterator<com.vaadin.ui.Component> getComponentIterator()
getComponentIterator in interface com.vaadin.ui.ComponentContainerpublic void moveComponentsFrom(com.vaadin.ui.ComponentContainer source)
moveComponentsFrom in interface com.vaadin.ui.ComponentContainerpublic void beforeClientResponse(boolean initial)
beforeClientResponse in interface com.vaadin.server.ClientConnectorbeforeClientResponse in class com.vaadin.ui.AbstractComponentpublic void setShowAsPanel(boolean showAsPanel)
public boolean isShowAsPanel()
public com.vaadin.shared.ui.MarginInfo getOuterMargin()
public void setOuterMargin(com.vaadin.shared.ui.MarginInfo marginInfo)
public boolean isRequiredIndicatorVisible()
isRequiredIndicatorVisible in class com.vaadin.ui.AbstractComponentpublic void setRequiredIndicatorVisible(boolean visible)
setRequiredIndicatorVisible in class com.vaadin.ui.AbstractComponent