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.IncorrectConcurrentAccessHandler
com.vaadin.ui.HasComponents.ComponentAttachDetachNotifier, com.vaadin.ui.HasComponents.ComponentAttachEvent, com.vaadin.ui.HasComponents.ComponentAttachListener, com.vaadin.ui.HasComponents.ComponentDetachEvent, com.vaadin.ui.HasComponents.ComponentDetachListener
com.vaadin.ui.Component.ErrorEvent, com.vaadin.ui.Component.Event, com.vaadin.ui.Component.Focusable, com.vaadin.ui.Component.HasContextHelp, com.vaadin.ui.Component.Listener
com.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, writeDesign
addComponentAttachListener, addComponentDetachListener, fireComponentAttachEvent, fireComponentDetachEvent, getComponentCount, iterator, readDesignChildren, removeComponentAttachListener, removeComponentDetachListener, removeFromParent
addContextClickListener, 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, setWidthUndefined
addAttachListener, 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, updateDiffstate
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
addListener, 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, writeDesign
addAttachListener, addDetachListener, detach, encodeState, getErrorHandler, getExtensions, getRpcManager, getStateType, handleConnectorRequest, isAttached, isConnectorEnabled, markAsDirty, markAsDirtyRecursive, removeAttachListener, removeDetachListener, removeExtension, requestRepaint, requestRepaintAll, retrievePendingRpcCalls, setErrorHandler
getHeight, getHeightUnits, getWidth, getWidthUnits, setHeight, setHeightFull, setHeightUndefined, setSizeFull, setSizeUndefined, setWidth, setWidthFull, setWidthUndefined
protected CubaGroupBox.ExpandChangeHandler expandChangeHandler
protected com.haulmont.cuba.web.widgets.client.groupbox.CubaGroupBoxState getState()
getState
in class com.vaadin.ui.Panel
protected com.haulmont.cuba.web.widgets.client.groupbox.CubaGroupBoxState getState(boolean markAsDirty)
getState
in class com.vaadin.ui.Panel
public void setWidth(float width, com.vaadin.server.Sizeable.Unit unit)
setWidth
in interface com.vaadin.server.Sizeable
setWidth
in class com.vaadin.ui.AbstractSingleComponentContainer
public void setHeight(float height, com.vaadin.server.Sizeable.Unit unit)
setHeight
in interface com.vaadin.server.Sizeable
setHeight
in class com.vaadin.ui.AbstractSingleComponentContainer
public void setContent(com.vaadin.ui.Component content)
setContent
in interface com.vaadin.ui.SingleComponentContainer
setContent
in class com.vaadin.ui.AbstractSingleComponentContainer
public 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.SingleComponentContainer
getContent
in class com.vaadin.ui.AbstractSingleComponentContainer
public void addComponent(com.vaadin.ui.Component c)
addComponent
in interface com.vaadin.ui.ComponentContainer
public void addComponents(com.vaadin.ui.Component... components)
addComponents
in interface com.vaadin.ui.ComponentContainer
public void removeComponent(com.vaadin.ui.Component c)
removeComponent
in interface com.vaadin.ui.ComponentContainer
public void removeAllComponents()
removeAllComponents
in interface com.vaadin.ui.ComponentContainer
public void replaceComponent(com.vaadin.ui.Component oldComponent, com.vaadin.ui.Component newComponent)
replaceComponent
in interface com.vaadin.ui.ComponentContainer
public java.util.Iterator<com.vaadin.ui.Component> getComponentIterator()
getComponentIterator
in interface com.vaadin.ui.ComponentContainer
public void moveComponentsFrom(com.vaadin.ui.ComponentContainer source)
moveComponentsFrom
in interface com.vaadin.ui.ComponentContainer
public void beforeClientResponse(boolean initial)
beforeClientResponse
in interface com.vaadin.server.ClientConnector
beforeClientResponse
in class com.vaadin.ui.AbstractComponent
public 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.AbstractComponent
public void setRequiredIndicatorVisible(boolean visible)
setRequiredIndicatorVisible
in class com.vaadin.ui.AbstractComponent