public abstract class WOrderedComponentGroup extends WComponentGroup
form, INTERNAL_STATE_RECORD_PROPERTY
Constructor and Description |
---|
WOrderedComponentGroup() |
Modifier and Type | Method and Description |
---|---|
void |
addComponentAt(RecordHolder child,
Decimal index)
Adds a child index at the specified position.
|
protected abstract com.vaadin.ui.AbstractOrderedLayout |
createWidget()
Called once, to create the actual Vaadin component.
|
com.vaadin.ui.AbstractOrderedLayout |
getWidget()
Gets the Vaadin representation of this component.
|
addComponent, addComponentInt, getChildren, getComponentAt, getComponentCount, getComponents, getExpandRatio, getHasChildrenAdapter, isMargin, isSpacing, removeAllComponents, removeComponent, restoreChildComponents, restoreInternalState, setExpandRatio, setMargin, setSpacing, writeChildComponents, writeInternalState
addDataErrorMessage, addStyleName, attach, call, clearDataErrorMessages, createEvent, equals, getCaption, getComponentAlignment, getContextClickHandler, getCustomErrorMessage, getDataErrorMessages, getDescription, getExpandRatio, getHeight, getIcon, getModelingId, getNamespace, getStyleName, getTabIndex, getWidth, hashCode, isEnabled, isReadOnly, isVisible, localize, markAsDirty, preventGC, removeStyleName, restoreState, saveState, setCaption, setComponentAlignment, setContextClickHandler, setContextMenuItems, setCustomErrorMessage, setDescription, setEnabled, setExpandRatio, setHeight, setIcon, setReadOnly, setStyleName, setTabIndex, setVisible, setWidth, toString
protected abstract com.vaadin.ui.AbstractOrderedLayout createWidget()
FormComponent
createWidget
in class WComponentGroup
public com.vaadin.ui.AbstractOrderedLayout getWidget()
FormComponent
getWidget
in class WComponentGroup
public void addComponentAt(RecordHolder child, Decimal index)
child
- index
- Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.