@Tag(value="div") public class FlexLayout extends Component implements FlexComponent<FlexLayout>
This component can be used as a base class for more advanced layouts.
FlexComponent.Alignment, FlexComponent.JustifyContentMode| Constructor and Description |
|---|
FlexLayout()
Default constructor.
|
FlexLayout(Component... children)
Convenience constructor to create a layout with the children already
inside it.
|
addListener, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getUI, hasListener, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, set, setElement, setId, setVisibleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexpand, getAlignItems, getAlignSelf, getFlexGrow, getJustifyContentMode, replace, setAlignItems, setAlignSelf, setFlexGrow, setJustifyContentModegetComponentAt, getComponentCount, indexOfadd, addComponentAsFirst, addComponentAtIndex, remove, removeAllisEnabled, setEnabledgetElementaddClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassNamegetHeight, getWidth, setHeight, setSizeFull, setSizeUndefined, setWidthaddAttachListeneraddDetachListenerpublic FlexLayout()
public FlexLayout(Component... children)
children - the items to add to this layoutHasComponents.add(Component...)Copyright © 2018. All rights reserved.