@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, setVisible
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
expand, getAlignItems, getAlignSelf, getFlexGrow, getJustifyContentMode, replace, setAlignItems, setAlignSelf, setFlexGrow, setJustifyContentMode
getComponentAt, getComponentCount, indexOf
add, remove, removeAll
isEnabled, setEnabled
getElement
addClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassName
getHeight, getWidth, setHeight, setSizeFull, setSizeUndefined, setWidth
addAttachListener
addDetachListener
public FlexLayout()
public FlexLayout(Component... children)
children
- the items to add to this layoutHasComponents.add(Component...)
Copyright © 2018. All rights reserved.